I have written a batch file that downloads an executable to the all users desktop.
Copy \\server\share\235.exe "C:\documents and settings\all users\desktop"
I have tried applying it as a computer configuration and as a user configuration. I have tried it with loopback enabled and disabled. The script fails writing to C:\documents and settings\all users\desktop with an access is denied error. Is there a way to use group policy to place an object on the local machine all users desktop?
Copy \\server\share\235.exe "C:\documents and settings\all users\desktop"
I have tried applying it as a computer configuration and as a user configuration. I have tried it with loopback enabled and disabled. The script fails writing to C:\documents and settings\all users\desktop with an access is denied error. Is there a way to use group policy to place an object on the local machine all users desktop?