zTasker
https://www.everauto.net/
支持多个子任务拆分、定时、鼠标、键盘、录制等等各种,非常强大
而且是免费的,超级推荐[......]
前几年,微软提供windows + 各种浏览器的虚拟机镜像(vbox、vmware等都有)
主要用途是在mac等其他系统中调试edge,链接是https://developer.microsoft.com/en-us/microsoft-edge/tools/vms 现在这个链接已经挂了,但是镜像的iso还在azure上,以下是链接备份:
# Each uncommented line consists of a VM image URL and its MD5 checksum.[......]
Windows 10 家庭版默认是没有Hyper-V的,需要特殊开启。
执行如下bat脚本,需要管理员身份执行:
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%Syste[......]