Joomla TemplatesWeb HostingWeb Hosting
Home Scripts and Code

Scripts and Code

Godmode (VBScript)

This script creates all of the GodMode shortcuts available in Windows 7 and 8.

Attachments:
FileDescriptionFile sizeLast modified
Download this file (godmode.zip)godmode.zipGodMode2 Kb30/04/12 13:43

Last Updated (Monday, 30 April 2012 13:50)

Read more...

 

DNSChanger Malware Infection Test Script (VBScript)

This script checks the DNS settings of your computer to identify whether you are potentially infected with DNSChanger. DNSChanger is a serious malware infection that can change your DNS servers. A temporary global fix has been put in place until July 9 2012. At this time this fix will no longer work and infected machines may not be able to access the internet. For more information from the DNS Changer Working Group see http://dcwg.org/index.html

Last Updated (Thursday, 29 March 2012 23:13)

Read more...

 

Detect and Eject CD Drives (VBScript)

This script detects, identifies then ejects CD ROM drives on a Windows machine.

Last Updated (Tuesday, 15 November 2011 16:07)

Read more...

 

Update Windows Owner and Organization (VBScript)

This script updates the Windows Owner and Organisation information on Windows Vista or later.

After completion it will show the Windows registration information.

Last Updated (Tuesday, 08 November 2011 08:38)

Read more...

 

Scan and Defrag (VBScript)

This script performs a chkdisk scan and a defrag of the current machine.

Read more...

 

Enumerate Printers (VBScript)

This script displays information about each installed printer.

Read more...

 

List IP Addresses (VBScript)

This script displays a list of all IP addresses assigned to the current machine.

Read more...

 

Retrieve Drive Information (VBScript)

This script uses WMI to retrieve information about the current disk drive.

Read more...

 

Last Reboot (VBScript)

This script retrieves the last reboot time from the operating system and converts it into Hours, Minutes and Seconds.

Simply copy and paste the code into notepad and save as uptime.vbs. Double click the file to run.

Read more...

 

Windows Version Number (VBScript)

Need your Windows Version Number?

The following script returns a dialog box indicating the version number of the operating system.

Read more...

 

Mailbox Sizes Exchange 2003 (VBScript)

This script produces a summary of mailbox sizes on an Exchange 2003 server.

This includes; Server Name,Storage Group,User Display Name,Mailbox Size,Total Items,Deleted Items Size.

Read more...

 

Monitoring printers and services (VBScript)

The following script logs printer and service activity on a server.

This script is designed to identify the cause of printer issues by recording changes in the spool service or print job classes.

Last Updated (Monday, 07 November 2011 14:25)

Read more...

 

Adding or Removing Printers (VBScript)

Adding or Removing printers using VBScript.

The following script can be triggered by adding the path to the vbs file to the network logon script.
Printers can be added or removed when this script is run.

Last Updated (Monday, 07 November 2011 14:26)

Read more...

 

Move your iTunes Library Completely (VBScript)

There are many reasons you may wish to move your iTunes library. It may be taking up more space than you have on your C drive, you may wish to move it to another computer, or in an office environment you might accidentally be storing your music on the servers. This script is very simple to configure and steps the user through the process.

The full code is shown below. VBScript works on all versions of Windows.

Last Updated (Friday, 28 October 2011 23:51)

Read more...