Try our new Certificate Revocation List Check Tool
CRLcheck.exe is a tool developed to verify digital signatures of executable files. It collects files from known paths on your client, checks their signature, and checks Certificate Revocation Lists (CRL) and OCSP download. This helps avoid delays in launching files.

Category: Scripting

Internet Explorer / Scripts, Clear growing Cookie and Caching Files

Temporary Internet Files RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 Cookies RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 History RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 Form Data RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 Passwords RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 Delete All RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 Delete All – “Also delete files and settings stored by add-ons” RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351 @ECHO off :SelectOptions CLS ECHO Howdy %username% : ECHO 1. Delete Non-trusted web […]

WSUS: Windows Update Server. Most common Problems. FAQ

Connect to SQL Internal WSUS Datbase on diffrrent OS: Auf 2003:    \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\queryAuf 2012R2: \\.\pipe\microsoft##WID\tsql\query Missing “SelfUpdate” in Default Website when running WSUS under 8530    To make sure that the self-update tree is working correctly, first make sure that there is a Web site set up on port 80 of the WSUS server. You must have […]

Powershell: Add users to Active Directory Group membership from file, list all NON Expire accounts

How to add user accounts to a membership of an Active Directory Group. Users in File: C:\edv\bbuser.csv Active Directory Group: SG_Blackberry_User_2010 Users: m.butsch and assistant (First LINE has to be UserName an not a user) Import-module ActiveDirectory Import-CSV “C:\edv\bbUser.csv” | % { Add-ADGroupMember -Identity SG_Blackberry_User_2010 -Member $_.UserName }   —————————————————————————— List all NON Expire accounts […]

HP biosconfigutility.exe and password in BIOS options, error 10

HP this is absolue confusing! Not all syntax provided in the “Biosconfigutlity.exe” seem to work in a certain order! Here is the correct syntax and a working example under Windows PE 3.X 32BIT boot media: Biosconfigutlity.exe /cspwd:”youroldbiospassword” /cspws:”yournewbiospassword” And an example to renew the existing BIOS password and write new BIOS Setting in one command: […]

Powershell Links for Exchange 2007/2010

Hot wo automate a Powershell on Windows Server: http://exchangeshare.wordpress.com/2008/12/08/how-to-schedule-powershell-script-for-an-exchange-task/ Free ActiveRoles Management Shell for Active Directory 32/64-bit from Quest: http://www.quest.com/powershell/activeroles-server.aspxhttp://ss64.com/ps/quest.html How to load the Powershell Plugins into the Shell (As example Exchange and the Quest)   http://technet.microsoft.com/en-us/library/bb963745.aspx Add-PSSnapIn -Name Microsoft.Exchange.Management.PowerShell.Admin,Quest.ActiveRoles.ADManagement http://poshcode.org/2231 Here is how to skip/catch the error if the SNAP in has laready been […]

Adobe Flash 11 / 11.0.1.152 Silent Install and Migration from 10.X

OS: 32BIT Version: 11.0.1.152 Check for Version: %SYSTEMROOT%\system32\Macromed\Flash\Flash11c.ocx 1 Kill Browsers with Batch and tools like PSKILL.EXE from Systernals/MS 2 uninstall_flash_player_32bit.exe -uninstall activex 3 install_flash_player_ax_32bit.exe -install 4 Copy file mms.cfg to %SYSTEMROOT%\system32\Macromed\Flash (See http://kb2.adobe.com/cps/167/16701594.html how to make this to disable Auto Update) Windows 32-bit Flash Player for Internet Explorer Flash Player for other browsers   Windows […]