Developers Documentation

×

Warning

301 error for file:https://clearos.com/dokuwiki2/lib/exe/css.php?t=dokuwiki&tseed=82873f9c9a1f5784b951644363f20ef8

User Tools

Site Tools


Login Scripts in Windows Networking

This howto illustrates how to manage windows logon scripts in ClearOS.

Enable logon script

Validate your file server has logon scripts enabled in Server » Windows Settings » Logon Script. By default it is called logon.cmd.

Now log into a workstation that is part of the domain using the winadmin user account.

In windows, click on Start » Run and type:

\\servername\netlogon 

Replace servername with the netbios name of your server. NOTE: you cannot browse to this folder because it is hidden.

Make sure the option 'Hide extensions for known file types' is disabled. Create a net text file and rename it to logon.cmd. Confirm the change of the file extention.

Right-click on the file and click edit.

Here is sample logon script code:

@echo off
net use m: \\servername\share /persistent:yes
content/en_us/kb_howtos_login_scripts_in_windows_networking.txt · Last modified: 2015/02/11 10:21 (external edit)

https://clearos.com/dokuwiki2/lib/exe/indexer.php?id=content%3Aen_us%3Akb_howtos_login_scripts_in_windows_networking&1710819992