赞
踩
WIN + CTRL + D
WIN + CTRL + 左箭头/右箭头
WIN + TAB
ALT + TAB
ALT + SHIFT + TAB
CTRL + ALT + 箭头
WIN + X
WIN + D
WIN + E
WIN + I
WIN + L
WIN + P
WIN + R
WIN + 数字键
WIN + SHIFT + S
calc
mspaint
mstsc
control
explorer
osk
notepad
wordpad
snippingtool
winver
regedit
ncpa.cpl
compmgmt.msc
firewall.cpl
msconfig.exe
timedate.cpl
taskmgr
services.msc
devmgmt.msc
sysdm.cpl
shutdown -s -t 0
shutdown -r -t 0
logoff
netstat -nao | findStr 端口号
taskkill /f /t /pid 进程号
taskkill /f /t /im 进程名称
tasklist |findstr 进程名称
nslookup
certutil -hashfile 1.txt MD5
certutil -encode 1.txt 2.txt
certutil -encodehex 1.txt 2.txt
certutil -decode 2.txt 3.txt
certutil -decodehex 2.txt 3.txt
Get-FileHash D:\fileName -Algorithm MD5| Format-List
cd /d D:/test
@SET PATH=C:\bin;%PATH%
@echo off setlocal enabledelayedexpansion cls set filePath=%1 if "%filePath%"=="" ( set /p=file path is empty<nul goto EXIT ) if not exist %filePath% ( set /p=file is not exist<nul goto EXIT ) if exist %filePath%\* ( set /p=file is directory<nul goto EXIT ) set lineFlag=0 for /f "delims=" %%i in ('certutil -hashfile %filePath% MD5') do ( set /a lineFlag+=1 if !lineFlag!==2 ( set lineContent=%%i goto out ) ) :out echo %filePath% echo MD5:%lineContent% :EXIT
C:\Users\admin\AppData\Local
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。