To remove the windows store PowerShell as administrator Get-AppXPackage -Name "*WindowsStore*" | Foreach {Remove-AppxPackage $_.PackageFullName}
open terminal as admin type winget list you will see all apps installed you can use winget to uninstall most for example in my case winget uninstall Microsoft.WindowsStore_8wekyb3d8bbwe you can also use winget to install apps and you dont need ms store for example winget search brave it will show you several results, then for example winget install Brave.Brave.Nightly or use winget to update apps type winget update will show you apps theres update for them then just winget update "name of the app"
Thank you, I'm aware of this method. I asked because I was expecting there is a command with wsreset that just disables it back.
Is it possible to remove the ribbon altogether? Without using ExplorerPatcher? If anyone knows a reg hack or something, please post.
Not tested personally, but I think that if you enable the w10 ribbons using winaerotweaker (or the related registry setting) then you can disable them with the usual oldnewexplorer
explorer patcher now compatible to 26100 22621.3527.65.1 Pre-release Tested on OS builds 22621.3296, 22621.3447, and 22621.3527. (Note: 22621 and 22631 share the same OS files) 1 Taskbar10: The Windows 10 taskbar option is now no longer available on 26002+. (#3053, e57a6b0) This is to comply with Microsoft's removal of the stock Windows 10 taskbar in explorer.exe of said builds. Start10: Fixed Pin to Start on 226xx.3420+ (22H2, 23H2) and 25169+ (24H2). (232fe6b) Start10: Reverted the menu closing delay fix when EP is injected only into StartMenuExperienceHost.exe for now. (e59c34c) Please consult the README for more details. My God, we will no longer have the option to use taskmanager, like in W10 with small icons, now only in W11, everything is huge, as if everyone can have a 1440p or larger monitor so it looks good, here my monitor is 900p, so those huge W11 icons are a pain. crap, so it was essential to use small icons, what to do now?
For the fourth time, just use startallback. Or just copy explorer exe from a older builds if you want to stick with ep. It's not like asking many times will lead to a different way
this reminds me ... 'Insanity is doing the same thing over and over again and expecting different results'
I thought about replacing it with the 23h2 but the 26100 doesn't start with the 23h2 explorer and it gets a black screen maybe some other newer version of course And I don't know if it's just explorer.exe that needs to change some other dll, isn't that necessary too?