Does that open the real recovery or the new fake one in windows 8/10? Reagentc /boottore reboots to the real winpe environment.
I have convo'd the test code i used.. You can test the various options it gives, such as startup repair, safe mode etc I not added any options it is what the OS is preset with, much like holding slift key and restarting..
Hello, I am new to MDL so may be I am doing something wrong here. You are referring to "2nd download link" on top of the message. I would like to explore your work and download this Chrismas Release. Can you help me out here, would be much appreciated. Thanks in advance.
The second post of this thread contains the download links: https://forums.mydigitallife.net/threads/multi-oem-retail-project-mrp-mk3.71555/#post-1283849
MRP Latest News The recent test of the Reboot to 'Advanced Boot Menu' option is working as intended, a full reboot and WinRE is carried out and not the 'fake' type. When clicking that context menu option you will be asked for admin rights, as the REAgentC.exe requires it or the code routine cannot check and set the parameters needed... Once UAC is OK'd OR If you have tweaked the UAC to be disabled/set to 'Never' then it will just instantly reboot the PC and go into the Advanced Boot Menu/WinRE system. If you click 'No' on the UAC prompt, or if any other error happens, then it will just ignore the option and return control back to the user and no reboot occurs. ========= *edited wording to be clearer*
Have you tried RUNASINVOKE to suppress the uac prompt to boot into WinRE? Then would restart and boot into WinRE without clicking anything.
I have tried the scheduled task manager way to create a task to run as Highest, exported the working task but then when importing it requires admin stuff which defeats the object! So that idea out at moment. Have tried the Compat_Layer 'RunAsInvoker' SET command, but it not work the way i want to use it cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" "<pathtoscript\scriptname>"" Plus adding that into registry is a utter pain with loads of ' \" ' to escape the quote marks etc. I have even tried reading the value from: "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\"ConsentPromptBehaviorAdmin" storing the result, setting it as 0 to 'Never prompt' run the 'reagentC' command and after replace the 0 with the stored value found before, and then reboot. --> No go there either as you cant set that reg entry and continue in the same script, no idea why but that the way it is. I not want to resort to a 3rd party program just to run the script as admin because there should not be any need. So until that can be sorted the UAC prompt will appear to those that leave the UAC settings alone (ie to prompt) if you use the 'Reboot To Advanced Boot Menu' option. I guess it is a small price to pay, because it prevents accidentally clicking that context menu item and then suddenly being rebooted.. So i may leave it as it is. When or if there is a easier way to silently elevate the process then i could then have the context menu have a side entry that you have to click to perform the reboot action so that would prevent selecting the item by mistake as you would have to on purpose click the side entry... Edit: The next MRP is in progress ( Beta Test #6 ) it will be a while until it is ready...
Insider build detection is getting a bit more awkward as m$ does not seem stick to one format like it used to. Was easy before such as xx_prerelease or having insider/preview in the OS Edition/Name etc. The next MRP/QT releases will no longer show the '===[ Insider Build Data ]===' section which will save me a lot of time and effort trying to guess if it is or not. Those that install those builds will know if it is an insider build anyway. When, (or IF), m$ settles on some easy to detect method like before then i may add that section back in. Plus with new prospects this year, my time may be less than it has been, will just have to see how the health aspect pans out and if i am able to see my new career/business venture get started, only taken me 2yrs for all the planning and sorting finance/backing etc then to have a medical issue that put all that on hold for almost the last 10 months. But it could of been a lot worse and I not be here to carry on - scary thought how close it was... A bit late, but Happy New Year!
i've been using the MRPConfig during installation and it's been very useful so far. Is there a tool or way to use this tool in OOBE mode? If I go into audit mode then generalize al changes made by MRPConfig.ini get lost, is there a way to copy script into OOBE mode?
It not really designed for sysprep mode as it will just run the project all the way through, at one time it would pause when audit mode was detected but since so many things have changed within windows 10 since it first started sadly that part had to be removed due to major problems and 'lock-ups' during installation once back to generalize/oobe.