This is probably very basic, but how do you write a start up script for windows. I need it to open a program and insent a path, I know it can't be too hard if you know what you're doing. Any suggestions? Or ideas on where to look?
actually, I need a start up sript to run for a group policy(changing our symantic AV from unmanaged to managed, end users are kind slow). I've kinda got it figured I'm just going to make a batch file which will be simple enough. BUT I'm having issues accessing a network location from command prompt, any suggestions? 🙂
we don't have a network account dedicat4ed to script access, why? we really don't use scripts much(obvisously) but the only way to change SAV from unmanaged to managed it this way or manually reinstall it on 200+ computers. I would much rather do a run once script and leave it at that...
The target computer account needs Read permission to the Office source files location, and Read and Write permissions to the log file location. The log file can be stored on the local computer.
awesome got it, thanks guys 🙂
Now if I could just find a way to hide the command prompt... lol
net use s: \\ntserver\gaas
net use m: \\Jyu-docuware\apps
They're both simple bat files.
not sure, I haven't tested it but it looks like http://www.computerperformance.co.uk/ezine/ezine60.htm would have what you're looking for LikeLinus.