Windows 技巧
熱鍵:
[windows] + E => 開啟檔案總管
[windows] + R => 執行
[Ctrl] + [Shift] + [Esc] : 開啟 工作管理員 (taskmgr.exe)
[Ctrl] + [Space] : 切換字寬
[windows] + R => 執行
[Ctrl] + [Shift] + [Esc] : 開啟 工作管理員 (taskmgr.exe)
[Ctrl] + [Space] : 切換字寬
常用設定程式:
msinfo32.exe => 系統資訊
msconfig.exe => 系統設定
control.exe => 控制台
compmgmt.mcs => 電腦管理
執行:
"shell:startup" => 特定使用者 啟動程式資料夾"shell:common startup" => 啟動程式資料夾
Command Prompt
*where [程式]
*chcp 65001 => UTF8
*MakeDir
*chcp 65001 => UTF8
*MakeDir
*md
查詢占用阜:
*netstat
查詢占用阜:
*netstat
EX:netstat -anop TCP
-a -> All
-n -> number
-o -> 顯示 PID
-p [protocol] -> 特定協定
netstat -ano (|find "ESTABLISH")
列出 physicaldrive:
wmic diskdrive list
netstat -ano (|find "ESTABLISH")
列出 physicaldrive:
wmic diskdrive list
Power Shell
Get-WmiObject Win32_DiskDrive
列出物理磁碟
右鍵資料夾選單新增"命令提示字元":
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\命令提示字元\command預設值:
"C:\Windows\System32\cmd.exe" /k "cd %L"
右鍵新增"命令提示字元":
新增檔案 : OpenCmdHere.reg--------------------------OpenCmdHere.reg-----------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHere]
@="在此處開啟命令提示字元"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHere\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere]
@="在此處開啟命令視窗"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs\""
[HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHere]
@="在此處開啟命令視窗"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHere\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs\""
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHere]
@="在此處開啟命令視窗"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHere\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs\""
---------------------------------------------------------
開機自動執行程式
一1.在執行 ([Ctrl] + R) 輸入 "shell:common startup" => 跑出 啟動資料夾位置
2.將 .exe / 捷徑 / .mp3 等 拖曳到此資料夾
二
在執行 ([Ctrl] + R) 輸入 "regedit"
在 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run 新增字串值
(HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
新增字串值)
常用路徑
Windows SDK:C:\Program Files (x86)\Windows Kits
Login 查詢
https://www.howtogeek.com/124313/how-to-see-who-logged-into-a-computer-and-when/無法格式化
C:\>diskpart>list disk
>select disk 1
>clean
=======================================================================
符號
符號 | 名稱 | Alt 代碼 |
© | 版權符號 | Alt+0169 |
® | 註冊商標符號 | Alt+0174 |
™ | 商標 | Alt+0153 |
• | 清單點 | Alt+0149 |
§ | 章節符號 | Alt+0167 |
† | 單劍註釋符號 | Alt+0134 |
‡ | 雙劍註釋符號 | Alt+0135 |
– | 短破折號 | Alt+0150 |
— | 長破折號 | Alt+0151 |
¶ | 段落符號 (Pilcrow) | Alt+0182 |
¡ | 上下顛倒的驚嘆號 | Alt+0161 |
¿ | 上下顛倒的問號 | Alt+0191 |
¢ | 一分符號 | Alt+0162 |
£ | 英鎊 | Alt+0163 |
Є | 歐元貨幣 | Alt+0128 |
¥ | 日圓 | Alt+0165 |
留言
張貼留言