Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 589 Bytes

File metadata and controls

27 lines (22 loc) · 589 Bytes

Windows Tips

變更 Windows 8 Or Windows Server 2012 網路類別

# 察看欲修改網路的 InterfaceIndex
Get-NetConnectionProfile

Set-NetConnectionProfile  -InterfaceIndex [InterfaceIndex] -NetworkCategory [Public|Private]

清除事件檢視器所有事件

wevtutil el | foreach { wevtutil cl $_ }

如何在 Windows 登入畫面中隱藏其他使用者

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

Add DWORD
Name = Username
Value = 0

Hiberfil.sys

powercfg –h off