Express Posted August 6, 2007 Posted August 6, 2007 Hi All,I have or should I say we have Win2k and XP machines at my company. We have a reg we want to push to both to clear the DNS. (see below)BEGINREGISTRYKEY: new, "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters"VALUE: reg_dword, replace, "MaxCacheEntryTtlLimit", "1"VALUE: reg_dword, replace, "NegativeCacheTime", "0"ENDREGISTRYSo if you do an “ipconfig /displaydns” you should never see anything aside from localhost entries.Problem is, it works fine on XP's but I am unable to push to Win2k machines. Does anyone have any suggestions? I am thinking it may have something to do with regedit and regedt32??Thanks.
Express Posted August 6, 2007 Author Posted August 6, 2007 Okay guys answer me this, can a reg push work for both window2000 and xp?
Express Posted August 6, 2007 Author Posted August 6, 2007 i guess no one has any help on this???? :-(
gosh Posted August 6, 2007 Posted August 6, 2007 regedt32.exe is just for permissions, i don't believe it would affect your issue. I dont know about your dns issue, never played with that. Sorry wish i could be more help.-gosh
nmX.Memnoch Posted August 6, 2007 Posted August 6, 2007 What are you using to push the registry entries?
IcemanND Posted August 6, 2007 Posted August 6, 2007 Patience Express, got give us a chance to wake up and get to the forums.does the registry file work locally on w2k machines?
Express Posted August 6, 2007 Author Posted August 6, 2007 Sry guys, didn't mean to seem impatient.I push out using LANDesk.I have tested on w2k and it works too, running manually. I want to be able to send to both OS's to install. Does anyone have a betterr way?? Thanks
nmX.Memnoch Posted August 7, 2007 Posted August 7, 2007 Do you have access to create Group Policies? You could make a custom ADM template.
Express Posted August 7, 2007 Author Posted August 7, 2007 nmX.Memnoch I could have, can you elaborate some more please. Anything that can ease the process of setting all of four hundred something pc's with this dns fix. But as I mentioned we have win2ks and xp. Any help will be very grateful. Thanks
eyeball Posted August 7, 2007 Posted August 7, 2007 if the local users have the level of access you could import this into the registry silently in the logon script
Express Posted August 7, 2007 Author Posted August 7, 2007 eyeball, so maybe i can use ScriptLogic to install silently?
nmX.Memnoch Posted August 7, 2007 Posted August 7, 2007 nmX.Memnoch I could have, can you elaborate some more please. Anything that can ease the process of setting all of four hundred something pc's with this dns fix. But as I mentioned we have win2ks and xp. Any help will be very grateful. ThanksIf you can get me a copy of the .reg file with the exact keys, values and settings you want to change then I can look into creating a custom ADM template. Just be warned that since these aren't standard Policies keys that the machine will be "tattooed" (Google 'group policy tattoo' for further information). It doesn't sound like you care about that though... if the local users have the level of access you could import this into the registry silently in the logon script Regular Users don't have access to change settings in HKLM\Settings.eyeball, so maybe i can use ScriptLogic to install silently?If you already have logon scripts then there may be a way to do it without creating a custom ADM template. AdminScriptEditor allows you to compile scripts into an executable and have them run with alternate credentials. You need at least the Professional edition and it requires the Secondary Logon service ('RunAs Service' on 2000) be enabled on the workstations.
cluberti Posted August 8, 2007 Posted August 8, 2007 Scriptlogic does generally have you set up an administrator account and a regular user account, so you could likely get scriptlogic to push this out. However, ADM templates are usuallly cleaner from a deployment standpoint, but you do have to watch out for the "tattoo" effect if you ever want to roll this back later.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now