#windows

Windows Notes

by yuran1811 on

113 words, 1 min read

yuran1811 avatar

yuran1811

I'm not the different one. I'm the special one.

Xem lại pass Wifi

netsh wlan show profile "<name>" key=clear

Ẩn thư mục hoàn toàn

  • Mở powershell (shift + left click)
  • attrib +s +h "<folder_name>" để ẩn
  • attrib -s -h "<folder_name>" để hiện

Kiểm tra tình trạng Pin Laptop

  • Run as Administrator PowerShell
powercfg /batteryreport

Cài "Auto Shutdown" máy

  • shutdown -a : tắt auto shutdown
  • shutdown -s -t <time> : tắt máy theo thời gian (giây)

Window shortcut

  • Visit this site to discover more
top