Welcome


Welcome to ReeseTec . . . .enthusiast gadgets tech for ideas improvement & hacks ,fixes

Sunday, November 4, 2012

How to Revive Windows 7 Custom Shortcut Keys / Hotkeys?

If you experience your custom shortcut keys suddenly stops working, this maybe a fix for you. It's more likely to be some system bug that causes it. Try this:
  1. Initiate any system shortcut keys that requires the use of the "Windows" key (e.g. "Windows" + "R" keys, which initiate Run)
  2. You problem is fix!
Well if the problem still persist, it's some other issues that causes it. But if it works for you, that's great. I have no ideal what causes it. I just happen to workaround for solutions on my system and realize it.

Tuesday, October 30, 2012

How to Map to a Network Shared Printer Using a System Driver (Without Installing the Default Driver)

  1. Add Printer
  2. Choose Local Printer then select a driver closest to your printer model.
  3. Right click the printer icon. Left click Printer Properties.
  4. Click Port Tab.
  5. Add New Port then select Local Port.
  6. Type in address of shared printer ie \\Name or IP address of computer with attached shared printer\Shared printer name.
  7. Done.

Sunday, October 21, 2012

My Windows 7 Display OFF Program

This is a simple Windows 7 program I wrote that basically alter the power setting that turns the display off.

Why this? In regard to my last post the "PC Wi-Fi Hotspot Program", I found that my laptop wireless antenna surrounds the laptop display's. Also, lots of laptop out there are design this way.
And if you're using a laptop or netbook as a wireless hotspot media, you may get a signal drop on the shared device.
If you're tethering with you laptop lip close, this maybe the case. Well, that is because broadcasting and receiving of the signal are best with the antenna (laptop display's) position upright.
But if you leave the lip open without configuring the power setting, the display will not turn off. Hence, costing energy wastage.
So I wrote this simple program that turn the display off after a minute for the user's convenience.

Click here to download

Thursday, October 4, 2012

How to Turn Your Windows 7 PC Into a Wi-Fi Hotspot for Your Other Devices

The simplest way is to get Connectify. But for those who prefer to built your own, it is really simple.

1) Open command prompt with administrator privileges. The usual right click, followed by “Run as Administrator” should do.

2) Configure your network by typing in:

netsh wlan set hostednetwork mode=allow ssid=thisisagenericssid key=opensesame

Keep in mind that the ssid is the name you will connect to and key is your network’s passphrase (or some call security key, password etc). The rest should be self explanatory.

3) Go to your network adapter’s settings.


Right click on the adapter which has the internet connection and click on properties. Click on the sharing tab then enable Internet Connection Sharing. Under the Home networking connection, select the newly added *Wireless Network Connection.



4)  Start your network/Wi-Fi hotspot with the following:

netsh wlan start hostednetwork


5) To stop the network/Wi-Fi hotspot type:

netsh wlan stop hostednetwork

For any reason if you decide to remove the Wi-Fi hotspot, do the following:

1) Stop the network, see Step 5.

2) In command prompt with admin privileges, enter the following:

netsh wlan set hostednetwork mode=disallow 

This command basically remove the Microsoft Virtual WiFi Miniport Adapter.

*If connection does not appear in the list, Uninstall it through Device Manager under Network adapters. Restart the PC and the connection should be reestablish by Windows.

Saturday, August 18, 2012

My Alarm Clock Project for Microsoft Excel 2007


This is my Alarm Clock Project for Microsoft Excel 2007.
As the clock was programmed with Excel, they're some points to take note compare to those standalone ware.
  1. You need to have Microsoft Excel 2007 (the minimum version) preinstall in your PC. You don't need the whole MS Office, just Excel.
  2. Enable your Excel Macro Security to run my software. Click Here for Instructions
  3. Once the Alarm Clock is running, the particular Excel application must stay open as the clock does not involve any background activities but just the Excel application. You can minimize the application with the top right underscore _ button in the form.
  4. Tune Up the PC System Volume and Windows Media Player Volume. You don't need Windows Media Player running, just tune Up the Volume then exit.
  5. If you choose to Shutdown PC or Restart PC, save your work in any other applications before the configured alarm time is reach as the operation will forcefully takeover.
  6. Lastly. If you really like the software and want to share it, make sure to copy the whole folder. It's alright to rename the file and folder.
Click Here to Download

Fix Android Market Package File Is Invalid, No Download At All, Download Unsuccessful

Click here for instructions

Wednesday, March 28, 2012

Adding New Tones to Android Device

Adding new tones in Android device is simple.
Just create folder for the type of tone and dump your media files in it.
"/sdcard/" is the the default path of Android built-in storage for media, it also works in "/sdcard/external_sd" the default path for external SD card (if any).
The text might have slight differences in different devices, but you get the idea.

Adding Alarm tone: /sdcard/alarms OR /sdcard/media/alarms

Adding Notification tone: /sdcard/notifications OR /sdcard/media/notifications

Adding Ringtone: /sdcard/ringtones OR /sdcard/media/ringtones