Jump to content

Recommended Posts

Posted

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


Posted

If you are using winrar SFX just use

Setup=InfName.inf

keep in mind that the AddReg= should be under a section named [DefaultInstall] like this

[DefaultInstall]
AddReg=BlaBla

  • 2 weeks later...
Posted

rundll32 advpack.dll,LaunchINFSection <inf_file>,DefaultInstall

or

rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 <inf_file>

where DefaultInstall is the section of the inf to be installed

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...