mormoloc Posted July 4, 2007 Posted July 4, 2007 After installing windows to a short while, rundll32.exe is being deleted by some application and due to SFC removal it won't come back. So the problem is solved by setting its attributes to read-onlly.How do I do it ?
NaDer_GenKO Posted July 4, 2007 Posted July 4, 2007 you can save this command in cmd file and run it after the installationattrib +r %windir%\system32\rundll32.exebut are you sure this will solve the problem?
mormoloc Posted July 4, 2007 Author Posted July 4, 2007 thank you vey much. in actuallity i've set up a new line in cmdlines.txt calling upon a .cmd file which contains:ATTRIB +R %SYSTEMROOT%\system32\rundll32.exe
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