The following process has been tested and confirmed working with InterVideo WinDVD 5.0 (as provided for HP systems) and Configmgr / SCCM R2. The installation will: Silently install nterVideo…
The following process has been tested and confirmed working with Roxio version 10 (as provided for Dell systems) and Configmgr / SCCM R2. The installation will: Silently install Roxio 10…
The following script can be used to create a local user account and add it to the local Administrators group. To use, change the strLocalUserName to the desired name and…
There have been some changes for how you can customise the default user profile in Windows 7. Microsoft have disabled the standard ‘Copy Profile’ tool and will only support profile…
The User State Migration Tool can be customised to either include or exclude files or folders being transferred to the new installation of Windows 7. To change the options you…
The following script can be used with ConfigMgr / SCCM R2 to automatically deploy Internet Explorer 8. You will need to ensure that systems do not have Internet Explorer running…
Windows 7 offers new application control policies with AppLocker, a flexible, easy-to-use mechanism that enables IT professionals to specify exactly what is allowed to run on user desktops. AppLocker restricts…
The following VBS script can be used to export a list of Active Directory user accounts and their details from your domain to an Excel spreadsheet. Download: here (note, you…
The following script can be used to remotely enable the remote desktop service on Windows XP strComputer = InputBox ("Enter Machine Name") Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" &…