Modifying the system clock

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Ok, call me a geek but.....

does anyone know if it is possible to change the look for the system
clock.... I want to be able to change the time to a hexadecimal and
binary format. I also don't mind if a whole new time area is created
next to the original system clock, but im not sure how to do this
either.

If anyone knows i would be most obliged.

Thank you

Dave
 
You can always just hide the clock and then create your own however you
want.
 
how would you go about hiding the current system clock? and putting a
different one in its place?
 
To hide the system clock, right click on the taskbar and choose
properties. You can hide it there.

Programmatically you can manipulate the following registry entries:

For just the current user:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
"HideClock"=dword:00000001

For all users:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer
"HideClock"=dword:00000001
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Phone Clock 4
Show calendar on Echo Show all the time 9
Daily Time Sheets with Rounding 1
Powerpoint Live digital clock 1
System clock 4
taskbar clock 7
System Clock 12
invalid time - clock adjusted forward 19

Back
Top