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 |
修改Shell Launcher
regedit
1 | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon |
1 | "C:\Users\123\Desktop\win-unpacked\MyLauncher.exe" |
注册后台服务
管理员权限打开cmd
1 | cd D:\Backup\Downloads\nssm\nssm\win64 |
查看事件
win+R
1 | Windows 日志` -> `系统 |
1 | eventvwr.msc |
任务计划程序
win+R
1 | taskschd.msc |
允许远程空密码
1 | gpedit.msc |
打包二进制
Enigma Virtual Box
右键菜单
cmd
1 | Windows Registry Editor Version 5.00 |
wsl
1 | Windows Registry Editor Version 5.00 |
监听http抓包
1 | npx @cmer/localhook |
安卓定制的开发板+扫码枪
对接扫码枪,读取信息,解信息,
推送到屏幕(屏幕驱动)
给出信息接口
可能不支持某些服务
apk
底层虽然是linux,app
- 扫码枪
- win客户端(最后还有第三方接口)
- 扫码枪有输出(网络、串口)
- 小linux盒子(一两百)(中控)
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
