Cmdow a cmd command line to hide, disable the window control program _dos/bat

Source: Internet
Author: User
Tags rar first row
The only thing that knows another admin window is Task Manager 2003 and there's nothing else to discover.

Cmdow [Window |/T] [/b] [/F] [/p]
Example: Execute Cmdow @, display as
Handle Lev Pid-window status-image Caption
0x230088 1 3356 Res Act Ena Vis cmd C:\WINDOWS\system32\cmd.exe-cmd-cm
Windows specifies the window to be listed, using a window caption or handle to specify that no caption is replaced with a window class. Lists all windows if not specified. "@" represents this window, which is the command line window.
/T lists only the taskbar window
/b As the above example, add this parameter does not show the first row
/F Display full title
/P lists window position, width and height
Other than that
Handle handle, 16 in binary format
Windows Status Window status (minimized, maximized, restored, Active, Inactive, Enabled, Disabled, Visible or Hidden)


cmdow/th | /TV | /CW | /ma | /uw | /at | /fs | /wm/th Tile Windows Horizontally
/TV Tile Window Vertically
/CW Cascade windows
/ma Minimize All windows
/uw Cancel/th,/tv,/CW,/ma
/at quite with Alt+esc
/fs Full Screen Command line window, equivalent to Alt+enter
/WM Cancel the full screen, that is, press once again Alt+enter



Cmdow window {[/act] [/ina] [/ena] [/dis] [/vis] [/hid] [/min] [/max] [/res] [/top] [/not] [/ren caption] [/mov left Top] [/siz Width height] [/cls] [/end]} /act activates the specified window
/ina don't know what to do with it.
/dis the window into "only Xu See not touch": Unable to move, the mouse left and right key invalid, let alone input. However, you can close with a shortcut key.
/ena Lift/dis
/hid hidden windows, Taskbar and tray are not visible
/vis Show hidden windows
/min to minimize the specified window
/max to maximize the specified window
/res revoked. For example, undo to the original size and position of the window. Can not be revoked two times, after the revocation can not return to the state before the revocation.
/top the top window. such as the top of a number of, then the first one on top, the most sticky will retain the state of the sticky.
/not Cancel Window Top
/ren Caption Rename window title
/mov left top move window distance from upper margin
/siz Width Height Change window width and height
/cls Close Window
/end end the process. The horror is that the same PID will be killed together, careful use!



Cmdow/run [State] file [args]state run mode (/min/max/hid)
What do you mean, args? Optional arguments passed on to the application. Specify any args exactly as you would if executing/opening the file directly.


-----------------------------------------------------------------------------
This tool can do a good job---close all the windows in the taskbar
@echo off
Cmdow @/hid
for/f%%a in (' cmdow/t ') do Cmdow%%a/cls
-----------------------------------------------------------------------------
Download >> Cmdow.rar
-----------------------------------------------------------------------------
Another 5.5KB command line tool that instantly closes all windows in the taskbar

Download >> Cmdowcloseall.rar

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.