Category Archives: Windows

Decrease Windows Vista Shutdown Time !!!

Decrease Windows Vista Shutdown Time:

Vista By default gives 20 secs fro applications to shutdown before taking matters into its own hands by changing this delay shutdown can be made faster:
1) Copy the text into a text editor such as notepad and save it as name.reg , replace name by any you like.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl]
"WaitToKillServiceTimeout"="20000"

2) Now 20000 indicates as 20 sec so changing it to anything above 5000 will be ok.

3) DO NOT PUT IT BELOW 3000 AS THE SUDDEN SHUTDOWN MAY CAUSE SOME DATA BEING WRITTEN TO BE CORRUTPTED.

4) Save and run the file press continue ( UAC) then press yes then press ok.
5) If you want to restore the origanl settings redit the REG file setting back to 20000 and re run it.

Alternately use “shutdown -s -t 5” in Run command.
Or save as shortcut. as in location box.

Improving wireless connectivity in vista & performance of p2p applicatons

Improving wireless connectivity in Windows Vista & performance of p2p applicatons:

1) Start menu> Type cmd >right click and run as administrator

2)Type netsh int tcp set global autotuninglevel=disable

3) Reboot

This actually disables autotunning feature which might be unrecognized by your router.Helps in using threading network applications.

is you want to re-enable this feature USE netsh int tcp set global autotuninglevel=normal

Shrink disk in vista properly

Well the other day we were having a linux (fedora8) install fest.People were asked to make parttitons for install some people having vista had a problem that they couldnt shrink their partitions beyond a certain level despite having more memory.
This is due to windows placing paging files,hiberation files,shadow copies, system restore points, kernel debugger logs near the start and end of the partition put there deliberately in order to conserve space for the system.Well here is how to counter the problem… Continue reading Shrink disk in vista properly

Hibernate mode in Windows Vista Power Option

Well i have dual boot (Fedora 8 and Vista Business) and just yesterday i noticed that that vista seemed to lack hibernate option after searching in power options for some time i remembered about the command line config from earlier versions and luckily it still works. NOTE: IN VISTA ULTIMATE IT IS ENABLED BY DEFAULT

1)Open cmd in administrator mode

2) Type & Use powercfg.exe /hibernate on

or powercfg -H ON

Enjoy!!

NOTE :Hibernate in some systems makes it unstable on re-wakening