Articles about cmd | UserComp.com

Change Time Windows CMD Without Admin Rights
Change Time Windows CMD Without Admin Rights

Learn how to change the system time in Windows CMD without requiring admin rights using GitHub's Action Runner and Clock Sync.

Read More
Batch script to launch 2 programs/apps with 10 seconds delay
Batch script to launch 2 programs/apps with 10 seconds delay

This script demonstrates a cross-platform batch script to launch two separate processes with a 10-second delay using Start-Process for Windows and xargs for Linux/MacOS.

Read More
Can't See Taskbar Window with CMD/PowerShell - Here's the Fix!
Can't See Taskbar Window with CMD/PowerShell - Here's the Fix!

Having trouble seeing the taskbar window when running CMD or PowerShell? Learn how to fix this issue quickly and easily!

Read More
Unable to Create/Delete Files/Folders in CMD PowerShell on Windows 11 Pro 64-bit
Unable to Create/Delete Files/Folders in CMD PowerShell on Windows 11 Pro 64-bit

This article provides a solution for users who are unable to create or delete files and folders using CMD PowerShell on Windows 11 Pro 64-bit. The issue has been encountered after the latest updates and this article offers a possible resolution.

Read More
Extending and Re-using Existing Functions (Cmdlets) in PowerShell - Best Practices
Extending and Re-using Existing Functions (Cmdlets) in PowerShell - Best Practices

This article provides best practices for extending, re-using, and wrapping existing functions (cmdlets) in PowerShell. It offers tips on how to make minor improvements and effectively pass parameters to functions.

Read More
SQL Server Access Linux SQLCMD: Login Timeout Expired, TCP Provider: Error Code 0x2AF9
SQL Server Access Linux SQLCMD: Login Timeout Expired, TCP Provider: Error Code 0x2AF9

This article provides solutions for resolving the SQLCMD login timeout issue when connecting to a remote SQL Server 2012 instance on Linux. The error message is 'SQLCMD - Stcp: <--question begin-- trying to connect Linux machine to remote SQL Server 2012 instance following Microsoft's docs; however, trying to connect sqlcmd gets the following error: sqlcmd - Stcp: <--question end--'.

Read More
MODE Command Doesn't See COM Ports in Windows 11
MODE Command Doesn't See COM Ports in Windows 11

Having trouble with the MODE command not seeing serial ports in Windows 11? Learn about possible causes and solutions to resolve this issue and get your devices connected.

Read More
Delete Registry Keys, Values Containing String 'CMD' or 'PowerShell' for Workstation/PC Server Name Migration
Delete Registry Keys, Values Containing String 'CMD' or 'PowerShell' for Workstation/PC Server Name Migration

Learn how to delete registry keys and values containing the old server name in workstations/PCs during a server migration. Optimize the migration process and ensure a smooth transition.

Read More
Scenarios Where 'cmd.exe' is Insufficient: The Power of PowerShell
Scenarios Where 'cmd.exe' is Insufficient: The Power of PowerShell

Discover the advantages of PowerShell over cmd.exe in this article, including its powerful features, extra commands, and use cases. Learn how PowerShell can elevate your technical support skills. Read more to explore these scenarios.

Read More
Fix: Cmd.exe Running Without Visible Window in Windows 11 22H2
Fix: Cmd.exe Running Without Visible Window in Windows 11 22H2

Learn how to fix the issue of cmd.exe running without a visible window in Windows 11 22H2. Follow the steps to make cmd.exe run with a visible window.

Read More
Creating Persistent Logs/History Files for Command Prompt in Windows 11
Creating Persistent Logs/History Files for Command Prompt in Windows 11

Learn how to create a persistent log or history file for commands executed in cmd.exe on Windows 11. This tutorial provides a step-by-step guide for enabling command history and saving it to a file for future reference.

Read More
Equivalent Windows Command forLaunching CMD Shell - robocopy
Equivalent Windows Command forLaunching CMD Shell - robocopy

In this tech support article, we will discuss the equivalent Windows command for launching the CMD shell through the command line, specifically using the robocopy command. This command allows users to launch a new CMD shell and execute commands in a console or terminal window.

