Jump to content

reg import Test.reg Not Work?


Recommended Posts


Hi All Me Add Silent Mode In Software But XP And & Work But In 8 Not Work Plz Help Me For Import reg File.

Winrar SFX :

Setup=reg import Test.reg

Setup=Setup.exe

Setup=REGEDIT /S test.reg

Why don't you just use WinToolKit 1.4.0.77 and create .WA file with all your twks then intergrate into install.wim

ex. Tools > Addon Maker > Import Registry > Add *.reg

Link to comment
Share on other sites

Have noticed the same in W8 the "regedit.exe /s" silent switch does not work. Tried with a sfx same result! If you manually merge the entry it works.

Anyone have an answer on this??

I add reg files all the time to W8 in sfx via batch file

@echo off
::
:: current directory
cd %~dp0
::
:: variable values
set reg=regedit /s
::
%reg% "%~dp0\reg\My_Twks.reg

upload your reg file on here and I will put it in sfx for you...

Edited by DosProbie
Link to comment
Share on other sites

The REGEDIT /S Test.reg is not working in Win8 because of elevated privileges.

So you have 2 choices.

1. Do the right-click and "Run as administrator"

or

2. Just package your .reg file in folder with batch like my example,

then it will merge to registry and run completly silent!

Here is a working sfx .with .reg file that I just made for W8...:thumbup

Edited by DosProbie
Link to comment
Share on other sites

The REGEDIT /S Test.reg is not working in Win8 because of elevated privileges.

So you have 2 choices.

1. Do the right-click and "Run as administrator"

or

2. Just package your .reg file in folder with batch like my example,

then it will merge to registry and run completly silent!

Here is a working sfx .with .reg file that I just made for W8...:thumbup

Thanks Dos, since I replied I found the a similar solution using a batch with hidcon.exe & seems to work well.

Link to comment
Share on other sites

  • 1 month later...

Thanks Dos, since I replied I found the a similar solution using a batch with hidcon.exe & seems to work well.

Can you explain me how it works? i need to silent make a reg modify in win8

Thank you

Just pm me your .reg file and I can show you how to do it in a sfx install

Link to comment
Share on other sites

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...