| View previous topic :: View next topic |
| Author |
Message |
webdaddy Contributor


Joined: 14 Nov 2004 Posts: 151 Location: Raleigh NC
|
Posted: Mon May 01, 2006 10:32 pm Post subject: INF File Assistance |
|
|
Does anybody know how to run and INF file to have OS settings implemented that are in the file. For instance I have an entire list of registry settings that are all in an INF file that I would like to run or shell so that the settings were implemented in the registry as well as setting file permissions that way.
Hopefully I explained the correctly.
Kevin Wetzel
ISP Toolz _________________ K Wetzel
Programming - Technology - Communications
"The Home of the SLC Security Console"
SLC now available for Linux... |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Tue May 02, 2006 3:31 am Post subject: |
|
|
I believe the appropriate syntax would be:
| Code: | | shell install,filename.inf |
Good luck,
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Wed May 03, 2006 2:48 am Post subject: |
|
|
there are REG files that you can run that will do the same thing just by double clicking on them
they have a certain syntax that you will need to search for online but it is easy to do
such files have the extension .reg
serge
ps found this link for you http://support.microsoft.com/default.aspx?kbid=310516
let me know if you need more info as i have some reg files already set up and i can look for them to give you examples _________________
|
|
| Back to top |
|
 |
|