Modifying the system clock

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
 
C

Chris Dunaway

You can always just hide the clock and then create your own however you
want.
 
D

Dave

how would you go about hiding the current system clock? and putting a
different one in its place?
 
C

Chris Dunaway

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

System clock 4
Time Error 21
taskbar clock 10
System Clock 12
Can't stop a clock 1
Can't Stop the clock 2
System clock events 2
System Clock Speeding Up 4

Top