kmaheshkumar Posted May 20, 2008 Posted May 20, 2008 i want to install a .inf file it contains some registry keys that can help those people who has effected with virus and their taskmanager, regeditor, folderoptions has disable permenantly so i made an inf file but i want to run it silently how it is possible please answer for me
ricktendo Posted May 20, 2008 Posted May 20, 2008 If you are using winrar SFX just useSetup=InfName.infkeep in mind that the AddReg= should be under a section named [DefaultInstall] like this[DefaultInstall]AddReg=BlaBla
oskingen Posted May 22, 2008 Posted May 22, 2008 You can also do it like this :example: pnputil -i -a Drivers\x64\S213*.inf
kmaheshkumar Posted June 5, 2008 Author Posted June 5, 2008 where can i get pnputil to download the above command is not working for me
Innocent Devil Posted June 5, 2008 Posted June 5, 2008 rundll32 advpack.dll,LaunchINFSection <inf_file>,DefaultInstallorrundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 <inf_file>where DefaultInstall is the section of the inf to be installed
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