Tuesday, May 8, 2012

Screen Saver using GPO - Startup Script can't copy file from network

A BAT script with server IP address will not copy file during computer startup

If not exist %systemroot%\system32\scrfile_v6.scr copy "\\10.10..10.1\Shares\screen\scrfile_v6.scr" %systemroot%\system32 /y

Instead of server’s IP address, NetBios name must be used to get this issue resolved.

If not exist %systemroot%\system32\scrfile_v6.scr copy "\\server-01\Shares\screen\scrfile_v6.scr" %systemroot%\system32 /y

Read More

No comments: