随笔分类 - window命令行
摘要:powershell (new-object System.Net.WebClient).DownloadFile('文件url','保存路径');
阅读全文
摘要:1.win10 打开桌面图标设置 Win+R 打开运行 "C:\Windows\system32\rundll32.exe" shell32.dll,Control_RunDLL desk.cpl,,0
阅读全文
摘要:nslookup -qt=ns xxx.baidu.comnslookup -qt=txt xxx.baidu.com
阅读全文
摘要:cmd reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD /f shutdown /r /t 0 搞定
阅读全文
摘要:1.Extensible authentication protocol 2.cng key lsolation 3.wlan autoconfig
阅读全文
摘要:每天什么时候执形at 12:00 /every:Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday shutdown -r
阅读全文
摘要:netsh -c "i i" add neighbors 11 "172.16.3.1" "f4-ea-67-8b-91-cc"
阅读全文
摘要:@echo off setlocal enabledelayedexpansion for %%x in (*) do ( if not "%%x"=="demo.bat" ( set /a sum+=1 rename "%%x" "!sum!.jpg" ) ) pause
阅读全文
摘要:netstat -ano|findstr 8080
阅读全文