Advertisement
Python253

enable_snap_assist

Mar 21st, 2024
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.59 KB | None | 0 0
  1. """
  2. === DISCLAIMER ===
  3. The following comments are for reference only and should not be included in the saved script.
  4.  
  5. File Data:
  6. - Filename: enable_snap_assist.reg
  7. - Version: 1.00
  8. - Author: Jeoi Reqi
  9.  
  10. Registry Modification Notes:
  11. - This '.reg' file enables Snap Assist Flyout by setting a new key under the Windows Update policy.
  12. - It is recommended to create a backup of the registry before applying any changes.
  13. ======
  14.  
  15. Windows Registry Editor Version 5.00
  16.  
  17. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
  18. "EnableSnapAssistFlyout"=dword:00000001
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement