Ittelligence - ittelligence.co.za - ITtelligence
General Information:
Latest News:
Fixed drive letter in WinPE 20 Mar 2013 | 11:10 pm
This script can be added to a WinPE environment to ensure that the removable boot media always have a specific drive letter. All you need to do is create a file called “72821acd-379a-478a-a2c6-1ebd72c...
Custom Classic Shell start menu button 19 Mar 2013 | 12:08 am
Feel free to use this image with Classic Shell http://www.classicshell.net
Command prompt with random background and foreground color on each start 17 Mar 2013 | 11:39 pm
Copy RndColor.bat to “%SystemRoot%\System32″ Run RndColor.reg Open a command prompt Attachment(s):
Non-standard success exit codes 17 Mar 2013 | 11:23 pm
Some software distribution tools do not allow custom success exit codes. This means that if a software package returns a non-standard success exit code that the deployment status might return a failur...
CreateFileWithCode 7 Jun 2012 | 03:22 pm
This utility can be used to recreate any file at runtime. It works by reading the input file with binaryreader and creates a function that can be called to recreate the input file. Usage: CreateFile...
Remotely Rename A Computer 2 Jun 2012 | 11:54 pm
Remotely rename a computer and its Active Directory account using PSExec and batch file (vbs dropper) Usage: PSExec.exe \\CURRENTCOMPUTERNAME -c -d -f RenameComputer.bat NEWCOMPUTERNAME (Account nee...
Generic RegEx Script 7 May 2012 | 06:53 am
Dos Box Colors 17 Apr 2012 | 05:34 am
Here is a table of all the combinations of dos box colors
Command Prompt with Random Color on Startup 13 Apr 2012 | 05:18 am
Add REG_SZ to HKLM\SOFTWARE\Microsoft\Command Processor with name AutoRun and value of RndColor.bat Create file RndColor.bat in %WINDIR%\System32
ShowReplParser 12 Apr 2012 | 07:05 am
This app will parse the output of “RepAdmin.exe /ShowRepl *” and display a unique list of all the servers with errors First create OUT.TXT with the following command: RepAdmin.exe /ShowRepl * > OUT....