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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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