From 9f3226970a07df257b91ffc4841e152fa2f48d35 Mon Sep 17 00:00:00 2001 From: Giacomo Picchiarelli Date: Fri, 22 Mar 2024 20:57:38 +0100 Subject: [PATCH] Ricavare Licenza Windows 11 --- src/WindowsUtil/RicavaCodiceLicenzaWindows11.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/WindowsUtil/RicavaCodiceLicenzaWindows11.ps1 diff --git a/src/WindowsUtil/RicavaCodiceLicenzaWindows11.ps1 b/src/WindowsUtil/RicavaCodiceLicenzaWindows11.ps1 new file mode 100644 index 0000000..29165b9 --- /dev/null +++ b/src/WindowsUtil/RicavaCodiceLicenzaWindows11.ps1 @@ -0,0 +1,2 @@ +#Ricava il codice di licenza di Windows 11 +(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey \ No newline at end of file