Unfortunately not. I can paste from the page what exactly I did:
"Try removing and reinstalling the Store app to do it:
Press win + s and type "powershell" in the search engine. Right click on the Windows PowerShell icon and select Run as administrator.
In the PowerShell window, enter the following command to uninstall the Store application:
Get-AppxPackage * windowsstore * | Remove-AppxPackage
To reinstall applications, enter the command:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register? $ ($ _. InstallLocation) \ AppXManifest.xml?}
After removing the first command in the powershell, the store from the computer disappeared, after entering the second one it should appear, unfortunately it did not happen.
Added after 6 [minutes]: If this helps, then I attach a link to the page that advised me so.
https://answers.microsoft.com/pl-pl/windows/f...ze/309fb0a5-98d5-4a70-9c26-423f63a3b77f?auth= 1