[THIN] Re: AW: Re: Loginscript HKCU-Regupdates with WS2K3 GPO's

  • From: "Ron Oglesby" <roglesby@xxxxxxxxxxxx>
  • To: <thin@xxxxxxxxxxxxx>
  • Date: Mon, 22 Dec 2003 08:36:03 -0600

Wel there are about a million out there but for kix here is a simple
line:

 

;***********************************************************************
**

 ; Disable Splash screen for adobe reader ADDED WITH VER2

 

 AddKey("HKEY_CURRENT_USER\Software\ADOBE\Acrobat
Reader\5.0\AdobeViewer")

 WriteValue("HKEY_CURRENT_USER\Software\ADOBE\Acrobat
Reader\5.0\AdobeViewer","DISPLAYABOUTDIALOG", "00000000", "REG_DWORD")

 

 AddKey("HKEY_CURRENT_USER\Software\ADOBE\Adobe
Acrobat\5.0\AdobeViewer")

 WriteValue("HKEY_CURRENT_USER\Software\ADOBE\Adobe
Acrobat\5.0\AdobeViewer","DISPLAYABOUTDIALOG", "00000000", "REG_DWORD")

 

 

 

 

 
;***********************************************************************
**

 ; Disable the IM auto-loader ADDED WITH VER 3 and 4 for published apps

 

 
DelValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ru
n", "MSMSGS")

 AddKey("HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\IM")

 

 
WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\IM"
,"Enabled", "00000000", "REG_DWORD")

 

Ron Oglesby

Senior Technical Architect

 

RapidApp

Office 312.372.7188

Mobile 815.325.7618

email roglesby@xxxxxxxxxxxx

 

-----Original Message-----
From: Hegg Peter [mailto:Peter.Hegg@xxxxxxx] 
Sent: Monday, December 22, 2003 8:32 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] AW: Re: Loginscript HKCU-Regupdates with WS2K3 GPO's 

 

Do you have a sample script to do this?

 

Thanks

 

Peter

 

  _____  

Von: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] Im
Auftrag von Ron Oglesby
Gesendet: Montag, 22. Dezember 2003 14:51
An: thin@xxxxxxxxxxxxx
Betreff: [THIN] Re: Loginscript HKCU-Regupdates with WS2K3 GPO's 

 

VBS, KIX.....

 

Ron Oglesby

Senior Technical Architect

 

RapidApp

Office 312.372.7188

Mobile 815.325.7618

email roglesby@xxxxxxxxxxxx

 

-----Original Message-----
From: Hegg Peter [mailto:Peter.Hegg@xxxxxxx] 
Sent: Monday, December 22, 2003 7:37 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Loginscript HKCU-Regupdates with WS2K3 GPO's 

 

Hi all

 

how do you guys update the HKCU registry via loginscript (either with
"regedit /s" or with "reg add ...") in a windows server 2003 environment
when there's "Disable registriy editing tools" enabled via GPO?

With Windows 2000 this was working, but 2003 seems to be much tougher!

 

Any tips?

 

Thanks for all your valuable input

 

Peter

 

 

 

Other related posts: