|
| |||||||||
| Tags: date, hide, properties, tab, times, window |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| hide "Internet Time" tab in date and times properties window
Is there a reg key that allows me to hide "Internet Time" tab in date and times properties window. It is a standalone server 2003 where I want to set this, not a domain joined machine. thanks, Gunter |
|
#2
| |||
| |||
| Re: hide "Internet Time" tab in date and times properties window
Gunter, non privileged accounts do not have ability to alter these settings - so is there a particular reason you are looking to hide their GUI representation? Members of local Administrators group will be able to change local group policy anyway... hth Marcin "Gunno" <Gunno@discussions.microsoft.com> wrote in message news:6E305E0A-AEB6-4B5F-8367-2B9F9CA336BF@microsoft.com... > Is there a reg key that allows me to hide "Internet Time" tab in date and > times properties window. It is a standalone server 2003 where I want to > set > this, not a domain joined machine. > > thanks, > Gunter |
|
#3
| |||
| |||
| Re: hide "Internet Time" tab in date and times properties window
Hi Marcin, yes, we set a specific value for the time server (eg. 10.0.0.1). And here's the situation. when an admin log on the server and looks at the time and date properties, he will still see the "time.windows.com" settings. Also per default the "Automatically syncronize with an Internet time server" option is enbled, even that we configure another IP as time server. Now, if the admin accidentially clicks on OK, the configure IP address is overwritten by "time.windows.com". By hiding the "Internet Time" tab when want to avoid this. Is this possible. I have not found a solution yet. thanks, Gunno "Marcin" wrote: > Gunter, > non privileged accounts do not have ability to alter these settings - so is > there a particular reason you are looking to hide their GUI representation? > Members of local Administrators group will be able to change local group > policy anyway... > > hth > Marcin > > "Gunno" <Gunno@discussions.microsoft.com> wrote in message > news:6E305E0A-AEB6-4B5F-8367-2B9F9CA336BF@microsoft.com... > > Is there a reg key that allows me to hide "Internet Time" tab in date and > > times properties window. It is a standalone server 2003 where I want to > > set > > this, not a domain joined machine. > > > > thanks, > > Gunter > > > |
|
#4
| |||
| |||
| Re: hide "Internet Time" tab in date and times properties window
Hello Gunno, Even if you find a way, an administrator can change anything you configure. So don't make them admins if you don't trust them. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Hi Marcin, > yes, we set a specific value for the time server (eg. 10.0.0.1). And > here's > the situation. when an admin log on the server and looks at the time > and date > properties, he will still see the "time.windows.com" settings. Also > per > default the "Automatically syncronize with an Internet time server" > option is > enbled, even that we configure another IP as time server. Now, if the > admin > accidentially clicks on OK, the configure IP address is overwritten by > "time.windows.com". > By hiding the "Internet Time" tab when want to avoid this. > > Is this possible. I have not found a solution yet. > > thanks, > Gunno > "Marcin" wrote: > >> Gunter, >> non privileged accounts do not have ability to alter these settings - >> so is >> there a particular reason you are looking to hide their GUI >> representation? >> Members of local Administrators group will be able to change local >> group >> policy anyway... >> hth >> Marcin >> "Gunno" <Gunno@discussions.microsoft.com> wrote in message >> news:6E305E0A-AEB6-4B5F-8367-2B9F9CA336BF@microsoft.com... >> >>> Is there a reg key that allows me to hide "Internet Time" tab in >>> date and >>> times properties window. It is a standalone server 2003 where I want >>> to >>> set >>> this, not a domain joined machine. >>> thanks, >>> Gunter |
|
#5
| |||
| |||
| Re: hide "Internet Time" tab in date and times properties window
It's not that we don't trust the admins of these servers. We just want to avoid that they make mistakes that we could have prevented. And by the way, why is the UI still showing the "time.windows.com" setting, even if you configure the time source to be a different IP. I heard that it's possible to hide the tab, I just haven't found out how. But thank for your general advice. Gunno "Meinolf Weber [MVP-DS]" wrote: > Hello Gunno, > > Even if you find a way, an administrator can change anything you configure. > So don't make them admins if you don't trust them. > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > > Hi Marcin, > > yes, we set a specific value for the time server (eg. 10.0.0.1). And > > here's > > the situation. when an admin log on the server and looks at the time > > and date > > properties, he will still see the "time.windows.com" settings. Also > > per > > default the "Automatically syncronize with an Internet time server" > > option is > > enbled, even that we configure another IP as time server. Now, if the > > admin > > accidentially clicks on OK, the configure IP address is overwritten by > > "time.windows.com". > > By hiding the "Internet Time" tab when want to avoid this. > > > > Is this possible. I have not found a solution yet. > > > > thanks, > > Gunno > > "Marcin" wrote: > > > >> Gunter, > >> non privileged accounts do not have ability to alter these settings - > >> so is > >> there a particular reason you are looking to hide their GUI > >> representation? > >> Members of local Administrators group will be able to change local > >> group > >> policy anyway... > >> hth > >> Marcin > >> "Gunno" <Gunno@discussions.microsoft.com> wrote in message > >> news:6E305E0A-AEB6-4B5F-8367-2B9F9CA336BF@microsoft.com... > >> > >>> Is there a reg key that allows me to hide "Internet Time" tab in > >>> date and > >>> times properties window. It is a standalone server 2003 where I want > >>> to > >>> set > >>> this, not a domain joined machine. > >>> thanks, > >>> Gunter > > > |
|
#6
| |||
| |||
| Re: hide "Internet Time" tab in date and times properties window
OK, I can use a different approach as well. I change the reg key that configure the default values and add my IP to it, like: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers] @="0" "1"="time.windows.com" "2"="time.nist.gov" "3"="time-nw.nist.gov" "4"="time-a.nist.gov" "5"="time-b.nist.gov" "0"="10.0.0.5" That should also help. Thanks, Gunno "Meinolf Weber [MVP-DS]" wrote: > Hello Gunno, > > Even if you find a way, an administrator can change anything you configure. > So don't make them admins if you don't trust them. > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > > Hi Marcin, > > yes, we set a specific value for the time server (eg. 10.0.0.1). And > > here's > > the situation. when an admin log on the server and looks at the time > > and date > > properties, he will still see the "time.windows.com" settings. Also > > per > > default the "Automatically syncronize with an Internet time server" > > option is > > enbled, even that we configure another IP as time server. Now, if the > > admin > > accidentially clicks on OK, the configure IP address is overwritten by > > "time.windows.com". > > By hiding the "Internet Time" tab when want to avoid this. > > > > Is this possible. I have not found a solution yet. > > > > thanks, > > Gunno > > "Marcin" wrote: > > > >> Gunter, > >> non privileged accounts do not have ability to alter these settings - > >> so is > >> there a particular reason you are looking to hide their GUI > >> representation? > >> Members of local Administrators group will be able to change local > >> group > >> policy anyway... > >> hth > >> Marcin > >> "Gunno" <Gunno@discussions.microsoft.com> wrote in message > >> news:6E305E0A-AEB6-4B5F-8367-2B9F9CA336BF@microsoft.com... > >> > >>> Is there a reg key that allows me to hide "Internet Time" tab in > >>> date and > >>> times properties window. It is a standalone server 2003 where I want > >>> to > >>> set > >>> this, not a domain joined machine. > >>> thanks, > >>> Gunter > > > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "hide "Internet Time" tab in date and times properties window" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hide time from task bar when showing "start" & scheduling new working days for resources | jtvallo | Microsoft Project | 8 | 01-06-2011 07:07 PM |
| "...copy this file without its properties?" message while copying Internet bookmarks to thumbdrive | MindFu@er | Operating Systems | 5 | 25-01-2011 08:08 AM |
| How do I make the default window size open to "maximized" every time in Internet Explorer 8 | Abhik | Technology & Internet | 5 | 03-08-2010 03:44 PM |
| Excel's Time Capture ("Insert a static date or time") Function: Is it possible to have it capture times down to the second? | oogoog747 | Windows Software | 2 | 10-04-2009 10:36 AM |
| Date and Time control panel missing "Internet Time" | life036 | Windows Server Help | 1 | 30-01-2008 06:19 PM |