How to redirect output when using wscript.shell in vbscript
If you’re new here, you may want to start with my most popular posts. Then, subscribe to my RSS feed to stay updated. Thanks for visiting!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 [...]
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
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 get a computer’s Active Directory OU and take an action based on the OU that the computer was in. This project will eventually become a logon script. Since our network consists of [...]


