Peter's Web Site
  • Home
  • Android
  • iOS
  • Windows
  • ZIP Password
  • RAR Password
  • Resources
  • Blog
  • About me

#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
create_shortcut_on_drag.reg
File Size: 0 kb
File Type: reg
Download File


#2 disable hidden share drive letter

Registry
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters]
"AutoShareWks"=dword:00000000



Windows Sandbox
Sandbox


O&O ShutUp10++
The antispy tool for Windows 10 and 11 
Link


Winhance
- The microsoft optimize tool for Windows 10 and 11 
- Can delete Edge, Store, XBox, etc
Link

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:
  • 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
Powered by Create your own unique website with customizable templates.