Downloads the latest version of Microsoft Store and its dependencies. Providing a minimal installation, and dependencies doesn't mean bs like candycrush.
Important
Run the following commands with Admin.
Start-BitsTransfer -Source 'https://raw.githubusercontent.com/tadghh/windows-fixes/main/Install-MSStoreLTSC.ps1' -Destination ./store-install.ps1;
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force;
./store-install.ps1;
Set-ExecutionPolicy RemoteSigned -Force
These are just some utility functions, to use these add them to your $PROFILE
. You can find this file by running notepad $PROFILE
from within powershell (note that different installs of powershell use various locations to store the profile, the preinstalled powershell uses a different location than for example a fresh install of powershell 7).
Its just ssh-copy-id but for Windows. Add the function inside your $PROFILE
. Find the function here also consider adding the following alias to your $PROFILE
.
Set-Alias -Name ssh-copy-id -Value Copy-SSHId
A script that allows you to enable access and configuration to any/all power plan options.
The following script remove the pending updates file. Think of this like a dirty update/reboot. You might encounter errors by using this bypass but I would find that unlikely (theres a lot of 'you must reboot to complete install' that dont actually need a reboot)