`

System commands can run from "cmd"

阅读更多
gpedit.msc-----组策略
sndrec32-------录音机
Nslookup-------IP地址侦测器
explorer-------打开资源管理器
logoff---------注销命令
tsshutdn-------60秒倒计时关机命令
lusrmgr.msc----本机用户和组
services.msc---本地服务设置
oobe/msoobe /a----检查XP是否激活
notepad--------打开记事本
cleanmgr-------垃圾整理
net start messenger----开始信使服务
compmgmt.msc---计算机管理
net stop messenger-----停止信使服务
conf-----------启动 netmeeting
dvdplay--------DVD播放器
charmap--------启动字符映射表
diskmgmt.msc---磁盘管理实用程序
calc-----------启动计算器
dfrg.msc-------磁盘碎片整理程序
chkdsk.exe-----Chkdsk磁盘检查
devmgmt.msc--- 设备管理器
regsvr32 /u *.dll----停止dll文件运行
drwtsn32------ 系统医生
rononce -p ----15秒关机
dxdiag---------检查DirectX信息
regedt32-------注册表编辑器
Msconfig.exe---系统配置实用程序
rsop.msc-------组策略结果集
mem.exe--------显示内存使用情况
regedit.exe----注册表
winchat--------XP自带局域网聊天
progman--------程序管理器
winmsd---------系统信息
perfmon.msc----计算机性能监测程序
winver---------检查Windows版本
sfc /scannow-----扫描错误并复原
taskmgr-----任务管理器(2000/xp/2003)
分享到:
评论

相关推荐

    BUS Hound

    The hour ranges from 0 to 23 (military time). <br> Capturing the system startup process <br>If the Bus Hound application is exited while the Run button is pressed, the device driver portion ...

    Python调用shell命令常用方法(4种)

    1. **`commands.getstatusoutput(cmd)`**:执行命令并返回一个元组,其中包含了命令的退出状态和标准输出。 ```python import commands status, output = commands.getstatusoutput('ls -al') print("Status...

    在python 中实现运行多条shell命令

    os.system(cmd) ``` - **解析**:`os.system`用于执行Shell命令并等待其结束。与`subprocess`相比,它的功能较简单,但同样存在注入风险。 #### 三、编写Shell脚本并通过Python调用 除了直接在Python中执行多条...

    BURNINTEST--硬件检测工具

    can stop in the operating system - i.e. there is a problem in the operating system/ device driver that prevents control being returned to the BurnInTest for that test. This was added for ...

    CE中文版-启点CE过NP中文.exe

    November 13 2017:Can't run Cheat Engine There is apparently some malware going around that blocks execution of Cheat Engine (Saying file missing, check filename, etc...) If you have been a victim of ...

    LCTF软件备份VariSpec™ Liquid Crystal Tunable Filters

    although they can be called in an asynchronous mode where the function returns as soon as all commands have been sent to the VariSpec, without waiting for them to run to completion. Another option ...

    8-07-14_MegaCLI for linux_windows

    SCGCQ00355536 (DFCT) - MegaCli and StorCli can not manage both controllers of different types n the same system under FreeBSD SCGCQ00362808 (DFCT) - MegaCli 32 Crashes in Windows in specific system ...

    Java 执行Dos程序,结果显示到窗口

    commands.add("cmd"); commands.add("/c"); commands.add("dir"); ProcessBuilder pb = new ProcessBuilder(commands); pb.directory(new File("C:\\")); // 指定工作目录 Process process = pb.start(); ``` 二、...

    微软内部资料-SQL性能优化3

    A set of transactions can run concurrently if their outputs are disjoint from the union of one another’s input and output sets. For example, if T1 writes some object that is in T2’s input or output ...

    Python下调用Linux的Shell命令的方法

    from subprocess import call, run result = call(["ls", "-lt"]) # Python 2.x result = run(["ls", "-lt"]).returncode # Python 3.5+ ``` 2.2. `subprocess.Popen` `Popen`类允许你直接与子进程通信,可以...

    Turbo C++ 3.0[DISK]

    - After your initial installation, you can run INSTALL again to add elements you omitted the first time. Just select the items you want to add in the INSTALL options screen. Because some things ...

    Turbo C++ 3.00[DISK]

    - After your initial installation, you can run INSTALL again to add elements you omitted the first time. Just select the items you want to add in the INSTALL options screen. Because some things ...

    Appium_Maven_Framework:具有自动生成报告的Appium Maven Framework

    Open cmd and run following commands: 2. cd projectPath 3. mvn clean 4. mvn test 报告: 使用的报告: 1. Extent Report 如何创建虚拟设备: 脚步: 1. Download Android Studio 2. Go to avd manager 3. ...

    afuwin.rar

    To run, extract all of the files from the folder with the name corresponding to the desired operating system. Usage (applies to AFUWIN, AFUDOS, AFUEFI and AFUEFI64... for usage of AFUBSD and ...

    ethminer-0.16.0.dev3

    predefined command lines using a Linux Bash script or Windows batch/cmd file. For a full list of available command, please run: ```sh ethminer --help ``` ### Examples connecting some pools Check ...

    Bochs - The cross platform IA-32 (x86) emulator

    - Support more host OS to run on: - Include win64 native binary in the release. - Fixed failures on big endian hosts. - BIOS: Support for up to 2M ROM BIOS images. - GUI: select mouse capture toggle...

    sciter-sdk-4.0.3.5348

    new: [script] await/yield syntax compatibility with JS: ... ... Existing code that uses await/yield shall ... On MacOS you may need to run SDK executables directly from console as they are not signed too.

    Total.Commander.v7.55.RC2.Multilingual.WinALL.Cracked-BLiZZARD

    - Configurable button bar and Start menu (User-defined commands) 捋? 圹? to place your frequently used DOS or Windows programs into a 捋? 圹? drop-down menu. The actual directory and/or the file ...

    php.ini-development

    You can redirect all of the output of your scripts to a function. For ; example, if you set output_handler to "mb_output_handler", character ; encoding will be transparently converted to the ...

    python启动应用程序和终止应用程序的方法

    3. **commands模块**(Python 2中可用): 提供了`getoutput`和`getstatusoutput`等方法来获取命令执行的状态和输出。 4. **subprocess模块**: 功能最强大,支持非阻塞式执行、交互式操作等多种高级功能。 ##### ...

Global site tag (gtag.js) - Google Analytics