How to redirect output when using wscript.shell in vbscript
Welcome back!Google Query: Wscript.Shell Application redirection output
I was trying to run ipconfig in one of my vbscripts using wscript.shell and the run method. However, I was trying to redirect the output to a text file. It just wasn’t working. It was a combination of those tricky double quotes and me not knowing the proper syntax [...]
How to hide typed passwords in a vbscript message box
Google Query: hide password in vbscript
Sometimes you may need to prompt the user for a password in one of your vbscripts. No big deal right? It wouldn’t be except that the password can be seen in plain text as the user types it in. There is no way that I know of to hide the [...]
How to pin a VBScript to the Windows start menu
Google query: vbscript on start menu
I was playing around with one of the VBScripts that I written and I was trying to get it to pin to the start menu. The only problem is that pinning to the start menu is only available to applications. So I did some googling and came upon a post [...]
How to redirect users’ favorites folder using VBScript
Searchmarked.com Tip
Update: wnaquin in the comments below pointed out that the users’ actual favorites were not in the new location. Keep in mind that this script does not actually copy any data to the new location. So this will work for new users, but for existing users you will have to copy their data manually [...]
How to get a computer’s Active Directory OU using VBScript
var AdBrite_Title_Color = ‘FFFFFF’;
var AdBrite_Text_Color = ‘000000′;
var AdBrite_Background_Color = ‘000000′;
var AdBrite_Border_Color = ‘2D8930′;
var AdBrite_URL_Color = ‘008000′;
Your Ad Here
Google Query: get computer’s ou with vbscript
I was working on a project for work today where I had to use a script to [...]

