Jump to content

tweakreg ?


Recommended Posts

Hi everyone oke maby i have missed the solution but where do i need to put my own reg tweaks into my unattended xp pro folder.

must i create them and then put the tweakreg into $oem$ ? folder or must i put it into the i386 folder ? hope somebody can help my out.

hugs from angel and thanks in advance ;)

Link to comment
Share on other sites


Yes i did DL i understand that i must put that path there to get the reg file into my unattended xp pro folder but where do i put the reg tweaks in ?

in wich folder must i put them ? :blushing:

hope you understand me hugs from angel and thanks

Link to comment
Share on other sites

If the REG tweaks are just just .reg files, the files may be place whereever you wawnt, but the command used to reerence the files must reference the files (the path in the command must be correct).

Link to comment
Share on other sites

If the REG tweaks are just just .reg files, the files may be place whereever you wawnt, but the command used to reerence the files must reference the files (the path in the command must be correct).

You are correct, but it's easier to put it there rather than having to specify the path to another folder.

Read more on "cmdlines.txt" here.

You could put the file in $OEM$\$1 or $OEM$\$$ without having to specify the path, and then also apply them at RunOnce to make sure all tweaks stick.

Edited by DL.
Link to comment
Share on other sites

Something like:

@Echo Off

Set RegTweaks=%SystemDrive%\RegTweaks

IF Exist %RegTweaks% Goto MainMenu

:MainMenu

CLS

Color 9E

Mode 62,14

Title Register Tweaks

echo.

echo.

echo.

echo.

echo Wilt u de Register-Tweaks importeren of niet?

Echo.

echo 1 = Ja, importeren..

echo 2 = Nee, niet importeren..

ECHO.

SET UC=

SET /P UC=Type een nummer in en druk vervolgens op ENTER ^>

IF /I '%UC%'=='1' GOTO RegTweaks.reg

IF /I '%UC%'=='2' GOTO TheEnd1

:: If It Not A Correct Input

CLS

MODE 55,5

COLOR F4

TITLE Input Error

ECHO.

ECHO This was not valid ^> %UC%

ping -n 5 127.0.0.1>nul

GOTO MainMenu

:RegTweaks.reg

Cls

Mode 62,5

REGEDIT /S "" "%systemdrive%\RegTweaks\RegTweaks.reg"

Goto TheEnd1

:TheEnd1

Exit

Put it in batch and call it from runonce or whatever.

Link to comment
Share on other sites

thank you all for now i can make the theme that i want to start up that is working but still my personal wallpaper is not coming up.

ive tried diffrend things but still no good result so somehowe i must do something wrong :blushing:

i have tried to work with metodes on this forum like making a tweak reg file or put the line into een winnt sif file but still no satisfying result.

but no worries with all the great people here it will work someday soon again thanks for the great help you all hugs and greetings from angel

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