glennda Posted November 16, 2009 Posted November 16, 2009 I have a strange problem while running trying to run a computer startup script to install adobe CS3, the script runs fine, but doesn't run at startup, it runs once the user has logged in, which isnt what its ment to do, i have other scripts that run fine at computer startup, and have not set it up in any other way, but it just seems to only run when the user logs into a machine, not when the computer starts. any ideas? Thanks Toby
AndyNDuffy Posted November 16, 2009 Posted November 16, 2009 I have exactly the same problem. We have rewritten our current login script in VBS but just wont run on startup. Our original login script runs completely fine (dos batchfile). Any ideas appreciated.
sjl Posted November 16, 2009 Posted November 16, 2009 You might want to try enabling the GPO setting to wait for network at startup
ricki Posted November 17, 2009 Posted November 17, 2009 Hi I think there is a group policy that sets synchrones or asynchrones applying group policies. Thats about what order they are applied. I have tried looking this up for you but the lancs firewall is blocking so many sites now I cannot find it sorry. Richard
sted Posted November 17, 2009 Posted November 17, 2009 Hi I think there is a group policy that sets synchrones or asynchrones applying group policies. Thats about what order they are applied. I have tried looking this up for you but the lancs firewall is blocking so many sites now I cannot find it sorry. Richard computer configuration (also on user but not whats needed here though it useful to set i find)\admin templates\system\scripts run startup script asynchronously=disabled (should be default behaviour on non config but worth trying) possibly while error checking setting run startup scripts visible may help
glennda Posted November 17, 2009 Author Posted November 17, 2009 Thanks, i will have a look and see if i can get it to work, if not then i give up!! computer configuration (also on user but not whats needed here though it useful to set i find)\admin templates\system\scripts run startup script asynchronously=disabled (should be default behaviour on non config but worth trying) possibly while error checking setting run startup scripts visible may help
ajbritton Posted November 17, 2009 Posted November 17, 2009 Also, bear in mind that the security context that a Startup Script runs in means that it only has Anonymous access to network resources. If the script is installing software from a server share that only has 'Authenticated Users: Read' for example, it will not work. If you allow 'Everyone: Read' (share and file level permissions), then this should do the trick. Even then, this will only work on servers in the same (or trusted) forest. I came across this problem when trying to automate SIMS installations onto PCs in a 'Curriculum' domain that was in a different forest to the 'Admin' domain where the installation files were stored. Solution in the end was to replicate installation files to a server on the 'Curric' domain. Yuck.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now