Supports CNC Milling, Lathe, WireEDM machines. Supports basic G and M functions, drilling cycles, subroutines. Automatically detects 5 types of arcs. Export to DXF, APT format. Displays information about the program in the tree. (Machine time, trajectory length, MAX MIN trajectory points, number of segments, arcs, etc.) Hint on G, M codes when hovering the mouse. Shows trajectory points, arc centers, technological stops. Displays the equidistant correction. Frame-by-frame navigation with current program parameters displayed in the status bar. Information about an element when you click on it in the graphics window. Powerful measurement engine and much more.
Rendering up to 100 nc-programs simultaneously, with the ability to switch, edit, use all tools, measure.
G-code files can be virtually unlimited in size. The file size is limited only by the hardware resources of your computer.
Dynamic rotation, scaling. Dynamic highlighting of the element under the cursor. Hardware graphics acceleration on OpenGL.
Small size and quick launch of the program.
Windows 95, 98, Me, 2000, XP, 7, 8, 10 compatible.
Fast loading, parsing, rendering of G-code files.
Synchronization of text and graphics windows.
Powerful measurement tool, with dimensions displayed in the graphic window and in the protocol.
A set of standard tools. Working with line numbers, feeds, spaces, comments, etc.
Milling, turning, WireEDM machines. Flexible program settings and machine parameters.
Advanced navigation. Scroll in any direction. Animation with conditional stop.
Customizable user interface. The changes are saved. Reset to original settings.
A tree with the ability to manage downloaded files and display basic information about the G-code file.
Export to DXF and APT format.
| Command | Description | |---------|-------------| | wmic /? | Basic help & syntax | | wmic /? /full | Full detailed help | | wmic /? /system | System-specific help | | wmic alias /? | Help on an alias (e.g., wmic process /? ) | | wmic /output:help.txt /? /full | Export full help to a text file |
sfc /scannow
This article explores the utility of WMIC, how to access its built-in documentation using help commands, and what you need to know about the evolution of Windows command-line management. What is WMIC?
They output rich .NET objects rather than raw, flat text, making it easy to filter, sort, and export data.
The only sustainable long-term strategy is to migrate your scripts to PowerShell. This is not just a workaround but the best practice. If you are maintaining or developing software that relies on WMIC, you should update it to use PowerShell's Get-CimInstance cmdlet. wmic help new
If you receive an error stating wmic is not recognized, it is because it is no longer enabled by default in recent Windows 11 updates. Go to Settings > System > Optional Features . Click View Features next to "Add an optional feature". Search for WMIC and install it. Conclusion
If you are working on a legacy system or have enabled the WMIC Optional Feature, you can access its built-in documentation directly from the Command Prompt ( cmd.exe ). To see the global help menu, type: wmic /? Use code with caution. Key Components of the WMIC Help Output
Properties are assigned values using the format PropertyName="Value" . Multiple properties are separated by commas. Examples of Creating New Instances WMIC Command Example Create Environment Variable wmic environment create name="temp"; variablevalue="new" Start a New Process wmic process call create "notepad.exe" Create a New User Account
The wmic help command is the gateway to mastering Windows management via the command line. While technology moves fast, understanding how to effectively use wmic /? and its accompanying aliases allows for rapid diagnosis and system management. | Command | Description | |---------|-------------| | wmic /
If you want to find specific information, you use the where clause. Strings must be enclosed in double quotes.
The command wmic help new is not a standard standalone command in the utility. Instead, the relevant verb for creating things in WMIC is CREATE .
Note: This should be treated as a temporary stopgap. Future updates to the Windows OS may remove the capability entirely. Summary for System Administrators
LIST : Display properties in standard formats like BRIEF , FULL , or INSTANCE . /system | System-specific help | | wmic alias /
| WMIC Command | PowerShell Equivalent | |--------------|------------------------| | wmic os get caption | Get-CimInstance Win32_OperatingSystem \| Select Caption | | wmic process list brief | Get-Process \| Select Id,ProcessName | | wmic cpu get name | Get-CimInstance Win32_Processor \| Select Name | | wmic diskdrive get size | Get-Disk \| Select Size | | wmic logicaldisk where drivetype=3 | Get-PSDrive -PSProvider FileSystem | | wmic product where name='Java' call uninstall | Get-Package -Name "Java*" \| Uninstall-Package |
wmic create =" ", =" " Common Example (Environment Variable):
wmic useraccount get name, disabled, localaccount 4. Advanced WMIC Tips: Customizing Output
On older systems where WMIC should be present but is not functioning, you can run the System File Checker tool ( SFC.exe ) to repair corrupted system files. Open an elevated command prompt (Run as Administrator) and type:
The real power of the help system lies in its context-driven nature. If you want to know what operations you can perform on a specific system alias—such as processes, OS settings, or disk drives—you append the help flag to that keyword. For example, to see what you can do with the process alias: wmic process /? Use code with caution.
Download distribution package, latest build of the program.
DownloadNC-Corrector is a freeware program.
If you like the NC-Corrector, and you want to help, can do it with Paypal
Paypal for donate strunof@ukr.net
Slava Strunov
Kharkiv city, Ukraine
+38(063)-196-59-74
strunof@ukr.net
c-y-b-e-r-p-u-n-k