Hopefully mrp v133 will have two new win 10 app removal options added. The first early stage of testing was sucessful. 1) Phone, this will remove the phone app and its start menu tile, also the page for it within the settings app is hidden. 2) Xbox, all the apps it uses, any icons, its start menu tile is removed also the settings page for it is hidden as well. The settings page(s) are hidden when using those options to prevent crashes of the settings app, plus they would probably be empty of any useful data also makes it tidier. I decided to add these two in as now they are removed safely and so far no problems later. Testing continues as they not been added to the creator's selectable option list yet. They will be separate from the block of the current apps that can be removed and will not be part of the 'remove all apps' option as special requirements are needed to clear them so they will be in their own area, this also allows any other special ones to be added later on. Sorry for strange text layout , on phone and it doing odd things! Will attempt to edit the text to make readable when on my breaks as i am at work tonight. More info later.
MRP 133 is now at RC1 stage and on course for release soon. Also updated the Creator v38 with the two new special App removal selectors for 'Phone' and 'Xbox'. Just a few little bits to tidy up when i get time. Remember selecting any App for removal will add time to your installation by about 3 or 4 seconds per App being removed this is because quite a lot of actions are done to cleanly remove and prevent reinstall later, however some System Apps may return with a later CU or OS Upgrade over the top. For example if you remove all possible Apps including the special ones then expect a delay of 2 or more minutes, (depending on PC speed etc), before you get to the User Oobe section where you select online network connection and user details... If you have used any other tool to remove any Apps from the install.wim/ESD then MRP will skip those selected in the Creator if they are not present.
Sweet work as always FYI: With newer versions Im getting annoying message from MS Defender, it "found" Trojan:Win32/Zpevdo.B in C:\Windows\Setup\MRP3\ChkValid.exe I know its a false positive but still. Im guessing not all FP's can be fixed?
Sadly not, that exe is for checking strings or variables paased to it for any invalid characters, if found they are converted to either a space, a underline or the invalid character is removed, such as & ()!+^"?<>| that can crash scripts. Anything in qt or mrp are falsely detected, usually because they written in autoit or compiled with exe2script. I have seen once a report that the changelog.txt was a virus!
Another possible reason the projects exe files are flagged is when i update them with newer versions such as that chkvalid.exe was.
The app removal stuff was mainly added for those that are not comfortable with app removal tools which touch the wim side. I was asked if i could add app removals and after a bit of thought put the routines in, nothing special just powershell commands and a few reg entries to help prevent reinstalls of them. That is the reason it adds the extra time per app removal to the os install time. I avoid removing apps that can cause problems later such as cloudexperiencehost and other ones i have noticed cause bsods and other major crashes etc. Research takes the time when adding any new option to make sure a safe way is done. Sadly sometimes things can go off the rails but they happen less now.
that is strange! Looks like the first script ran twice for some reason as it repeats some of the data. As i not used the sysprep way i never have problems... Me and sysprep never get on i always screw something up I gather Enth may do a test as i know he uses sysprep a few times in his tests on many installs for office etc... I cant think of why or how it was run twice, also that huge gap in the log as nothing creates a space like that
It's not advised to use MRP when sysprepping, i always install in audit/sysprep/capture and next i put in the MRP stuff and use the captured install.wim to install it. Or this method: https://forums.mydigitallife.net/th...l-project-mrp-mk3.71555/page-282#post-1569548
it never happened before but it could be something with my base image (Lang, version, updates) Enth: You copy scripts folder to C:\windows\setup and then capture or edit the install.wim after capturing? I pretty much do what the link says but its all done automatic and then i "sysprep /oobe /shutdown"
This is the install on real hardware for real use, not for capturing after but deliver a system like an oem does, with the oobe at startup for the client. When capturing for mass distribution i can put in the MRP stuff afterwards by $OEM$ folder or directly into the wim:\index\windows\setup\scripts\ by using wimlib-imagex (no mounting needed).
MRP v133 is at RC2 stage, also QT v112 is on course for being ready too! Been very busy recently, so not had as much time to work on the coding, but have managed to find a bit of time this morning to get a few more bits done as soon as i got home. If all goes well then all will be released by end of the week ~ maybe sooner. The project has now reached 200 options in the Creator!! Plenty for those who wish to tweak their installs in some way.
MRP v133 is at RC3 stage... A small tweak to the XBox removal routine to speed things up a little - if that is possible with powershell Remember that if you remove all apps plus the Phone and XBox ones it can take up to 10 minutes give or take before you get to the user oobe stage so be prepared for a wait, sadly nothing i can do about that as it is all governed by the speed of your device's cpu and system drive , vm's will probably take a bit longer. If you remove any apps via other tools from the WIM beforehand then it should be faster if you selected any apps of the same name in MRP's options as they will just get skipped... The creator now states in the information part on the W10 Apps Tab that the more apps selected for removal the longer it can take. Click for larger picture.