Tag: script

Internet Explorer 7 Gold RunOnce Removal

Microsoft Windows Internet Explorer 7 Version: 7.0.5730.11CO Update Versions: 0 Version: 7.0.5730.13IS (confirmed working) Issue The annoying Runonce linking to runonce.msn.com/runonce2.aspx either fails to start or you do not want it to start. There is no reasonable explanation as to the purpose of this link. All settings may be changed within the installation of itself without linking to Microsoft. I…

Read More »

How to create a local admins group using AD, GPO, VBS in a Microsoft Windows domain

In a Microsoft Windows server domain, in this case a Windows 2003 Server, Windows Server 2003 Enterprise and Windows 2000 Server, Windows 2000 Advanced Server mixed mode environment, there was a need to create a local administrators group, add members to that group, and give those users administrator access to either workstations or servers.  Using a Group Policy Object (GPO),…

Read More »

eTrust PestPatrol Anti-Spyware Corporate Edition 5.x Removal

I wrote this little script that has worked for me to remove eTrust PestPatrol Anti-Spyware Corporate Edition 5.x. :: PestpatrolUninstall Version 1.0 (Build 20051221) @ECHO OFF>NUL :: PestPatrol Remote Service is installed by the execution of :: eTrust PestPatrol Anti-Spyware Corporate Edition console NET STOP “PestPatrol Remote” C:\WINDOWS\system32\ppRemoteService -unregserver ECHO Y| DEL “C:\WINDOWS\system32\ppRemoteService.exe” :: PestPatrol Folder to be removed ::…

Read More »

Query Adobe Acrobat 7.x using LANDesk

Adobe Acrobat 7 cannot be queried as ACROBAT.EXE as the file size remains the same. The results will be inconclusive. ACROBAT.DLL, however, changes. Update the LDAppl3.Template file to add .DLL to ScanExtentions. Go to LANDesk Management Suite, Software License Monitoring, and Make Available to Clients. To create the query use: “Computer”.”Software”.”Package”.”File Name” = “ACROBAT.DLL” Add a column using “Computer”.”Software”.”Package”.”Version”

Read More »

WinZip 9.0 SR1 repack for silent installation

Create a WinZip 9.0 SR1 repack for silent installation. Requirements Winzip (www.winzip.com) 7-Zip (www.7-zip.org) Startx (http://www.naughter.com/startx.html) Solution Execute the WinZip application to install into the default directory (C:\Program Files\WinZip). Create a batch file using a text editor and place in the WinZip installation directory, i.e. SetupWinZip.cmd. SetupWinZip.cmd :: Make Folder MD “%PROGRAMFILES%\Winzip” :: Copy Files to Installation Folder copy /y…

Read More »

How to determine if Wireless is enabled and active using LANDesk

I called tech support, and was told that it was not possible to determine if wireless is enabled and active via LANDesk; however, I figured out a solution and it worked. I created the following query. “Computer”.”Network Adapters”.”Network Adapter”.”Active” = “Yes” AND (“Computer”.”Network Adapters”.”Network Adapter”.”File Description” = “Intel(r) PRO/Wireless LAN Driver” OR (“Computer”.”Network Adapters”.”Network Adapter”.”File Description” = “Intel(r) Wireless LAN…

Read More »

How to determine if Wireless is enabled using LANDesk

I called tech support, and was told that it was not possible to determine if wireless is enabled and active via LANDesk; however, I figured out a solution and it worked. I created the following query. “Computer”.”Network Adapters”.”Network Adapter”.”Link Status” = “Connected” AND (“Computer”.”Network Adapters”.”Network Adapter”.”File Description” = “Intel(r) PRO/Wireless LAN Driver” OR (“Computer”.”Network Adapters”.”Network Adapter”.”File Description” = “Intel(r) Wireless…

Read More »

Symantec Client Security 2.0 silent install script

The original script to install Symantec Client Security 2.0 will not execute in a silent installation. Original script msiexec /i “Symantec Client Security.msi” WSCAVALERT=0 WSCFWALERT=0 setup.exe /s /v” /qn INSTALLSERVER=0 MIGRATESETTINGS=0 REBOOT=ReallySuppress” Modified script cmd /c SCS.msi /qn LIVEUPDATE=0 MIGRATESETTINGS=0 REBOOT=REALLYSUPPRESS

Read More »

Create a 7zip Self Extractor (7zS.sfx or 7z.sfx)

One of easiest silent installations that most anyone can create utilize two free software products. 7-Zip (www.7-zip.org) and Resource Hacker (http://www.angusj.com/resourcehacker/)  Many of the silent installations that are created and found on this site are created using the 7zip compression.  To make a self-extracting silent installation, the utility, Resource Hacker, will need to be applied against the 7z.sfx file. In…

Read More »