Wednesday, September 23, 2009

auto unload DLL files after exit program

With a simple edit of registry you can configure to auto unload DLL files after exiting program, follow these steps.
  • Open registry editor
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
  • Now right on explorer key and create new key
  • Named the key as "AlwaysUnloadDLL"
  • In the value data field set value as 1
  • Restart windows for the change to take effect

Monday, September 21, 2009

change default locations in the save as menu

Normally when you try to save a file, it displayed default locations such as "Recent Documents / Desktop / Documents / My Computer / My Network Places". if you want you can set your own location instead of default location, here is how to do it.

  • Click start > run
  • Type gpedit.msc to open group policy editor
  • Under "Local Computer Policy" go to the user configuration > Administrative Templates > Windows Components > Windows Explorer > Common Open File Dialog
  • Once you select Common Open File Dialog , you will notice a few settings appear in the right side of the window
  • In there Double click on "Items displayed in Places Bar"
  • Click "Enabled" and put your own locations to appear in the save as menu (ex - E:\ or E:\data or \\computer name\folder name
  • After entering locations click apply and ok to changes go in to effect
Note - to use default locations, click "Not Configured" (or Disabled) in "Items displayed in Places Bar" window, then apply and ok.

clear auto entries from internet explorer

This will show you how to clear entries that displayed in internet explorer

  • Go to start > run
  • Type inetcpl.cpl and press enter , to open internet properties (or right click on internet explorer and click properties)
  • Now click on content tab
  • Then click Autocomplete button (in the personal information)
  • Now click clear forms button to clear entries (if you want you can clear saved passwords by clicking clear passwords button)
  • Click ok, then apply and ok

modify default download location for internet explorer

If you want you cant set your own download location for internet explorer, here's how to do it

  • Open registry editor
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer
  • Now right click on the key and create new string value
  • Name it as DownloadDirectory
  • Double click to open the key and enter location of your download (ex-D:\Download)
  • Click ok and close the registry editor

how to remove video & image preview in xp

Normally in windows xp if you click video file or picture file, preview of that file is displayed in the left area. imagine if you have partially download video or image and when you click it Explorer tries to load the whole file, this causing slow your computer and explorer error. then you have to restart explorer, but if you clicked that file again the result will be the same. as a solution you can disable previewing option, follow these steps.

To disable video preview

  • Go to start > run
  • Type regsvr32 /u shmedia.dll
  • Click ok
  • This will disable preview option for video
Note - to enable preview type regsvr32 shmedia.dll and click ok.

To disable image preview
  • Go to start > run
  • Type regsvr32 /u shimgvw.dll
  • Click ok
  • This will disable preview option for image
Note - to enable preview type regsvr32 shimgvw.dll and click ok.

Sunday, September 20, 2009

how to solve live messenger error 1601

Do you cant install live messenger or remove existing one to install new version? displaying error 1601, well you can solve this error by unregistering and re-registering the Windows Installer. you can try windows installer cleaner utility to fixed this problem, but if it fails try below, this will works sure..

  • Click start > run
  • Type msiexec /unregister and click ok
  • This will unregister windows installer

Now re-register
  • Click start > run
  • Type msiexec /regserver and click ok
  • This will register windows installer
Now start your live messenger installation , your problem will be fixed.

Saturday, September 19, 2009

how to solve "pinter access denied" error vista

When you try to connect shared network printer to windows vista sometimes it displayed "Access is Denied" error message. but you can access network shared files and folders, and you cant connect shared printer to the system. to overcome this issue you can add the shared printer as a local printer. follow these steps.
  • Go to the control panel
  • Double click printers icon
  • Now click on add a printer
  • Click on add a local Printer
  • Choose Create a New Port with port type of Local Port from the drop down menu , then click Next
  • In the Port Name box type the path to the printer you wish to connect to and click ok , (ex-\\computer name\printer name)
  • In the Install Printer Driver screen, select your printer from the list or choose Have Disk and specify drivers to install printer
  • Newly installed should be in the printers window
  • Test the printer by using test print
Now you should now be able to print from Windows Vista to this networked shared printer

Tuesday, September 15, 2009

registry location for internet explorer homepage

You can always set your default homepage for your internet explorer by right clicking the internet explorer, and click properties, in the general tab (under home page) you can set your home page as you wish, but do you know where is the registry location for this? here is the location.
  • Open registry editor
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
  • In the right side find the key Start Page and double click to open it
  • Now under value data you can see the default homepage set by you
  • If you want you can change the default homepage in here, just type the URL you want to use click ok to apply value data.

how to restrict control panel applets

There are several restrictions you can make to the Control Panel, for example we take display control panel, here is how to restrict display control panel.
  • Open registry editor
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
  • Create a new key under policies called System
  • Now add new DWORD value in system and name it as NoDispCPL
  • Now change the value data to 1
  • Exit registry editor and restart pc
Here is some additional control panel applets you can restrict
  • NoDispBackgroundPage - Hide Background Page
  • NoDispScrSavPage - Hide Screen Saver Page
  • NoDispAppearancePage - Hide Appearance Page
  • NoDispSettingsPage - Hide Settings Page
  • NoSecCPL - Disable Password Control Panel
  • NoPwdPage - Hide Password Change Page
  • NoVirtMemPage - Hide Virtual Memory Button
  • NoFileSysPage - Hide File System Button
  • NoConfigPage - Hide Hardware Profiles Page
  • NoDevMgrPage - Hide Device Manager Page
  • NoProfilePage - Hide User Profiles Page
  • NoAdminPage - Hide Remote Administration Page
Note - to create restrictions, add new DWORD values (in system key) name the DWORD values properly (ex-NoConfigPage , NoAdminPage , ....) and change the value data to 1. you can always disable restrictions by changing value data to 0 or deleting the key

how to prevent changes to file associations

You can prevent users from changing associations in folder options (under file types tab) follow these steps.
  • Open registry editor
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • In the right side, create new DWORD value and named it as NoFileAssociate
  • Double click to open the key and enter value data as 1
  • Restart the pc to changes go into effect