Changes

Jump to navigation Jump to search
964 bytes added ,  16:30, 10 February 2014
Line 90: Line 90:     
{{Tip box|To change a Microsoft Account to a Local Account, Go to the Top right corner of your Desktop, select "settings" and then "Change Pc settings", select the link "Switch to local account", give the user password and select "next". Enter your user values in the local account field and press "Next". The new local account will be added}}
 
{{Tip box|To change a Microsoft Account to a Local Account, Go to the Top right corner of your Desktop, select "settings" and then "Change Pc settings", select the link "Switch to local account", give the user password and select "next". Enter your user values in the local account field and press "Next". The new local account will be added}}
 +
 +
==Setting up network drives==
 +
If you are using SME Server as a domain controller and the workstations have joined the domain
 +
you can automate drive mapping and syncronise the PC time with the netlogon.bat file
 +
 +
Note: [[:SME_Server:Documentation:Administration_Manual:Chapter13#Workgroup |Chapter 13]] has a method for admin to edit the netlogon.bat file without using the command line. You can consider also the [[SME_Server:Documentation:Administration_Manual:Chapter7|chapter 7]] on Configuring the Computers on Your Network
 +
 +
nano -w /home/e-smith/files/samba/netlogon/netlogon.bat
 +
 +
REM To set the time when clients logon to the domain:
 +
net time \\servername /set /yes
 +
REM To map a home directory to drive h:
 +
net use h: /home /persistent:no
 +
net use j: \\servername\ibay1 /persistent:no
 +
net use p: \\servername\ibay2 /persistent:no
 +
if exist Z: net use Z: /del /yes
 +
 +
and reset file to dos format
 +
unix2dos /home/e-smith/files/samba/netlogon/netlogon.bat
    
== Slow login with win8 to sme8 domain ==
 
== Slow login with win8 to sme8 domain ==

Navigation menu