Inital commit.
This commit is contained in:
@@ -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" }
|
||||
Reference in New Issue
Block a user