chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 586 forks source link

The screen cannot be set to the number of lines and columns specified. The system cannot execute the specified program. #1644

Closed muhammadumerfarooq closed 6 years ago

muhammadumerfarooq commented 6 years ago

i have encountered the following problem after executing any node or angular commands in visual studio code.

muhammadumerfarooq commented 6 years ago

Found solution

Here is a step by step on how to do both of these. 1.a) Open Run (windows key + r) and enter "%appdata%" without quotes and press enter. 1.b) Go to the Microsoft folder and delete the SoundMixer folder contained within (This is the mining software). 1.c) Open Run and enter "regedit.exe" without quotes. 1.d) Find the registry entry mentioned in the OP ([HKEY_CURRENT_USER\Software\Microsoft\Command Processor]) and remove it. This entry attempts to run the miner whenever a CMD is started. 2.a) Go to the winlogon registry entry in the same regedit software ([HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon]) 2.b) Check the sub-key named "shell" and change its value to "explorer.exe" without the quotes. (This means when you log onto windows it will no longer attempt to run the miner and instead start up normally.)