Internal NIC W2K9 Network profile always change to Public after reboot

By admin, June 16, 2021 8:11 pm

The quick fix is “Set-NetConnectionProfile –Name “Unidentified network” -NetworkCategory Private” but it won’t sustain as it will change back to Public profile after reboot.

So the easiest way to trick Windows is to assign Unidentified network property to Private!

nla

LOGO!

By admin, June 4, 2021 7:12 pm

IMG_2661

How to create an IIS Self-Signed SSL certification for 10 years or longer

By admin, June 3, 2021 6:00 pm

The solution is quite easy with PowerShell

New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName “stargate.domainname.com” -FriendlyName “Stargate” -NotAfter (Get-Date).AddYears(20)

Using certmgr, make sure copy it from Personal Certificates to the Trusted Root Certification Authorities, or it won’t appear in IIS Server Certification.