{"id":3262,"date":"2026-06-19T04:57:12","date_gmt":"2026-06-19T04:57:12","guid":{"rendered":"https:\/\/zecurit.com\/help\/remote-access\/remote-troubleshooting-tools\/remote-command-prompt\/"},"modified":"2026-06-19T05:47:11","modified_gmt":"2026-06-19T05:47:11","slug":"remote-command-prompt","status":"publish","type":"docs","link":"https:\/\/zecurit.com\/help\/remote-access\/troubleshooting-tools\/remote-command-prompt\/","title":{"rendered":"Remote Command Prompt"},"content":{"rendered":"\n<p><strong>Execute Commands and Troubleshoot Windows Devices Remotely<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/zecurit.com\/remote-access\/remote-command-prompt\/\">Zecurit Remote Command Prompt<\/a> allows administrators and support technicians to securely execute command-line operations on remote Windows devices without initiating a full remote control session. This capability enables IT teams to perform diagnostics, gather system information, troubleshoot issues, and execute administrative commands directly from the Zecurit console.<\/p>\n\n\n\n<p>Remote Command Prompt is particularly useful when troubleshooting system problems, investigating performance issues, collecting diagnostic information, or performing maintenance tasks on devices located across different offices, remote locations, or home networks.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"644\" src=\"https:\/\/zecurit.com\/help\/wp-content\/uploads\/2026\/06\/Remote-Command-Prompt-1-1024x644.png\" alt=\"Zecurit Remote Command Prompt Tool.\" class=\"wp-image-3265\" srcset=\"https:\/\/zecurit.com\/help\/wp-content\/uploads\/2026\/06\/Remote-Command-Prompt-1-1024x644.png 1024w, https:\/\/zecurit.com\/help\/wp-content\/uploads\/2026\/06\/Remote-Command-Prompt-1-300x189.png 300w, https:\/\/zecurit.com\/help\/wp-content\/uploads\/2026\/06\/Remote-Command-Prompt-1-768x483.png 768w, https:\/\/zecurit.com\/help\/wp-content\/uploads\/2026\/06\/Remote-Command-Prompt-1.png 1448w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<p>The Remote Command Prompt tool provides secure command-line access to managed endpoints. Instead of requiring a technician to connect through Remote Desktop or Remote Control, commands can be executed remotely using the device&#8217;s local command interpreter.<\/p>\n\n\n\n<p>Administrators can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run CMD commands remotely<\/li>\n\n\n\n<li>Execute diagnostic commands<\/li>\n\n\n\n<li>Retrieve system information<\/li>\n\n\n\n<li>Analyze hardware and software configurations<\/li>\n\n\n\n<li>Investigate performance issues<\/li>\n\n\n\n<li>Verify network connectivity<\/li>\n\n\n\n<li>Run maintenance operations<\/li>\n\n\n\n<li>Troubleshoot Windows operating system issues<\/li>\n<\/ul>\n\n\n\n<p>This approach reduces troubleshooting time and minimizes disruption to end users.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Accessing Remote Command Prompt<\/h2>\n\n\n\n<p>To launch Remote Command Prompt:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open the Zecurit Console.<\/li>\n\n\n\n<li>Navigate to <strong>Remote Access<\/strong>.<\/li>\n\n\n\n<li>Open <strong>Remote Troubleshooting Tools<\/strong>.<\/li>\n\n\n\n<li>Select a managed device.<\/li>\n\n\n\n<li>Click <strong>Command Prompt<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>The Remote Command Prompt window opens and establishes a secure connection to the selected endpoint.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding the Interface<\/h2>\n\n\n\n<p>The Remote Command Prompt interface contains several key components.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Device Information<\/h3>\n\n\n\n<p>The header displays device information including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Device Name<\/li>\n\n\n\n<li>IP Address<\/li>\n\n\n\n<li>Logged-in User<\/li>\n\n\n\n<li>Operating System<\/li>\n<\/ul>\n\n\n\n<p>This information helps technicians verify they are connected to the correct endpoint.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">User Context Selection<\/h2>\n\n\n\n<p>Commands can be executed under different security contexts.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">System User<\/h3>\n\n\n\n<p>Executes commands using the Local System account.<\/p>\n\n\n\n<p>Use this option when:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Running administrative commands<\/li>\n\n\n\n<li>Performing maintenance tasks<\/li>\n\n\n\n<li>Accessing protected system resources<\/li>\n\n\n\n<li>Troubleshooting Windows services<\/li>\n<\/ul>\n\n\n\n<p>The System User context provides elevated privileges.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Command Templates<\/h2>\n\n\n\n<p>The Template Commands menu provides pre-configured troubleshooting commands.<\/p>\n\n\n\n<p>Templates simplify common administrative tasks and eliminate the need to remember lengthy command syntax.<\/p>\n\n\n\n<p>Examples include:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">System File Check (SFC Scan)<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sfc \/scannow<\/code><\/pre>\n\n\n\n<p>Scans protected Windows system files and repairs corrupted files.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">DISM Restore Health<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>DISM \/Online \/Cleanup-Image \/RestoreHealth<\/code><\/pre>\n\n\n\n<p>Repairs Windows image corruption and operating system issues.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Check Disk (Fix Errors)<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>chkdsk \/f<\/code><\/pre>\n\n\n\n<p>Identifies and repairs file system errors.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Check Disk Health Status<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>wmic diskdrive get status<\/code><\/pre>\n\n\n\n<p>Displays hard drive health information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">View System Information<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>systeminfo<\/code><\/pre>\n\n\n\n<p>Displays operating system, hardware, and configuration details.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Operating System Version<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>ver<\/code><\/pre>\n\n\n\n<p>Returns the Windows version installed on the endpoint.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Disk Cleanup<\/h3>\n\n\n\n<p>Launches Windows disk cleanup utilities and maintenance operations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">List Drives<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>wmic logicaldisk get caption<\/code><\/pre>\n\n\n\n<p>Displays available drives on the device.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Executing Commands<\/h2>\n\n\n\n<p>To execute a command:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enter the command in the command input box.<\/li>\n\n\n\n<li>Press Enter or click Send.<\/li>\n\n\n\n<li>Wait for the command to execute.<\/li>\n\n\n\n<li>Review the output in the console window.<\/li>\n<\/ol>\n\n\n\n<p>Results are returned directly from the remote device.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example<\/h3>\n\n\n\n<p>Retrieve network configuration:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ipconfig \/all<\/code><\/pre>\n\n\n\n<p>This command returns:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>IP address<\/li>\n\n\n\n<li>DNS servers<\/li>\n\n\n\n<li>Gateway information<\/li>\n\n\n\n<li>DHCP settings<\/li>\n\n\n\n<li>Network adapter details<\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\">Viewing Command Output<\/h1>\n\n\n\n<p>All command results are displayed in the command output window.<\/p>\n\n\n\n<p>Output can include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Diagnostic information<\/li>\n\n\n\n<li>Error messages<\/li>\n\n\n\n<li>Configuration details<\/li>\n\n\n\n<li>System status<\/li>\n\n\n\n<li>Hardware information<\/li>\n\n\n\n<li>Network information<\/li>\n<\/ul>\n\n\n\n<p>Technicians can review results in real time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Copying Command Output<\/h2>\n\n\n\n<p>To copy command results:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Execute the desired command.<\/li>\n\n\n\n<li>Click <strong>Copy Output<\/strong>.<\/li>\n\n\n\n<li>Paste the information into:\n<ul class=\"wp-block-list\">\n<li>Support tickets<\/li>\n\n\n\n<li>Documentation<\/li>\n\n\n\n<li>Email messages<\/li>\n\n\n\n<li>Incident reports<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p>This simplifies documentation and troubleshooting workflows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Clearing the Console<\/h2>\n\n\n\n<p>To remove previous command output:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Click <strong>Clear<\/strong>.<\/li>\n\n\n\n<li>The command window is reset.<\/li>\n<\/ol>\n\n\n\n<p>Clearing the console helps maintain visibility during complex troubleshooting sessions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Does Remote Command Prompt require a remote control session?<\/h3>\n\n\n\n<p>No. Commands can be executed directly from the Zecurit console without launching Remote Control.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Are commands executed in real time?<\/h3>\n\n\n\n<p>Yes. Commands are sent immediately to the remote device and results are returned to the console.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can commands run with administrative privileges?<\/h3>\n\n\n\n<p>Yes. Commands can be executed under the System User context when appropriate permissions are available.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Is command activity logged?<\/h3>\n\n\n\n<p>Yes. Organizations can maintain audit records of administrative actions and troubleshooting activities.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can command output be exported?<\/h3>\n\n\n\n<p>Command output can be copied and included in support tickets, reports, and troubleshooting documentation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Related Articles<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/zecurit.com\/help\/remote-access\/troubleshooting-tools\/\">Remote Troubleshooting Tools Overview<\/a><\/li>\n\n\n\n<li>Remote Task Manager<\/li>\n\n\n\n<li>Remote Service Manager<\/li>\n\n\n\n<li>Remote Event Viewer<\/li>\n\n\n\n<li>Remote Registry<\/li>\n\n\n\n<li>Remote File Manager<\/li>\n\n\n\n<li><a href=\"https:\/\/zecurit.com\/help\/remote-access\/remote-support\/\">Remote Support Overview<\/a><\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"featured_media":0,"parent":3195,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-3262","docs","type-docs","status-publish","hentry"],"comment_count":0,"_links":{"self":[{"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/docs\/3262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/comments?post=3262"}],"version-history":[{"count":2,"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/docs\/3262\/revisions"}],"predecessor-version":[{"id":3268,"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/docs\/3262\/revisions\/3268"}],"up":[{"embeddable":true,"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/docs\/3195"}],"next":[{"title":"Remote Task Manager","link":"https:\/\/zecurit.com\/help\/remote-access\/troubleshooting-tools\/remote-task-manager\/","href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/docs\/3269"}],"wp:attachment":[{"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/media?parent=3262"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/zecurit.com\/help\/wp-json\/wp\/v2\/doc_tag?post=3262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}