
runas and UAC token filtering: why your admin window is not elevated
runas starts a program under a different account than the one you are signed in with. It is the built-in answer to…
Permissions, elevation and certificates: icacls, takeown, runas and UAC, certutil and OpenSSL.

runas starts a program under a different account than the one you are signed in with. It is the built-in answer to…

whoami does not ask Windows who you are. It prints what is already inside the access token that Windows built for your…

Administrator rights do not grant access to a file. They grant the ability to take ownership of it, and ownership is what…

After installing the April 2026 Windows security update, users started seeing a new dialog every time they open an .rdp file —…

NTFS permissions control who can read, write, and execute files and folders on Windows. icacls is the command-line tool for viewing and…

OpenSSL is the standard command-line toolkit for working with certificates, keys, and SSL As a system administrator, you will use it to…

You are on a domain-joined Windows machine, someone asks you to submit a CSR to the CA, and nothing in front of…

certutil is a built-in Windows utility primarily used for certificate management, but it also supports Base64 encoding and decoding of files directly…