Startup script with Group policy

G

Guest

I am trying to setup a startup script to map networkk drive to remote server
share. We are running windows 2003 sp1 server in a workgroup.

I created a .bat file and placed it in
C:\WINDOWS\System32\GroupPolicy\Machine\Scripts\Startup folder.

This is my batch file :

net use x: \\servername\apps password /user:username

when i restart this server i don't see the map drive X.

Plase help
 
J

Jerold Schulman

I am trying to setup a startup script to map networkk drive to remote server
share. We are running windows 2003 sp1 server in a workgroup.

I created a .bat file and placed it in
C:\WINDOWS\System32\GroupPolicy\Machine\Scripts\Startup folder.

This is my batch file :

net use x: \\servername\apps password /user:username

when i restart this server i don't see the map drive X.

Plase help
In a workgroup, you would have to place the bat file at C:\WINDOWS\SYSTEM32\GroupPolicy\User\Scripts\Logon on every
computer, and run gpedit.msc on every computer to Configure the script at User configuration / windows setting / scripts (Logon/logoff)/Logon

Why not implement a domain?

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top