Friday, April 17, 2026

Win 11 skip checks

reg add "HKCU\SOFTWARE\Microsoft\PCHC" /v UpgradeEligibility /t REG_DWORD /d 1 /f

reg add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f

reg add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f

reg add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f

reg add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f


Copy Win11 media to c:\temp


C:\temp\setup.exe /product server /auto upgrade /EULA accept /migratedrivers all /ShowOOBE none /Compat IgnoreWarning /Telemetry Disable

Saturday, March 14, 2026

NetScaler - Use OpenSSL to extract private key from a windows pfx file

When exporting the pfx, don’t include the certificate chain. Then in a NetScaler shell session:

cd /nsconfig/ssl

openssl pkcs12 -in myPfxFile.pfx -nocerts -out myCertKey.key


You can then import the certificate in the normal way in the NetScaler GUI SSL > Certificates > Server Certificates > Install