How do I disable a double click on System Clock?

  • Thread starter Thread starter Bobby
  • Start date Start date
B

Bobby

Hi,

I would like to restrict a double-click action
on the System Clock in the System Tray?
(The user logged on as a member of Users group
don't have any access to control panel or any
desktop but need to change or synchronize the
system clock)

My Windows NT4.0 or Windows 2000 synchronized
its clock with some reference clock and I do
not want user (member of the Users group) to
change the time.

Computer is always logged on as a member of the
Users Group. I set the user privilege for that
user so that it can change the system time.
Now, by double-clicking on the system tray clock
it can change the time, which is a normal behaviour.
But I would like to restrict this option since the
system clock is set or synchronized automatically.

Is there any way I can achive this.

Thank you in advance.

Bobby
 
No Bob that's not an option. User need to see that clock
There must be a cleaner way to achieve this

Thanks.
 
No Bob that's not an option. User need to see that clock
There must be a cleaner way to achieve this

Thanks.
 
Windows Registry Editor Version 5.0

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
"NoTrayContextMenu"=dword:0000000

Open notepad, insert the above 5 lines (including blank lines) and save NoTaskbarRightClick.reg. Double click this file to import to your registry. Restart your pc and users are prevented from right clicking on your taskbar, including the clock.
 
Windows Registry Editor Version 5.0

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
"NoTrayContextMenu"=dword:0000000

Open notepad, insert the above 5 lines (including blank lines) and save NoTaskbarRightClick.reg. Double click this file to import to your registry. Restart your pc and users are prevented from right clicking on your taskbar, including the clock.
 
Back
Top