I have to deploy images of WIN10 Pro where I work, WIN10 is a beast and difficult to configure without the changed configuration reverting back after updates.
If you don't know about PSEX and SQL-Lite, I would suggest you do not try this.
You have to find PSEX and SQL-Lite and download them and put them in a folder to do this. Works 100%. First you have to uninstall the Mixed Reality Portal.
Downloads:
http://sqlitebrowser.org/ (SQL-Lite)
https://technet.microsoft.com/de-de/sysinternals/bb897553.aspx (PSEX) Yep, in foreign language, but only way I could get it, MS hiding it in English.
Remove Mixed Reality Portal (You must know how to open registry and use it. Search for 'regedit', and open)
- Regedit and change FirstRunSucceeded to 1 @ HKeyCurrentUser\Software\Microsoft\Windows\CurrentVersion\Holographic
- I've never seen it NOT there, if it is not, create the DWORD-32 value FirstRunSucceeded
- Close registry
- Open WIN10 Settings and then open Mixed Reality, and select "Uninstall" (may have to restart)
When you open settings now, the Reality Portal should be gone, but the Portal remains in the Start Menu.
Place the PSEX files (extract them) and SQL-Lite install file in a folder in the root of C:, I used C:\WIN10. You should have 28 files (29 if you keep the PSEX downloaded file)
(You must know Powershell, search for Powershell, right-click on top search result and Run as Administrator)
Run Powershell command 'Get-AppxPackage | Select name, PackageFullName' and leave screen open to match apps for removal (Note - You cannot do this command while editing with SQL-Lite) This command will list the Package Name of all apps installed.
- Open Command Prompt, browse to folder with PSEX (You must know how to browse in Command Prompt - cd.. goes up a directory, cd 'name of folder' goes to folder named, etc.)
- Type: psexec.exe -i -s -d cmd.exe and hit enter <--new window opens up
- In new Command Prompt browse to the folder with SQL-Lite and type in the install file name (mine is SQL-Lite.exe) and press enter, choose option to open and install to c:\SQL-Lite <--Make sure to install there or know where it is!
- Once SQL-Lite opens (or open it from where you installed it), click "Open Database," browse to C:\ProgramData\Microsoft\Windows\AppRepository
- Open StateRepository-Machine.srd <--choose "show all files"
- Click "Browse Data" tab, in the drop down box select "Package"
- Scroll right to the "PackageFullName" column <--widen the window and the "PackageFullName" column to see the entire name
- Change "Inbox" to "0" for HolographicFirstRun (has a lot of other info on the line FYI, and anything with holographic change the inbox - 0 allows uninstall/removal)(same goes for anything else you want to remove. If it is important, WIN10 will not allow you to remove it)
- Once done, save the database. Click on "write changes" then close from file menu
- You must use the Get-AppxPackage -AllUsers name | Remove-AppxPackage to finish removing from the StartMenu
!!IMPORTANT!! Super user does not allow me to add asterisks, it just formats the word to italic. So the word "name" in the command is (asterisk)name(asterisk)
Here is the command you want Digital Lightcraft:
Get-AppxPackage (asterisk)holographic(asterisk) | Remove-AppxPackage
The asterisks are actually wild cards, so if you type in (asterisk)viewer(asterisk)' it will remove any app that has that word in it. In your case it is HolographicFirstRun, but why type all of that?
When that is ran, you will see teal blue code run, which means it is working. Anything in red means it failed.
It should be gone from the Start Menu now.
- NOTE - Get-AppxPackage does not work for all users, especially Holographic First Run, so you may have to do this for each user.
I spent 3 months on WIN10 at work, I know it pretty well. If you do understand this do not be intimidated by the steps, I was when I got the original steps to do this, now I made them easy to follow and documented step by step while I did them. Follow the steps exactly.
Anyone who sees this and it works, please jack me up on points I spent a lot of time on this, a LOT OF TIME. Thanks MS, like I needed to do all of this to deploy a PC at work.
You will feel a great sense of power over Microsoft after doing this, and after a few updates, the Mixed Reality Portal remains removed....for now.
MANY THANKS TO THE FINDER - Basics.net <--they rock.