Windows Commands

By monter , 1 March 2026

schtasks.exe is a legitimate Microsoft Windows command-line tool used to create, delete, query, change, run, and end scheduled tasks on a local or remote system. Located in C:\Windows\System32, it manages automated tasks, acting as a command-line interface for the Windows Task Scheduler. It is frequently used for system administration, but can also be used for persistence or privilege escalation in malicious activities

Zadanie uruchamiania skryptu cmd.

By monter , 1 March 2026
C:\Users\marbr>where powercfg
C:\Windows\System32\powercfg.exe

Here’s a safe and complete PowerShell method to set your Windows system to maximum performance mode.
This works on Windows 10 and Windows 11.

By monter , 1 March 2026
C:\Users\marbr>where netstat
C:\Windows\System32\NETSTAT.EXE
C:\Users\marbr>netstat -an | find "3306"
  TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
  TCP    [::]:3306              [::]:0                 LISTENING
PS C:\Users\marbr> (get-command netstat).path
C:\WINDOWS\system3