renamed script

This commit is contained in:
2022-10-04 16:11:41 -04:00
parent 4ca356264e
commit a9d9ee9634
+6
View File
@@ -0,0 +1,6 @@
## Make sure the computer is running Windows 10
If ( ([System.Environment]::OSVersion.Version).Major -ge 10 )
{
(Get-AppXPackage).Name
} else { write-host "This computer is not running Windows 10" }