Windows license key commands

- info: 
slmgr.vbs /dli
slmgr.vbs /dlv

 
- expiration:
slmgr.vbs /xpr
 
- remove:
slmgr.vbs /upk
slmgr.vbs /cpky

 
- change:
slmgr.vbs /ipk #####-#####-#####-#####-#####
 
- activate online:
slmgr.vbs /ato
 
- activate offline:
slmgr.vbs /dti
 
- execute remote:
slmgr.vbs computername username password /option

NGINX - To allow a specific User-Agent from one IP address only

Step 1: Define the Map BlocksAdd this configuration inside the http {} block of your /etc/nginx/nginx.conf file. This logic evaluates the in...

Mais vistos