Step 1. PressWindows + Xto open theStartmenu. Here, click onTerminal (Admin)to openPowerShellas an administrator. Step 2. Type the below commands one after the other and pressEnterafter each. Set-ExecutionPolicy Unrestricted Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopme...
Click on Windows Search and type “powershell” in the box. Find Windows PowerShell app and click on “Run as administrator” link toopen the app in admin mode. Open PowerShell as Administrator Type the following command and press enter key. Get-SmbServerConfiguration | Select EnableSMB2Proto...
To use Win11Debloat, you need to press Win + X and open PowerShell as administrator. Then, you can use the quick method by copying and pasting this command: & ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) The script will automatically download and launch Win11Debloat. ...
Sign in as an administrator to add your Microsoft account. To confirm you are using an administrator account, navigate toStart > Settings > Accounts > Your info, under your name, you will seeAdministrator. If you are not an administrator, justcreate a local user or administrator account. Conf...
You can also install Media Feature Pack for N versions of Windows 11/10 via PowerShell. To accomplish this, follow the steps below: Step 1: Typepowershellinto the search box and tap onRun as Administrator. Step 2: Type the command –DISM /Online /Get-Capabilitiesand pressEnter. Then, ma...
Open Power shell as Administrator uses search in the Task bar, tipe Power shell open it as Administrator change directory to C:users\(name users)> PS C:\Windows\system32\ PS C:\Windows\system32\ cd \ PS C:\ PS C:\ cd users\ PS C:\users> cd (users name)\ For example my userna...
Step 1.OpenMicrosoft's Download Windows 11 webpage. Step 2.Find Windows 11 Installation Assistant at the top of the page and click "Download Now". Step 3.Run this tool as an administrator. After the tool confirms your PC is compatible, select "Accept and Install" to start the installation...
Once Hyper-V has been enabled and the Windows 11 image has been downloaded, the next step is to set up the VM. This can be done in PowerShell via the following steps: \n FindPowerShellin the Windows 11 search box andselectRun as an administrator. ...
To verify a Windows 11 ISO file download, use these steps: OpenStart. Search forPowerShell, right-click the top result, and select theRun as administratoroption. Type the following command to verify the ISO file and pressEnter: Get-FileHash C:\PATH\TO\WINDOWS11.ISO ...
TheWin11Debloat scriptuses PowerShell to debloat your setup automatically. The script removes virtually every unnecessary app from Windows 11. To debloat Windows 11 through the Win11Debloat script, use these steps: Open theWin11DebloatGitHub page. ...