Tag: windows command line

ImageMagick error on Windows: “magick: unable to open image ”test’: No such file or directory @ error/blob.c/OpenBlob/3565. magick: no decode delegate for this image format `’ @ error/constitute.c/ReadImage/741.” (SOLVED)

If in Windows 11 open CMD: cmd And then run the command: magick '.\Для теста.jpg' test.png An error will be received that there is no such file or directory: magick: unable to open image ''.\╨Ф╨╗╤П': No such file or directory @ error/blob.c/OpenBlob/3565. magick: no decode delegate for this image format `' @ error/constitute.c/ReadImage/741. You can see that non-Latin characters are...

Basics of launching and using command line utilities in Windows

Are the command line and command line utilities relevant today? Windows users are accustomed to using programs (applications) with a graphical user interface, in which actions are performed using mouse clicks or keyboard input. At the same time, even in Windows there are and can be installed many utilities, programs without a graphical interface, with very useful functionality. As a...

How to check PowerShell version in Windows 11

Finding your version of PowerShell will help you find out which PowerShell features you have access to. The PowerShell command lets you specify a version number, and we'll show you how. How to find out the installed version of PowerShell There is a PowerShell utility to find the version number, which is what we are going to use. First, press...

How to install the latest PowerShell on Windows 11

What's new in PowerShell 7 PowerShell 5.1 is installed by default in Windows 10 and Windows 11. In recent years, there has been an active development of new versions of PowerShell 7.*: 7.0, 7.1. PowerShell 7.2 beta is currently in development You can view the PowerShell 6.* and PowerShell 7.* changelog on this page: https://github.com/PowerShell/PowerShell/tree/master/CHANGELOG Despite the rapid development of...

How to manage services on Windows

What are services Services are a kind of programs that run in the background and do not require user input. Services can either be specific to the Windows operating system or be third-party applications. Examples of services that the user can install himself: web server, VNC remote desktop server, SSH server, MySQL server. You can manage services: in the graphical...

How to display all environment variables at the Windows command prompt

This article will show you how to display all environment variables from the Windows command line. PowerShell and CMD First of all, you need to distinguish what kind of program you are working in. The first appeared CMD - Windows command line, shell. For many years, CMD was the only option for running on the Windows command line. Then PowerShell...
Loading...
X