Jump to content

phpjunkie

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About phpjunkie

phpjunkie's Achievements

0

Reputation

  1. phpjunkie

    reg2inf

    I keep seeing this app that will help you import registry entries and now I'm wandering if any of you know about reg.exe in the C:\WINDOWS\system32 folder that is designed to do all of this for you. You DON'T need some 3RD PARTY program to do this. All you have to do is add a line similar to the one below to your RunOnce tab in your Unattended options or add this to a batch file. \REG ADD "HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\7.0" /v DoNotAllowIE70 /t REG_DWORD /d 1 /f For examples of command line switches type reg /? in your Command Prompt window. I tried and tested with VirtualBox (Virtual Machine Software like VMWare) and it worked flawlessly.
×
×
  • Create New...