Difference between revisions of "Windows 10 tips"

From PeTechWiki
Jump to navigationJump to search
m
Line 5: Line 5:
  
 
== Show Seconds in System Clock ==
 
== Show Seconds in System Clock ==
Use regedit to browse to key <code>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced</code>. Add a DWORD ''ShowSecondsInSystemClock'' with a value of 1 to the key.
+
Use regedit to browse to key <code>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced</code>. Add a DWORD entry ''ShowSecondsInSystemClock'' with a value of 1 to the key.
  
 
https://winaero.com/blog/taskbar-clock-show-seconds-windows-10/
 
https://winaero.com/blog/taskbar-clock-show-seconds-windows-10/
  
 
[[Category:Windows]]
 
[[Category:Windows]]

Revision as of 10:15, 10 November 2017

System Wakes Up Unexpectedly

Use the following command to find out why your system woke up:

powercfg -lastwake

The output from this command might help you fix this problem.

Show Seconds in System Clock

Use regedit to browse to key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced. Add a DWORD entry ShowSecondsInSystemClock with a value of 1 to the key.

https://winaero.com/blog/taskbar-clock-show-seconds-windows-10/