Archive for category Visual Basic Script (vbs)

Add Command Prompt Here Context Menu

Easy fast administration means less stress. This nifty script aims to save you some time.  This adds the right click context menu to all folders in explorer ‘cmd prompt here’. When you click this option a command prompt with the current directory will be displayed. This is a very useful tool for administrative functions and saves you the time of opening a command prompt and changing directory to the folder you need. Additionally, it gives you a really easy way to walk a user through opening a command prompt window when you need them to run something like ipconfig over the phone. This is a visual basic script and runs silently, so it can be deployed by login script, or GPO as well as kaseya. Just save it as a .vbs.
Read the rest of this entry »

, ,

No Comments

Reset a Local Account Password With VBS

Today I added a bunch of old computers with different local admin account passwords to our domain.  So, since I am all for doing things the easy way I came up with a quick script.  I added the computers that I needed the admin account reset on to an active directory OU and applied this script.
Read the rest of this entry »

,

1 Comment