Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="@shell32.dll,-8506"
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="@shell32.dll,-8506"
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
@="@shell32.dll,-8506"
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""

最新文章

  1. 《.NET开发资源大全》
  2. 原: 安装VMtools过程流水帐
  3. hdu, KMP algorithm, linear string search algorithm, a nice reference provided 分类: hdoj 2015-07-18 13:40 144人阅读 评论(0) 收藏
  4. [ZigBee] 6、ZigBee基础实验——定时器3和定时器4(8 位定时器)
  5. Junit的简单使用
  6. linux下的X server:linux图形界面原理
  7. configure: error: Cannot find libmysqlclient under /usr Note that the MySQL client library is not bundled anymore! 报错解决
  8. JavaDoc的生成规则---ShinePans
  9. 采纳ajax提交POST样本数据
  10. fpm 制作 rpm 包
  11. eclipse修改默认workspace
  12. 基于GIS的视频管理指挥平台
  13. css min-width和max-width
  14. DataGuard 配置须知
  15. Linux下Meepops的搭建
  16. [转帖]SQLSERVER2008R2 将于2019.7.9 结束支持服务 Windows server 2008r2 将于 2020.1.14 结束支持
  17. Topcoder SRM 643 Div1 250<peter_pan>
  18. go语言基础之不要操作没有合法指向的内存
  19. C语言 · 最大最小公倍数
  20. HBASE与hive对比使用以及HBASE常用shell操作。与sqoop的集成

热门文章

  1. UVALive 7352 Dance Recital
  2. 关于jquery选择器中:first和:first-child和:first-of-type的区别及:nth-child()和:nth-of-type()的区别
  3. IO.Path路径
  4. matlab显示原图和灰度直方图
  5. go语言实现寻找最大子数组
  6. JPA 系列教程10-双向一对一关联表
  7. OC-之NSDate、万年历
  8. HDU 5805 NanoApe Loves Sequence
  9. 编译OpenGL代码时发生 Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed! 错误的解决方案
  10. 用Visual Studio 2015 编写第一个UMDF驱动遇到的问题!!