Windows
跳至導覽
跳至搜尋
Windows
- 參照:『維基百科~Microsoft_Windows』
- 參照:『維基教科書~Category:Shelf:Microsoft_Windows』
- 參照:『維基學院~Windows_Server_Administration』
技術文件
- Build desktop Windows apps using the Win32 API
- Windows previous versions documentation
- Windows 說明
- Windows 和 Windows Server 相容性操作手冊 - Win32 apps | Microsoft Docs
SDK
官方社群
FAQ
Windows 產品啟用所使用的連接埠
- 參照:Windows 產品啟用所使用的連接埠
- TCP/IP 80(http)與443(https)
查詢Windows授權狀態
- slmgr -dlv
新增Windows使用者帳號
- 新增使用者
net user UserName Password /add /fullname:"User Name" /EXPIRES:NEVER /PASSWORDCHG:NO
- 設定密碼永不過期
WMIC USERACCOUNT WHERE "Name='UserName'" SET PasswordExpires=FALSE
- 加入群組(遠端桌面使用者)
net localgroup “Remote Desktop Users” UserName /add
PC更換CPU,但是Windows開機後,CPU核心數不對
- msconfig
- 開機 → 進階選項 → 處理器數目(取消勾選)
- 確定後,重新開機
【檔案總管】陷入沒有回應
- Ctrl + Alt + Del 然後開啟【工作管理員】
- 檔案 → 執行新工作 → 開啟 C:\
- 這樣就會重開一個【檔案總管】了
【檔案伺服器資源管理員】無法開啟
關機或重新啟動
命令列視窗切換語系顯示
- UTF8語系
chcp 65001
- 日語(須先到【控制台】→【時鐘、語言和區域】→【語言】裡安裝日文語言套件)
chcp 932
- 繁體中文
chcp 950
如何設置自動中斷網路磁碟機
- 用戶端閒置3分鐘,自動斷線
net config server /autodisconnect:3