July 4, 200719 yr 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 ?
July 4, 200719 yr 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?
July 4, 200719 yr Author 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
Create an account or sign in to comment