发布一个WebP图片压缩工具:Jpg2WebP

2023-09-27
Others
Windows 11 家庭版 安装 Hype-v 与启用组策略
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hv.txt
for /f %%i in ('findstr /i . hv.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hv.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
Pause
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hv.txt
for /f %%i in ('findstr /i . hv.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hv.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
Pause
2023-02-05
Others
修改WDeployAdmin和WDeployConfigWriter用户密码
如果Windows Server 安装了Web部署组件,默认添加了2个windows账号WDeployAdmin和WDeployConfigWriter,由于密码策略限制,这2个账号的密码可能几天就过期了。需要手工勾上“密码永不过期”。如果忘记勾上这个选项,导致密码过期,Webdeploy组件无法使用,请看详细内容。
2020-08-03
Others

蔡大卫,广东揭阳人氏,现居深圳,从事互联网行业,专注程序编码工作19年。目前正在创业。