Read More
How to Find and Open an Unelevated Command Prompt for Standard Users
How to Find and Open an Unelevated Command Prompt for Standard Users

Learn how to find and open an unelevated Command Prompt in Windows, as a standard user, without requiring administrative permissions. Follow the steps outlined in this guide to improve departmental user experience and avoid the need for multiple command prompt updates.

Read More
Understanding Setlocal EnableDelayedExpansion in Batch Programming
Understanding Setlocal EnableDelayedExpansion in Batch Programming

This article provides an explanation of the setlocal EnableDelayedExpansion command in batch programming, which can often be confusing for programmers. It covers the purpose of the command, its usage, and how it affects variable access inside a block of code.

Read More
Resolving Conhost Filtering of Non-Printable Characters in cmd.exe
Resolving Conhost Filtering of Non-Printable Characters in cmd.exe

Users report issues with non-printable characters being filtered out in cmd.exe (Conhost) when executing certain commands, such as telnet. In this article, we explore possible solutions to this problem.

Read More
Running Multiple curl cmd Commands Found in a Separate .txt File in a Single Folder
Running Multiple curl cmd Commands Found in a Separate .txt File in a Single Folder

Learn how to run several curl cmd commands found in a separate .txt file in a single folder. This tutorial will provide a step-by-step guide on how to create a command that points to the folder containing the .txt file and launch all the curl commands within it.

Read More
Prevent name overwrite with Robocopy: A Comprehensive Guide
Prevent name overwrite with Robocopy: A Comprehensive Guide

Learn how to prevent name overwrite when using Robocopy, a powerful command-line file copying tool in Windows. Ensure your data's integrity by following our latest tech support guide.

Read More
Setting Default Apps with cmdline in Windows
Setting Default Apps with cmdline in Windows

Learn how to set default apps using cmdline in Windows.

Read More
Disabling Specific Features in Server2022 for Two Local Users
Disabling Specific Features in Server2022 for Two Local Users

Learn how to disable specific features like CMD, PowerShell, Ctrl+Alt+Del, and Edge for two local users in a Server2022 environment without using Group Policy Objects.

Read More
Running Windows cmd prompt commands in a Linux Bash shell using set
Running Windows cmd prompt commands in a Linux Bash shell using set

Learn how to run Windows cmd prompt commands inside a Linux Bash shell using the 'set' command. By setting the PATH variable, you can access Windows tools and programs within your Linux environment. This can be useful for managing a dual-boot system or accessing Windows-only tools while working in Linux.

Read More
Command Prompt (cmd.exe) Not Finding Internal Commands with Variable Inside Command
Command Prompt (cmd.exe) Not Finding Internal Commands with Variable Inside Command

Users report an issue where the Command Prompt (cmd.exe) fails to find internal commands when a variable is included inside the command. This article provides possible solutions to resolve the issue.

Read More
FFmpeg Not Working: Bat File Pasted in CMD Doesn't Work (Solved)
FFmpeg Not Working: Bat File Pasted in CMD Doesn't Work (Solved)

Learn how to resolve FFmpeg issues when running a bat file in CMD. This article covers a common problem where the command doesn't work and provides a solution.

Read More
Weird CMD Process Consuming 30% CPU Usage: A Tech Support Guide
Weird CMD Process Consuming 30% CPU Usage: A Tech Support Guide

If you've noticed a 'cmd' process consuming 30% CPU usage even when your computer is idle, this guide can help you identify and resolve the issue. Learn more about possible causes and solutions for this weird CMD process behavior.

Read More
Unlock and Delete Files/Folders via Command Line (cmd/PowerShell) on Windows - Preferably Using FLOSS Tools
Unlock and Delete Files/Folders via Command Line (cmd/PowerShell) on Windows - Preferably Using FLOSS Tools

This article provides a guide on how to unlock and delete files/folders using command line tools like cmd and PowerShell on Windows systems, with a preference for Free/Libre Open Source Software (FLOSS) tools. Improve your technical skills and discover efficient methods to manage files on your Windows device.

Read More
How to Extract PDF Comments in Text File Format by Running a CMD/BAT File?
How to Extract PDF Comments in Text File Format by Running a CMD/BAT File?

