windows tips
创建本地账户
win11安装系统的时候按下 shift+F10
。
1 | oobe\bypassnro |
快速删除
单线程
1 | rd /s /q "E:\test" |
利用robocopy
1 | mkdir D:\empty |
快速复制
多线程+出错重试+输出显示+写入日志
1 | robocopy "D:\" "E:\test" /E /MT:8 /R:3 /W:5 /COPY:DAT /DCOPY:T /ZB /NP /TEE /LOG:E:\copy_log.txt |
破解
1 | irm https://get.activated.win | iex |
查看wifi密码
1 | netsh wlan show profile name="CJXX-5GHz" key=clear |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment