Advertisement
Python253

hide_copilot_button

Mar 23rd, 2024
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.60 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: hide_copilot_button.reg
  7. - Version: 1.00
  8. - Author: Jeoi Reqi
  9.  
  10. Registry Modification Notes:
  11. - This '.reg' file hides the Copilot button by setting a new key under the Explorer advanced settings.
  12. - It is recommended to create a backup of the registry before applying any changes.
  13. ==================
  14. """
  15.  
  16. Windows Registry Editor Version 5.00
  17.  
  18. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
  19. "ShowCopilotButton"=dword:00000000
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement