Skip to main content

All Questions

Tagged with
2 votes
1 answer
3k views

How to pass a second parameter with quotes ("") with cmd.exe /k?

When doing: cmd /k "C:\Python37\python.exe" D:\test a\test.py it fails because of the space in the directory name. But when doing: cmd /k "C:\Python37\python.exe" "D:\test a\...
Basj's user avatar
  • 1,916
1 vote
0 answers
736 views

Windows 7 VM error VERR_PATH_NOT_FOUND cmd

i have a windows 10 host and windows 7 guest, but every time i enter this command with or without the -partitions argument i get errors for context, i'm using an elevated PowerShell and an elevated ...
anonymous's user avatar
1 vote
1 answer
1k views

How can I see the contents of a USB drive through cmd?

Can't boot into Windows. I am trying to replace certain files in the system32/drivers folder from cmd through the bootable installation disc. The files I want to use are on a USB driver. I basically I ...
JJrussel's user avatar
  • 119
0 votes
1 answer
33 views

Command line open window

I used to connect to two external displays. and now I'm using only laptop screen. When I open command line, window doesn't open in laptop display and I have to use 'move' to drag it into laptop screen....
rao's user avatar
  • 111
0 votes
0 answers
979 views

Disable IPv6 using CMD or Powershell on Windows 7

I'm trying to disable IPv6 connectivity on Windows using either command line or WMI api without restarting the computer (I know about adding an entry into Windows registry, but this requires rebooting ...
monkeber's user avatar
1 vote
1 answer
375 views

Batch file with elevated permissions is not working?

After seeing this solution: How to run batch file command with elevated permissions? I put this in a batch file: powershell -command "Start-Process cmd -ArgumentList '/c %CD% && elevated.bat'...
bat_cmd's user avatar
  • 551
1 vote
0 answers
228 views

How to change VPN properties using cmd in Windows 7

With all this virus stuff, my company sent me to work at home. But when I connect to my company's VPN, I lose the internet connection. I have read on the internet that I must disable the option "Use ...
BraveOtter's user avatar
1 vote
1 answer
658 views

Windows 7 - Hyper-V - Boot manager failed to find OS Loader

This virtual machine has worked before but when switching between computers something happened with the file. When starting the Windows 7 virtual machine I get the following error on both computers: ...
Ogglas's user avatar
  • 2,094
0 votes
1 answer
846 views

Remotely run Windows 10 command line from Windows Server 2016

I have Jenkins running a batch file on a Windows Server 2016 PC. The batch file that Jenkins runs needs to execute a program, via command line, on a Windows 7 PC. This is part of an automated ...
Thomas Matthews's user avatar
0 votes
1 answer
1k views

What is the name of the font that the Windows 7 Command Line uses? [duplicate]

I'd like to know the name of the font that is referred to as the "Raster 8x12" font in the Windows 7 command line, does anyone know?
Lebster's user avatar
  • 101
1 vote
2 answers
6k views

How to enable USB device manager in Windows 10 from command-line or Registry?

I have disabled one of the USB device drivers from windows 10 Device manager in my tablet (to check something). It was the main USB device driver of Windows. This caused all USB devices to stop ...
Shahar's user avatar
  • 346
0 votes
1 answer
229 views

Why Copying CMD commands from OneNote to CMD adds folder name starts with "."?

When I copy CMD command within OneNote Table and pasted into Command Prompt in Windows 7. It automatically adds first folder within current directory starts with ".". This is the command in OneNote: ...
muhammad tayyab's user avatar
0 votes
1 answer
3k views

Error 703 with rasdial pbk file

I need to make a VPN connection using pbk file and login / password silently without any dialogs. Just like run script - connected. Also user should not create a connection manually, everything should ...
user12125591's user avatar
1 vote
2 answers
315 views

Launch Chrome from cmd, group icons

I can launch 2 Chrome windows as apps as follows: start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="C:/app1" --app="http://yahoo.com" start "" "C:\Program Files (...
dreamer's user avatar
  • 81
0 votes
0 answers
349 views

Start command keeps command window open

I have a batch file which looks like start "Java" "C:\Program Files\Java\jdk-12.0.1/bin/java.exe" <various classpaths and parameters> Until recently it started up the Java executable and the ...
Peter's user avatar
  • 161

15 30 50 per page
1
2
3 4 5
73