Advertisement
Python253

disable_show_seconds_in_system_clock

Mar 23rd, 2024
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.69 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: disable_show_seconds_in_system_clock.reg
  7. - Version: 1.00
  8. - Author: Jeoi Reqi
  9.  
  10. Registry Modification Notes:
  11. - This '.reg' file sets the value to disabled for showing seconds in the system clock by editing the Windows registry.
  12. - Disabling seconds display may help conserve power.
  13. - It is recommended to create a backup of the registry before applying any changes.
  14. ==================
  15. """
  16.  
  17. Windows Registry Editor Version 5.00
  18.  
  19. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
  20. "ShowSecondsInSystemClock"=dword:00000000
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement