Monday 28 December 2015

Disable the CHKDSK - Check Disk, on start up for Windows 7





#ENTER REGEDIT FIRST

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
In the right hand pane, double click BootExecute.
The default value of the key is autocheck autochk *
* means every drive is checked for consistency. Just add /K:C at the end before *. /K switch will disable autocheck on C: drive at Windows startup. So the final value should look like this:
autocheck autochk /k:C *
If you want to add more drives, the key should look like this: (disabling C and D drives)
autocheck autochk /k:C /k:D *
If you want to restore everything to default, just replace the key with the default one i.e.
autocheck autochk *

Sunday 27 September 2015

Removing those ignoring folders from “This PC” in Windows 10



1) Download and then extract it.
2) Choose 32/64 bit folder depend on OS that you are using.
3) Doubleclick "Remove All User Folders From This PC 64-bit"
4)Restart the Windows Explorer or reboot your PC
5) Done

http://www.mediafire.com/download/au9djbhz89w322c/Remove-Folders-From-This-PC-on-Windows-10.zip