Monday, September 21, 2009

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

outlook 2003 error in registry for extension "exchange extensions"

When you open outlook 2003 the error message displayed as error in registry for extension "exchange extensions" then sometimes you have to close error message several times to go to the mail box, you can solve this problem by following these steps.
  • Open registry editor
  • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Extensions
  • In the right side delete the key Exchange Extensions
  • Exit registry editor and open outlook
  • Your problem will be solved

Monday, September 14, 2009

how to gain extra free disk space for C:Drive

Does your pc's windows partition (C: Drive) running low on disk space, then consider the following thing and you can gain more extra disk space.

Clear temporary files
  • In run window type temp and press enter, now delete all files and folders inside the temp folder
  • In run window type %temp% and press enter, now delete all files and folders inside the folder
  • Delete temporary internet files, for internet explorer read this for mozilla firefox read this

Turn off system restore
  • If you want you can disable system restore feature, this saves some disk space, click here to read how to disable system restore

Disable hibernation
  • Open control panel, double click power option, click hibernation tab, then deselect "enable hibernation" click apply and ok

Empty recycle bin
  • Always delete files from recycle bin

Change page file to another drive
  • Right click on my computer
  • Click properties
  • Click advanced tab
  • Under "performance" area click settings
  • Click advanced tab,
  • Click change under "virtual memory"
  • Now in the drive list select another drive (that has more free space)
  • Click custom size and enter value (megabytes) for initial size and maximum size, then click set
  • Now select the C:Drive, click no page file and click set
  • Restart pc, this will clear page file from C:Drive and move page file to the drive you specified

Change temporary folders path
  • Right click on my computer
  • Click properties
  • Click advanced tab
  • Click environment settings button
  • In the upper area (under user variable) you see variables for temp and tmp, click on each one and select edit, in the variable value field specify new locations for temporary folders
  • (ex - for temp -D:\temp and for tmp D:\tmp)
  • Now in "system variable" you see variables for temp and tmp, click on each one and select edit, in the variable value field specify new locations for temporary folders
  • (ex - for temp -D:\temp and for tmp D:\tmp)
  • After all done click apply and ok

Change my documents path
  • Right click on my documents, click properties
  • Under "target folder location" click move and specify new path (drive that has more space)
  • When prompt click yes and files begin to moving to new location

Extra tips
  • Use disk cleanup frequently
  • Do not save files on desktop
  • Change email store folder path to another drive

how to disable error reporting service

This process will show how to disable error reporting service from your pc
  • First right click on my computer
  • Click properties
  • Now click advanced tab
  • Click on the error reporting button under the "startup and recovery"
  • Now select disable error reporting by clicking it
  • Click ok, then apply and ok

clear entries from run command

When you using commands in run window, it is stored in a registry (ex- when you type regedit to open registry, this command saved in a registry location) you can remove this commands by deleting them from registry, follow these steps.
  • Open registry editor
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
  • Now delete the keys that you dont want
  • Now restart pc or Press F5 to refresh windows, this will do changes go into effect