Thursday, September 4, 2008

[THIN] Re: Disable a service remotely

Cool. Thanks,  I'll use the script.
 
These Wyse TCs are not part of a domain; therefore I can't use a GPO.
 
 

_______________________________
Hector Minero
NSWCDD K55

-----Original Message-----
From: thin-bounce@freelists.org [mailto:thin-bounce@freelists.org] On Behalf Of Pat Coughlin
Sent: Thursday, September 04, 2008 3:27 PM
To: thin@freelists.org
Subject: [THIN] Re: Disable a service remotely

Here is a RSP based off of some other work I have done. Save it as "DisableSNMP.rsp" and create a "DisableSNMP" folder in the same directory and it should be ready to import.
 

[Version]
Number=DisableSNMP
Description=Disable the SNMP Service
OS=XP
Category=Other Packages

[Script]
;
;DATE: 9/4/2008
;Package Prepared by Patrick Coughlin
;
;----------------------------------------------------------------
;Check Operating System
;----------------------------------------------------------------
CO "XP"
;
;----------------------------------------------------------
; Lockout & Set Reg
;----------------------------------------------------------
LU
SV "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMP\Start" "0"
"REG_DWORD"
LP "30"
EL
RB

No comments: