• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
wjshan0808

Learn from yesterday, Live for today, For a better tomorrow.
 ————wjshan0808

博客园    首页    新随笔    联系   管理    订阅  订阅

随笔分类 -  计算机

上一页 1 2
隐藏/显示任务栏

摘要:/// /// Retrieves a handle to the top-level window whose class name and window name match the specified strings. This function does not sear... 阅读全文
posted @ 2015-01-19 15:56 wjshan0808 阅读(175) 评论(0) 推荐(0)
系统输入法设置

摘要:InputLanguage.CurrentInputLanguage input=InputLanguage.InstalledInputLanguages[1]; 阅读全文
posted @ 2015-01-19 14:49 wjshan0808 阅读(137) 评论(0) 推荐(0)
清空回收站

摘要:/// /// Empties the Recycle Bin on the specified drive. /// /// A handle to the parent window of any dialog boxes that might be... 阅读全文
posted @ 2015-01-19 14:44 wjshan0808 阅读(135) 评论(0) 推荐(0)
锁定计算机

摘要://锁定计算机[DllImportAttribute("user32.dll")]public static extern void LockWorkStation();禁止关闭计算机private const int WM_QUERYENDSESSION = 0x0011;//windows消息 ... 阅读全文
posted @ 2015-01-19 14:30 wjshan0808 阅读(161) 评论(0) 推荐(0)
cmd

摘要:Process p = new Process();//创建进程对象 string drivename = cboDrive.Text;//盘符 string shareName = txtShareName.Text;//共享名 ... 阅读全文
posted @ 2015-01-19 14:17 wjshan0808 阅读(171) 评论(0) 推荐(0)
Regist

摘要:using (RegistryKey key = Registry.CurrentUser.CreateSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer")) { key.SetValue... 阅读全文
posted @ 2015-01-19 12:28 wjshan0808 阅读(1333) 评论(0) 推荐(0)
自动登陆

摘要:win键+R键输入"rundll32 netplwiz.dll,UsersRunDll"然后根据引导输入用户名和密码即可... 阅读全文
posted @ 2013-06-26 15:20 wjshan0808 阅读(158) 评论(0) 推荐(0)
快速锁定计算机

摘要:1. win键+L键2.右键新建ShutCut 输入"rundll32.exe user32.dll,LockWorkStation"若提示找不到,百度下载我没核实过...嘻嘻...参考:http://support.microsoft.com/default.aspx?scid=kb;en-us;164787 阅读全文
posted @ 2013-06-26 15:00 wjshan0808 阅读(216) 评论(0) 推荐(0)
找回消失的回收站

摘要:将一下内容另存为inf文件:[Version]signature="$Windows NT$"DriverVer=10/01/2002,5.2.3790.1830[DefaultInstall]AddReg = rec.AddRegDelReg = rec.DelReg[rec.AddReg]HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}",,0,"Recycle B 阅读全文
posted @ 2013-04-14 01:11 wjshan0808 阅读(341) 评论(0) 推荐(0)
用命令启动:我的电脑,网上邻居,回收站,IE

摘要:win+R下输入:我的电脑explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}网上邻居explorer.exe ::{208D2C60-3AEA-1069-A2D7-08002B30309D}回收站explorer.exe ::{645FF040-5081-101B-9F08-00AA002F954E}打开IEiexplore -new 阅读全文
posted @ 2013-04-14 01:02 wjshan0808 阅读(353) 评论(0) 推荐(0)

上一页 1 2
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3