创建本地账户

​ 断网,win11安装系统的时候按下 shift+F10

1
oobe\bypassnro

快速删除

​ 单线程

1
rd /s /q "E:\test"

​ 利用robocopy

1
2
3
mkdir D:\empty
robocopy D:\empty "E:\target" /MIR /MT:32

快速复制

​ 多线程+出错重试+输出显示+写入日志

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
2
3
cd D:\Backup\Downloads\nssm\nssm\win64
NSSM install myService
NSSM start myService

查看事件

win+R

1
Windows 日志` -> `系统
1
eventvwr.msc

任务计划程序

win+R

1
taskschd.msc

允许远程空密码

1
gpedit.msc

打包二进制

Enigma Virtual Box

右键菜单

cmd

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdhere]
@="cmd" // 改成英文
"Icon"="cmd.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdhere\command]
@="cmd.exe /s /k pushd \"%V\""

[HKEY_CLASSES_ROOT\Directory\shell\cmdhere]
@="cmd" //
"Icon"="cmd.exe"

[HKEY_CLASSES_ROOT\Directory\shell\cmdhere\command]
@="cmd.exe /s /k pushd \"%V\""

wsl

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL]
@="wsl"
"Icon"="wsl.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL\command]
@="wsl.exe --cd \"%V\""

[HKEY_CLASSES_ROOT\Directory\shell\WSL]
@="wsl"
"Icon"="wsl.exe"

[HKEY_CLASSES_ROOT\Directory\shell\WSL\command]
@="wsl.exe --cd \"%V\""

监听http抓包

1
npx @cmer/localhook
  1. 安卓定制的开发板+扫码枪

  2. 对接扫码枪,读取信息,解信息,

  3. 推送到屏幕(屏幕驱动)

  4. 给出信息接口

  5. 可能不支持某些服务

  6. apk

  7. 底层虽然是linux,app


  1. 扫码枪
  2. win客户端(最后还有第三方接口)

  1. 扫码枪有输出(网络、串口)
  2. 小linux盒子(一两百)(中控)