随笔分类 -  CMD

摘要:Add or Remove Allowed Apps through Windows Firewall in Windows 10 Starting with Windows 10 build 16193, Windows Firewall has been renamed to Windows D 阅读全文
posted @ 2020-05-28 13:23 ChuckLu 阅读(428) 评论(0) 推荐(0) 编辑
摘要:How do I exit telnet? you have to press Ctrl + ] and only then when telnet> prompt appears enter quit. https://superuser.com/questions/486496/how-do-i 阅读全文
posted @ 2020-05-21 10:58 ChuckLu 阅读(616) 评论(0) 推荐(0) 编辑
摘要:ls -d ~//c/Users/clu// ls -d ~/* 阅读全文
posted @ 2020-05-08 16:11 ChuckLu 阅读(1328) 评论(0) 推荐(0) 编辑
摘要:taskkill /IM "LISA.Batch.RulesProcessor.exe" /F C:\WINDOWS\system32>taskkill /IM "ssh-agent.exe" /FSUCCESS: The process "ssh-agent.exe" with PID 33092 阅读全文
posted @ 2020-03-24 18:54 ChuckLu 阅读(271) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/mamiyiya777/p/11017875.html C:\WINDOWS\system32>net use \\WASYGSHA01-1020\ukshare "password" /user:"asnet\clu"The command comp 阅读全文
posted @ 2020-02-26 21:40 ChuckLu 阅读(1613) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/672693/windows-batch-file-starting-directory-when-run-as-admin Better than cd is pushd which will change drive let 阅读全文
posted @ 2019-03-19 11:16 ChuckLu 阅读(1583) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/34491244/environment-variable-is-too-large-on-windows-10 方案1 When PATH variable gets overloaded with too many valu 阅读全文
posted @ 2019-03-06 18:11 ChuckLu 阅读(1172) 评论(0) 推荐(0) 编辑
摘要:查看所有环境变量 set 查看某一个环境变量 C:\WINDOWS\system32>set no_proxyNO_PROXY=localhost,127.0.0.1,172.31.212.149 设置环境变量的值 As mentioned in other threads you can use 阅读全文
posted @ 2019-02-13 16:27 ChuckLu 阅读(6704) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/2252979/windows-batch-call-more-than-one-command-in-a-for-loop Using & is fine for short commands, but that single 阅读全文
posted @ 2019-01-04 10:01 ChuckLu 阅读(249) 评论(0) 推荐(0) 编辑
摘要:https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/ Conclusion In general, 阅读全文
posted @ 2018-09-17 18:02 ChuckLu 阅读(1374) 评论(0) 推荐(0) 编辑
摘要:http://www.robvanderwoude.com/parameters.php Windows NT 4 introduced a set of new features for command line parameters: 阅读全文
posted @ 2018-09-14 15:29 ChuckLu 阅读(365) 评论(0) 推荐(0) 编辑
摘要:https://github.com/chucklu/Scripts RecursiveGitFetch.bat RecursiveGitFetch.bat 阅读全文
posted @ 2018-04-12 17:56 ChuckLu 阅读(473) 评论(0) 推荐(0) 编辑
摘要:判断子目录是否有.git文件夹 分别统计当前目录下的每一个子目录所包含的文件夹个数 阅读全文
posted @ 2018-03-26 17:47 ChuckLu 阅读(4054) 评论(0) 推荐(0) 编辑
摘要:Build https://docs.microsoft.com/en-us/visualstudio/ide/reference/build-devenv-exe Builds a solution using a specified solution configuration file. Re 阅读全文
posted @ 2018-01-18 10:18 ChuckLu 阅读(319) 评论(0) 推荐(0) 编辑
摘要:C:\Windows\system32>net user clu /domainThe request will be processed at a domain controller for domain asnet.accorservices.net. User name cluFull Nam 阅读全文
posted @ 2017-10-10 13:26 ChuckLu 阅读(528) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/caolisong/archive/2007/04/25/726896.html nohup /mnt/Nand3/H2000G >/dev/null 2>&1 & 对于& 1 更准确的说应该是文件描述符 1,而1 一般代表的就是STDOUT_FILEN 阅读全文
posted @ 2017-09-27 17:46 ChuckLu 阅读(327) 评论(0) 推荐(0) 编辑
摘要:1.安装 https://stackoverflow.com/questions/8164859/install-a-windows-service-using-a-windows-command-prompt https://docs.microsoft.com/en-us/dotnet/fram 阅读全文
posted @ 2017-07-11 14:38 ChuckLu 阅读(1189) 评论(0) 推荐(0) 编辑
摘要:https://technet.microsoft.com/en-us/library/cc940085.aspx Nslookup is a useful tool for troubleshooting DNS problems, such as host name resolution. Wh 阅读全文
posted @ 2017-05-24 12:51 ChuckLu 阅读(520) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/48198/how-can-you-find-out-which-process-is-listening-on-a-port-on-windows 1.通过资源监视器进行查看 2.通过TCP View进行查看 3.通过命令行查看 阅读全文
posted @ 2017-05-20 18:27 ChuckLu 阅读(12921) 评论(0) 推荐(0) 编辑
摘要:1.首先通过cmd进入 C:\Windows\System32\inetsrv>netshnetsh>http netsh http> 退出的时候,使用exit命令 2.显示监听的ip show IpListen IP addresses present in the IP listen list: 阅读全文
posted @ 2017-05-18 10:43 ChuckLu 阅读(2716) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示