Learn how to extract comments from a PDF file in text format by running a simple CMD or BAT file. This tutorial will guide you through the process, even if you lost the original BAT file. Ensure you have a save PDF file in FDF format and follow the steps to automatically extract comments.

Read More
CMD.exe Ignoring /T Color Command: Use /K Instead - Tech Support
CMD.exe Ignoring /T Color Command: Use /K Instead - Tech Support

Having trouble with cmd.exe ignoring your /T color command? Learn how to use the /K command instead to ensure your color changes take effect in the Windows command prompt. Quick and easy solution for a common problem.

Read More
How to Align Spaces in CMD: A Guide for Major Platforms
How to Align Spaces in CMD: A Guide for Major Platforms

Learn how to align spaces in CMD code output for major platforms including Linux, Windows, and MacOS. This guide provides a simple solution to improve the readability of your CMD code. Try it now!

Read More
Opening Multiple Instances of Programs in Windows 11, Like CMD
Opening Multiple Instances of Programs in Windows 11, Like CMD

Learn how to open multiple instances of programs in Windows 11, whether through shortcuts, the taskbar, or typing in the Start Menu. This guide covers opening multiple instances of the Command Prompt (CMD) and other programs.

Read More
How to Refresh Printer Entry in Windows Explorer via CLI
How to Refresh Printer Entry in Windows Explorer via CLI

Learn how to refresh printer entry in Windows Explorer using the Command Prompt (CMD) or PowerShell. This guide provides step-by-step instructions to help you quickly and easily update your printer list in Windows using the command line interface.

Read More
Exploring the Possibilities of run.execmd for Program Execution in Tech Support
Exploring the Possibilities of run.execmd for Program Execution in Tech Support

In this article, we will discuss the 'run.execmd' command and its possible parameters for executing programs in a workplace computer. This can be useful for tech support professionals looking to efficiently run and export select items using CMD.

Read More
Fixing Windows 11 Boot Issue: BCD Missing (0xC000098) with USB Installation Media
Fixing Windows 11 Boot Issue: BCD Missing (0xC000098) with USB Installation Media

Learn how to resolve the BCD missing (0xC000098) error on your Windows 11 device using USB loaded installation media and the CMD prompt. Follow these step-by-step instructions to recover your system.

Read More
WSL: Bypassing SSH Key Password Prompt when Calling cmd using 'wslrsync'
WSL: Bypassing SSH Key Password Prompt when Calling cmd using 'wslrsync'

A user is trying to call cmd using 'wslrsync' within WSL but is being prompted for an SSH key password. This article explains how to bypass the password prompt.

Read More
No Multiple Panes in CMD PowerShell on Windows 11 Pro
No Multiple Panes in CMD PowerShell on Windows 11 Pro

Users report that the CMD PowerShell interface on Windows 11 Pro does not support multiple panes, despite the feature being available in other versions. In this article, we'll discuss potential workarounds and alternatives for users who require multiple terminal windows in PowerShell.

Read More
Diagnosing and Resolving 'Selected Scanner Could Not Be Found' Error with NAPS2 on EPSON XP-3100 via CMD/PowerShell
Diagnosing and Resolving 'Selected Scanner Could Not Be Found' Error with NAPS2 on EPSON XP-3100 via CMD/PowerShell

Experiencing issues with the EPSON XP-3100 scanner not being detected by NAPS2 during a scan? Learn how to diagnose and resolve the 'Selected Scanner Could Not Be Found' error using CMD and PowerShell.

Read More
7-zip: Generating CRC Files for Folders and Zip Files
7-zip: Generating CRC Files for Folders and Zip Files

Learn how to generate CRC files for folders and zip files using the 7-zip command line tool. This article explains the process and provides an example command.

Read More
Stuck CMD.exe Window in Windows 10: A Way to Resume
Stuck CMD.exe Window in Windows 10: A Way to Resume

Learn how to resume a stuck CMD.exe window in Windows 10 when it fails to respond due to a memory semi-crash.

Read More
Using CMD Prompt in Windows Recovery Environment: Script Acceptance
Using CMD Prompt in Windows Recovery Environment: Script Acceptance

Learn how to accept a script in CMD prompt while using the Windows Recovery Environment. This article covers the process of pasting a script and ensures its execution.

