#1 to prevent accidental move or copy files/folders in Windows 7,8,10,11
- it will create a shortcut of object
Registry file :
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects]
"DefaultDropEffect"=dword:00000004
Registry file :
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects]
"DefaultDropEffect"=dword:00000004
| create_shortcut_on_drag.reg | |
| File Size: | 0 kb |
| File Type: | reg |
#2 disable hidden share drive letter
Registry
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters]
"AutoShareWks"=dword:00000000
Registry
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters]
"AutoShareWks"=dword:00000000
Disable NTFS Last Access Timestamp Updates
Open Command Prompt as Administrator and run:
fsutil behavior query disablelastaccess
It will show something like one of these:
To disable it
fsutil behavior set disablelastaccess 1
Open Command Prompt as Administrator and run:
fsutil behavior query disablelastaccess
It will show something like one of these:
- DisableLastAccess = 0 → User Managed, Updates Enabled
- DisableLastAccess = 1 → User Managed, Updates Disabled
- DisableLastAccess = 2 → System Managed, Updates Enabled (common default)
- DisableLastAccess = 3 → System Managed, Updates Disabled
To disable it
fsutil behavior set disablelastaccess 1