Daz loader and Office 2013 should not affect each other at all on W7 That is dedication to wait 3 days ...lol The code in IORRT is designed to detect office 2013 VL Perhaps it is confused by a version you have of office Did you use the versions I give torrent links to?
> 1. Select Install then your computer will automatically restart into Recovery Environment (RE) > 2. Enter your keyboard language and login information When the computer boots into the RE, mouse and keyboard do not function. They work fine everywhere else. Even in the BIOS. Any ideas?
Hey, I just wanted to let you know that IORRT won't work for any Microsoft Office 2013 installations that aren't located within the system's program files directory (or directories). I'm not sure of any elegant solutions for this, but it leads to an error during installation and a function-less task being created, despite giving an "Installation Successful" message afterwards. For reference I have office installed in "E:\Microsoft Office". This isn't an issue for me as I've been able to modify the script for my own directory, but may be for others.
Best would be to search for install path ... Spoiler Possible solution: Code: reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\Common\InstallRoot" >nul 2>&1 if errorlevel 1 goto :Office86 FOR /F "tokens=2*" %%a IN ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\Common\InstallRoot" /v "Path"') do (SET officepath=%%b) >nul 2>&1 exit /b :Office86 reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Common\InstallRoot" >nul 2>&1 if errorlevel 1 exit /b FOR /F "tokens=2*" %%a IN ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Common\InstallRoot" /v "Path"') do (SET officepath=%%b) >nul 2>&1 Then work with %officepath% to call correct directory...
Rearm Wizard Works! Hi Shoeless, I just had the same problem. Solved it by using an old PS2 port keyboard as the USB keyboard and mouse couldn't response. Went into command prompt and keyed in C:ir7 System was restored to start trail for 30 days, and without the non-genuine waterwark. Upon next re-boot, the black screen was also replaced with a blue screen but did not managed to go back to my original wallpaper. Not that I am complaining...! Thank you so much to Timesurfer and team!!!
USB keyboard and mouse will require USB Legacy support to be enabled in firmware (BIOS/UEFI). Even then, I had devices still failing (e. g. Logitech G15).
Hey so the second I press "A" and "Enter" to select IR7 the thing displays some kind of error message (still in the cmd, not a popup) But I can't read it because it closes itself almost instantly after that. Help?
Sorry for the double post, I can make out something about it not being recognized as a command or a program(?). I don't know, thought it might help.
And, as I take my leave, it loos like it was a path problem. I added C:\WINDOWS\system32;C:\WINDOWS to the path variable in system proprieties and now it works! EDIT: C:IR7 does not work, something about an invalid syntax. Everything keeps going wrong and I really want to get rid of the constant nag screens and black background. HELP?
Hello everybody. I am new to this "forever rearm" thing, I've found out about this thing today. I was doing some research in VirtualBox with Windows 7 and I found out that it's not really necessary to reboot into WinRE to delete WPA registry key. You can do it right from running copy of Windows 7 you just need to do some steps to force Windows to do it. If this solution is already described somewhere else, let me apologize for "reinventing the wheel". Here is a BATCH file which deletes WPA key from registry of running Windows 7. Code: CLS=new ActiveXObject("Shell.Application").ShellExecute("\""+WScript.ScriptFullName+"\"","","","runas",1);/*&ECHO OFF&NET FILE>NUL 2>&1||(CSCRIPT //B //E:JSCRIPT %0&EXIT /B) :============================================================================================================================================================================ title BetonMAN's WPA registry remover color 1F echo. echo BetonMAN's WPA registry remover echo =============================== echo. echo. set /p=Deleting registry key: HKLM\SYSTEM\WPA . . . . . . . . [......]<nul REG SAVE HKLM\SYSTEM %TEMP%\SYSTEM.HIV /y >NUL 2>&1 REG RESTORE HKLM\SYSTEM %TEMP%\SYSTEM.HIV >NUL 2>&1 del %TEMP%\SYSTEM.HIV >NUL 2>&1 POWERSHELL -command rename-item HKLM:\SYSTEM\WPA -NewName WPA_Delete >NUL 2>&1 REG DELETE HKLM\SYSTEM\WPA_Delete /f >NUL 2>&1 if errorlevel 1 echo FAILED if errorlevel 0 echo OK timeout /t 2 /nobreak >NUL 2>&1 echo. echo. set /p=Restarting Microsoft Windows . . . . . . . . . . [......]<nul timeout /t 2 /nobreak >NUL 2>&1 shutdown -r -t 3 >NUL 2>&1 if errorlevel 1 echo FAILED if errorlevel 0 echo OK pause >NUL 2>&1 :============================================================================================================================================================================ :*/
its working but not restore rearm count to 5 only doesnt take rearm points after use rearm options best option for sysprep (limit for windows 7 - 3 rearms)
Trust me, we found out 4 years ago both Masterdisaster and myself that it indeed does not work Plus it is not what is needed here at all and not an improvement whatsoever IR7 works fine and rearms fine as well as other things What was needed is what BetonMAN did that resets rearms to 5 without going into RE Everything is at it's best
@BM Why are you using Software Protection Platform Maybe you could work with the .vbs key stuff we used prior to your discovery? It already works and is displayed in depth what to use and what to not use in the scripting link I gave earlier