December 2, 200817 yr 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
December 2, 200817 yr Author 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 ? hope you understand me hugs from angel and thanks
December 2, 200817 yr At the root of your "$OEM$"-folder, the same folder where you put "cmdlines.txt".More on the $OEM$-folder structure here.
December 3, 200817 yr 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).
December 3, 200817 yr 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 December 3, 200817 yr by DL.
December 4, 200817 yr u can also make a .bat and and add it to addons list in wpi so u can have option to execute or not to certain instalations.
December 4, 200817 yr Something like:@Echo OffSet RegTweaks=%SystemDrive%\RegTweaksIF Exist %RegTweaks% Goto MainMenu:MainMenuCLSColor 9EMode 62,14Title Register Tweaksecho. 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.regIF /I '%UC%'=='2' GOTO TheEnd1:: If It Not A Correct InputCLSMODE 55,5COLOR F4TITLE Input ErrorECHO.ECHO This was not valid ^> %UC%ping -n 5 127.0.0.1>nulGOTO MainMenu:RegTweaks.regClsMode 62,5REGEDIT /S "" "%systemdrive%\RegTweaks\RegTweaks.reg"Goto TheEnd1:TheEnd1ExitPut it in batch and call it from runonce or whatever.
December 4, 200817 yr Author 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 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
Create an account or sign in to comment