生活在宁静的角落 Windows
把exe做成windows服务
1. 修改注册表 在“开始→运行”中键入“regedit.exe”,打开“注册表编辑器”,展开分支“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services”
2. 在右侧窗格中显示的就是本机安装 …
Windows 7 优先使用无线网卡
Windows 自动添加 共享打印机
使用下面的标本,保存为*.bat 文件
@echo off echo Add Printer echo .... sc config spooler start= auto net stop spooler & net start spooler net use \\服务器\IPC$ "密码" /user:"用户" rundll32 printui.dll,PrintUIEntry /in /n "\\服务器 …点击查看更多…
windows python 安装
windows python 安装
一、下载python
可以选择百度或者官网方式。
运行下载的MSI安装包,在选择安装组件的一步时,勾上所有的 …