mchipser Posted January 28, 2012 Posted January 28, 2012 (edited) I wrote a script to disable wifi / bluetooth / webcams and i want to add it to the startup scripts of windows 7..I added a disable.cmd with the following..echo test >> c:\test.txtc:\disablestuff.exeafter rebooting there isn't a test.txt on c: and disablestuff.exe doesn't runany thoughts? Edited January 28, 2012 by mchipser
MagicAndre1981 Posted January 28, 2012 Posted January 28, 2012 Have you tried to run it with the task scheduler to workaround the UAC?
mchipser Posted January 28, 2012 Author Posted January 28, 2012 Have you tried to run it with the task scheduler to workaround the UAC?I don't have UAC turned on.. Also doesn't startup scripts run at system level?"Startup scripts are run under the Local System account, and they have the full rights that are associated with being able to run under the Local System account"
mchipser Posted January 29, 2012 Author Posted January 29, 2012 Well i am an id***.. I was testing this from a domain computer and the domain policies kept over riding my local policies.
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