Windows CLI¶
What is PowerShell?
PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.
Opening CMD Shortcut
Simply go to the address bar of that folder type "cmd" and hit "enter".
Hide Folders
attrib +h +s +r filename
Unhide File
attrib -h -s -r file name
Check your laptop’s battery health
powercfg /batteryreport /output "C:\battery_report.html"
Scan for system problems (in administrative mode)
sfc /scannow
View your Windows license key
wmic path softwarelicensingservice get OA3xOriginalProductKey
Save folder trees to disk
tree
tree > "c:\export.txt"
Delete Incognito History on Android (Chrome Browser)
chrome://net-internals/#dns
Clear Host Cache’ to delete the Device’s DNS Cache.
Exit
The shortcut key for opening a new Incognito Mode window:
Google Chrome: Ctrl + Shift + N (Windows),
Command + Shift + N (Mac)
Mozilla Firefox: Ctrl + Shift + P (Windows),
Command + Shift + P (Mac)
Microsoft Edge: Ctrl + Shift + P (Windows)
Command + Shift + P (Mac)
What is safer than incognito mode?
A Virtual Private Network (VPN) is safer than incognito mode. It not only hides your browsing history but also encrypts your internet connection, adding an extra layer of security and privacy.
What is the benefit of incognito mode?
The benefit of incognito mode is that it doesn’t save your browsing history, cookies, or site data, providing a more private online experience.
Why incognito mode is widespread?
People use incognito mode to browse on internet without leaving any traces of their activity on their devices. It doesn’t save things like browsing history, cookies, or login information, offering a more private and temporary online experience.