mara- Posted March 27, 2009 Posted March 27, 2009 (edited) Hi,I'm wondering if it is possible to change some registry at the Windows boot. I'm trying to change some registry entries which are locked when Windows starts. I did some investigation and I discovered that key becomes locked after Kernel-mode device driver that implements the file system are loaded (I read something here about startup type.). So I need to make a change before that. Does anybody knows is this possible and how can I do it?Thanks in advance for any help.Cheers Edited March 27, 2009 by mara-
Tripredacus Posted March 27, 2009 Posted March 27, 2009 If you do not need to change this key at every boot, or you only need to do it once, you can edit the offline registry.
mara- Posted March 27, 2009 Author Posted March 27, 2009 Thanks for reply.Well, I would need to change it every time. I know I can do it with driver, but how to create simple driver that can do this. Any application/tool capable of creating driver with .sys extension?Cheers
radix Posted March 27, 2009 Posted March 27, 2009 Any application/tool capable of creating driver with .sys extension?Compuware DriverStudio 3.2 ?
mara- Posted March 27, 2009 Author Posted March 27, 2009 Any application/tool capable of creating driver with .sys extension?Compuware DriverStudio 3.2 ?Nice find, thanks. I'll check it out.Cheers
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