Here i am going to show you how to shutdown your PC/computer properly while unwanted Programs are still running. You have to create REGISTRY file (.reg) to perform this action.
This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit.
Windows Registry Editor Version 5.00
1. Copy the following text into notepad.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"
2. Save the file as Shutdown.reg or anything you want to set.
3. Double click the file to import into your registry.
[ NOTE: If your anti-virus software warns you of a "malicious" script, this is normal if you have "Script Safe" or similar technology enabled. ]
This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit.
Windows Registry Editor Version 5.00
1. Copy the following text into notepad.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"
2. Save the file as Shutdown.reg or anything you want to set.
3. Double click the file to import into your registry.
[ NOTE: If your anti-virus software warns you of a "malicious" script, this is normal if you have "Script Safe" or similar technology enabled. ]
0 comments:
Post a Comment