Search results for: Powershell - Page 37
How To Install Media Feature Pack In Windows 10 N/KN Version 1909
August 31, 2022
…pack to install. Its a pain and i’ve been trying to automate this using PDQ deploy but i’ve not been able to install using powershell. Muzammil when i clicked install…
2 Ways To Disable Touch screen In Windows 10
August 31, 2022
…problem solved Sean Pettit This will get the job done via elevated PowerShell: Get-PnpDevice | Where-Object {$_.FriendlyName -like ‘*touch screen*’} | Disable-PnpDevice -Confirm:$false Jules Lapprand I have followed the steps…
Youtube App for Windows 10, 11: Download & Install Guide
September 25, 2023
…is no Appx link, only EAppx. After running this link through windows powershell using Add-AppxPackage on the EAppx file, I get this error Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD,…
Disable or Bypass Pending Updates on Restart/Shutdown In Windows 10
August 31, 2022
…convenient! Thank you! PowerShell I use this script to check for multiple causes for Reboot Pending issues https://gallery.technet.microsoft.com/Reboot-Pending-Query-b01c052d Kidddas I can’t find gpedit.msc :( frustrated tired the gpedit.msc method and…