Read More
Capturing Functionality: Window's cmd prompts, PowerShell list commands using net localgroup
Capturing Functionality: Window's cmd prompts, PowerShell list commands using net localgroup

Learn how to use PowerShell and net localgroup commands to manage user and group permissions in Windows environments, including isolated networks.

Read More
Changing CMD Windows 11: 22H2 Impact on Default Behavior
Changing CMD Windows 11: 22H2 Impact on Default Behavior

This article explains the changes in Command Prompt (CMD) behavior after updating Windows 11 to version 22H2.

Read More
Making a Specific Volume Bootable using CMD in Windows 10
Making a Specific Volume Bootable using CMD in Windows 10

Learn how to make a specific volume bootable using Command Prompt (CMD) in Windows 10.

Read More
Windows 10 PRO: Changing Path in Command Prompt or Typing Address Bar in File Explorer for a Fairly New Computer
Windows 10 PRO: Changing Path in Command Prompt or Typing Address Bar in File Explorer for a Fairly New Computer

Learn how to change the command prompt path or use the address bar in File Explorer on a fairly new Windows 10 PRO computer. Get instructions for displaying the full path in the Command Prompt and using the address bar for quick file navigation.

Read More
7-Zip Fails to Properly Unzip File via Context Menu and CMD
7-Zip Fails to Properly Unzip File via Context Menu and CMD

Users report issues with 7-Zip when trying to unzip files using the context menu or CMD. This article provides suggested solutions.

Read More
How to Make an Existing Premium AAD User a Standard User or Local Admin via CMD in Azure AD Hybrid Environment
How to Make an Existing Premium AAD User a Standard User or Local Admin via CMD in Azure AD Hybrid Environment

Learn how to make an existing Premium AAD user a Standard User or Local Admin using CMD in an Azure AD Hybrid Environment.

Read More
SSH Key Workflow: Using SSH Keys with FileZilla, Windows CMD instead of PuTTY
SSH Key Workflow: Using SSH Keys with FileZilla, Windows CMD instead of PuTTY

Learn how to use SSH keys with FileZilla on Windows and CMD instead of PuTTY. Follow this SSH key workflow for secure file transfers.

Read More
Windows 11: Run cmd.exe Takes 20 Seconds to Open - Tech Support
Windows 11: Run cmd.exe Takes 20 Seconds to Open - Tech Support

Users report that it takes around 20 seconds to open cmd.exe in Windows 11. This issue may occur due to background applications consuming memory or CPU resources. In this article, we suggest some troubleshooting steps to help you resolve this issue.

Read More
Open Cygwin, MinGW or PowerShell in Current Folder with Windows Explorer
Open Cygwin, MinGW or PowerShell in Current Folder with Windows Explorer

Learn how to open Cygwin, MinGW or PowerShell terminal directly in the current folder using Windows Explorer with a keyboard shortcut.

Read More
Windows 11: Browse Videos Invisible Behind Transparent CMD Window
Windows 11: Browse Videos Invisible Behind Transparent CMD Window

Users report that recently installed Windows 11 has an issue where browse videos are not visible behind a transparent Command Prompt (CMD) window.

Read More
Uninstall SourceTree using cmdpowershell on Windows 10 Machines
Uninstall SourceTree using cmdpowershell on Windows 10 Machines

Learn how to uninstall SourceTree from multiple Windows 10 machines using cmdpowershell in a terminal session.

Read More
Troubleshooting OSKNotRecognized: Internal/External Command 'oskCMD' in Tech Support
Troubleshooting OSKNotRecognized: Internal/External Command 'oskCMD' in Tech Support

Users have reported issues with the OSKNotRecognized error while running oskCMD in the command prompt when trying to operate a program batch file. In this article, we provide potential solutions for both Windows and Linux users.

Read More
Restoring 'OpenCmd' instead of 'PowerShell' in Windows 10 File Explorer
Restoring 'OpenCmd' instead of 'PowerShell' in Windows 10 File Explorer

Learn how to change the default context menu option in Windows 10 File Explorer from 'Open PowerShell' to 'Open Command Prompt' (OpenCmd).

Read More