Posts tagged windows logon script
Simple Printer Logon Script – VBScripts
Apr 19th
The following script can be used as a logon script to add Simple Windows Printer Connection. 1- Copy and past the script in a text editor, notepad will dose the job perfectly. 2- Make whatever changes in need to suit your purposes. ie; change the server name and the printer share name to reflect yours. 3- Save the file (any name you like) with extension of .vbs, ie: printerslogon.vbs (more…)
Batch file script to map network drive to users
Apr 14th
A batch file is a text file containing a series of commands intended to be executed by the command interpreter. When a batch file is run, the shell program reads the file and executes its commands, normally line-by-line.
The following script can be used as a logon script to map a network drive to users home directory (or any directory) on the server or somewhere else.
1- Copy and past the script in a text editor, notepad will dose the job perfectly. (more…)






