cpu软改vista 驱动

I've blogged about Junctions (Reparse Points or "Hard Links") before, as has Travis with his Junction Shell Extension. Junctions are great for organizing your code because you can start using relative paths again, even when your project structure doesn't lend itself to relative paths. (Sometimes folks even SUBST a drive and "everyone builds to S:" to make this easier. I say ick to that.)

我之前已经写过有关Junctions(重整点或“硬链接”)的博客,Travis的Junction Shell Extension也是如此。 连接点非常适合组织代码,因为即使项目结构不适合使用相对路径,您也可以再次使用相对路径。 (有时,人们甚至替换驱动器,“所有人都构建为S:”使此操作变得容易。我对此表示反对。)

It seemed to me as I spread the word about the wonder and glory of Junctions (as was as the fantastic danger as in Windows XP SP2 when you delete a junction from Explorer, you delete what it points to!)

在我看来,我传播有关连接的奇妙和荣耀的信息时(就像在Windows XP SP2中那样的巨大危险,当从资源管理器中删除结点时,就删除了它所指向的东西!)

So, I was thrilled to notice some interesting and very cool new things regarding Junctions on Vista.

因此,我很高兴注意到关于Junctions on Vista的一些有趣且非常酷的新事物。

First, in Vista now, deleting a junction point in Explorer doesn't delete the pointed-too folder. If you've used Junctions in Explorer, you'll realize this is huge.

首先,现在在Vista中,在资源管理器中删除交界点不会删除指向过的文件夹。 如果您在资源管理器中使用了Junctions,您将意识到这是巨大的。

Also, in Vista, while there's no way from Explorer to tell WHERE a junctions points to, either in the Properties or a Tooltip nor in the "Type" column in Details View (insert obvious feature request here) they at least include a Shortcut Icon Overlay on a Junction. It still says "Folder" when you look at it in Details, while a Shortcut to a Folder says "Shortcut." At least that's a start! In this screenshot the first icon is a folder while the second icon is a junction pointing to the first.

另外,在Vista中,虽然没有从资源管理器中告诉WHERE交界点的方法,但无论是在“属性”或“工具提示”中还是在“详细信息视图”中的“类型”列(在此处插入明显的功能请求)中,它们至少都包含一个快捷方式图标覆盖在路口。 当您在“详细信息”中查看时,它仍然显示“文件夹”,而“文件夹的快捷方式”则显示“快捷方式”。 至少这是一个开始! 在此屏幕快照中,第一个图标是文件夹,而第二个图标是指向第一个图标的连接点。

This got me thinking, since I keep all my data on a separate drive D: for "DATA." A lot of us do.

这让我开始思考,因为我将所有数据都保存在单独的驱动器D:“ DATA”中。 我们很多人都这样做。

In Vista, "Documents and Setting" is now "C:\Users" and a lot of other stuff has changed. They MOVED my cheese. So, where did they move it, and how do they make things point to the newly moved stuff?

在Vista中,“文档和设置”现在为“ C:\ Users”,并且许多其他内容已更改。 他们移动了我的奶酪。 那么,他们将其移动到哪里,如何使它们指向新移动的东西?

They use Junctions, making their first mainstream appearance! I went to C:\Users and did this:

他们使用Junctions,使它们成为第一个主流外观! 我去了C:\ Users并这样做:

C:\Users\Scott>dir /a /s | find /i "junction"09/08/2006  01:23 AM    <JUNCTION>     Application Data [C:\Users\Scott\AppData\Roaming]09/08/2006  01:23 AM    <JUNCTION>     Cookies [C:\Users\Scott\AppData\Roaming\Microsoft\Windows\Cookies]09/08/2006  01:23 AM    <JUNCTION>     Local Settings [C:\Users\Scott\AppData\Local]09/08/2006  01:23 AM    <JUNCTION>     My Documents [C:\Users\Scott\Documents]09/08/2006  01:23 AM    <JUNCTION>     NetHood [C:\Users\Scott\AppData\Roaming\Microsoft\Windows\Network Shortcuts]09/08/2006  01:23 AM    <JUNCTION>     PrintHood [C:\Users\Scott\AppData\Roaming\Microsoft\Windows\Printer Shortcuts]09/08/2006  01:23 AM    <JUNCTION>     Recent [C:\Users\Scott\AppData\Roaming\Microsoft\Windows\Recent]09/08/2006  01:23 AM    <JUNCTION>     SendTo [C:\Users\Scott\AppData\Roaming\Microsoft\Windows\SendTo]09/08/2006  01:23 AM    <JUNCTION>     Start Menu [C:\Users\Scott\AppData\Roaming\Microsoft\Windows\Start Menu]09/08/2006  01:23 AM    <JUNCTION>     Templates [C:\Users\Scott\AppData\Roaming\Microsoft\Windows\Templates]09/08/2006  01:23 AM    <JUNCTION>     Application Data [C:\Users\Scott\AppData\Local]09/08/2006  01:23 AM    <JUNCTION>     History [C:\Users\Scott\AppData\Local\Microsoft\Windows\History]09/08/2006  01:23 AM    <JUNCTION>     Temporary Internet Files [C:\Users\Scott\AppData\Local\Microsoft\Windows\Temporary Internet Files]Notice that I had to use /a because these junctions are HIDDEN as well. But, because they exist, when folks concatenate things after calling "GetSpecialFolder" they'll still get what they need.

C:\ Users \ Scott> dir / a / s | 找到/ i“ junction” 2006/09/08 01:23 <JUNCTION>应用程序数据[C:\ Users \ Scott \ AppData \ Roaming] 2006/08/08 01:23 AM <JUNCTION> Cookies [C:\ Users \ Scott \ AppData \ Roaming \ Microsoft \ Windows \ Cookies] 09/08/2006 01:23 AM <JUNCTION>本地设置[C:\ Users \ Scott \ AppData \ Local] 09/08/2006 01:23 AM <JUNCTION >我的文档[C:\ Users \ Scott \ Documents] 09/08/2006 01:23 <JUNCTION> NetHood [C:\ Users \ Scott \ AppData \ Roaming \ Microsoft \ Windows \ Network快捷方式] 09/08/2006 01:23 AM <JUNCTION> PrintHood [C:\ Users \ Scott \ AppData \ Roaming \ Microsoft \ Windows \ Printer快捷方式] 2006/09/08 01:23 AM <JUNCTION>最近使用的[C:\ Users \ Scott \ AppData \ Roaming \ Microsoft \ Windows \ Recent] 09/08/2006 01:23 AM <JUNCTION> SendTo [C:\ Users \ Scott \ AppData \ Roaming \ Microsoft \ Windows \ SendTo] 2006/09/08 01:23 AM <JUNCTION >开始菜单[C:\ Users \ Scott \ AppData \ Roaming \ Microsoft \ Windows \开始菜单] 2006/08/09 01:23 <JUNCTION>模板[C:\ Users \ Scott \ AppData \ Roaming \ Microsoft \ Windows \模板] 09/08/2006 01:23 AM <JUNCTION>应用程序数据[C:\ Users \ Scott \ AppData \ Local] 2006/08/09 01:23 AM <JUNCTION>历史记录[C:\ Users \ Scott \ AppData \ [Local \ Microsoft \ Windows \ History] ​​09/08/2006 01:23 AM <JUNCTION> Internet临时文件[C:\ Users \ Scott \ AppData \ Local \ Microsoft \ Windows \ Temporary Internet Files]请注意,我必须使用/一个,因为这些交界处也隐藏。 但是,因为它们存在,所以当人们在调用“ GetSpecialFolder”之后连接事物时,他们仍然会得到所需的东西。

I had a little trouble with my upgrade because I ended up with some stuff on my C: and My Documents on my D:, but Vista was still pointing to C:\Users\Scott for My Documents.

我的升级遇到了一些麻烦,因为最终在C:和D:上放置了我的文档,但是Vista仍然指向C:\ Users \ Scott作为我的文档。

I tried to get tricky like this:

我试图像这样变得棘手:

C:\Users\Scott>junction "My Documents" "D:\Scott\My Documents"Junction v1.04 - Windows junction creator and reparse point viewerCopyright (C) 2000-2005 Mark RussinovichSystems Internals - http://www.sysinternals.comC:\Users\Scott\My Documents: JUNCTION   Print Name     : C:\Users\Scott\Documents   Substitute Name: C:\Users\Scott\Documents

C:\ Users \ Scott> junction“ My Documents”“ D:\ Scott \ My Documents” Junction v1.04-Windows结点创建者和解析点查看器版权所有(C)2000-2005 Mark RussinovichSystems Internals- http://www.sysinternals .com C:\ Users \ Scott \我的文档:JUNCTION打印名称:C:\ Users \ Scott \ Documents替代名称:C:\ Users \ Scott \ Documents

But while a cross-drive junction succeeded with Junction.exe, it apparently really didn't:

但是,尽管跨驱动连接成功使用了Junction.exe,但显然并没有

C:\Users\Scott
>dir *doc* /a
 Volume in drive C is 70 GIGS - SYSTEM
 Volume Serial Number is 88F3-D225
 Directory of C:\Users\Scott
09/08/2006  01:23 AM    <JUNCTION>     My Documents [\??\D:\Scott\My Documents]
               0 File(s)              0 bytes
               1 Dir(s)   6,877,286,400 bytes free

C:\ Users \ Scott > dir * doc * / a 驱动器C中的音量为70 GIGS-SYSTEM 卷序列号是88F3-D225 C:\ Users \ Scott目录2006/09/08 01:23 <JUNCTION>我的文档[ \ ?? \ D:\ Scott \ My Documents ] 0个文件0个字节1 Dir 6,877,286,400字节免费

...and...

...和...

C:\Users\Scott>dir /a "My Documents"
 Volume in drive C is 70 GIGS - SYSTEM
 Volume Serial Number is 88F3-D225
 Directory of C:\Users\Scott\My Documents
File Not Found

C:\ Users \ Scott> dir / a“我的文档” 驱动器C中的音量为70 GIGS-SYSTEM 卷序列号是88F3-D225 C:\ Users \ Scott \ My Documents目录文件未找到

You are supposed to be able to create a "Volume Mount Point" like in *nix where you point a directory at a volume, but that's not exactly what I need here. I'm not sure why it didn't work, because it's supposed to be supported scenario in NTFS.

您应该能够像在* nix中那样创建“卷装入点”,在该目录中,您将目录指向卷,但这并不是我所需要的。 我不确定为什么它不起作用,因为它应该在NTFS中受支持。

Well, while I'm not getting the junction to work, I can still move My Documents in the registry by simply right-clicking on the Document folder and moving it with the built-in UI as we've always been able to in Windows XP. It appears that David Mohundro has discovered some of this interesting stuff as well, although I'm not seeing the same behavior as him; my "Documents and Settings" folders are totally gone and emptied, replaced by C:\Users.

好吧,虽然我无法使连接正常工作,但仍然可以在注册表中移动“我的文档”,只需右键单击“文档”文件夹并使用内置的UI将其移动即可,就像我们在Windows中一样XP。 大卫·莫洪德罗(David Mohundro)似乎也发现了一些有趣的东西,尽管我没有看到与他相同的行为。 我的“文档和设置”文件夹完全消失并清空,由C:\ Users取代。

翻译自: https://www.hanselman.com/blog/windows-vista-junctions-and-moving-my-documents-to-another-drive

cpu软改vista 驱动

cpu软改vista 驱动_Windows Vista,连接点并将“我的文档”移动到另一个驱动器。...相关推荐

  1. cpu软改vista 驱动_在Vista Service Pack 1中为所有驱动器设置自动碎片整理选项

    cpu软改vista 驱动 By now most people have likely already upgraded to Windows Vista Service Pack 1, but o ...

  2. cpu软改vista 驱动_在Windows 7、8或Vista中启动分配给特定CPU的应用程序

    cpu软改vista 驱动 Windows has an option that lets you start an application and set the CPU affinity, whi ...

  3. java计算机毕业设计软考刷题系统源码+mysql数据库+系统+lw文档+部署

    java计算机毕业设计软考刷题系统源码+mysql数据库+系统+lw文档+部署 java计算机毕业设计软考刷题系统源码+mysql数据库+系统+lw文档+部署 本源码技术栈: 项目架构:B/S架构 开 ...

  4. txt改成java没反应_为什么我的TXT文档后戳换成java就打不开呢

    qq_微光_143210915 2016-05-21 20:23 public class HelloWorld { public static void main(String[] args) { ...

  5. java使用org.w3c.dom解析XML文档,创建、增删查改,保存,读取,遍历元素等操作

    全栈工程师开发手册 (作者:栾鹏) java教程全解 java使用org.w3c.dom(java dom)解析XML文档,创建.增删查改,保存,读取,遍历元素等操作 在保存文件时需要载入crimso ...

  6. 常用办公软件(Word、Excel、PowerPoint、Markdown、Xmind)技巧,能让你从根本上抓住改文档的“需求”!

    目录安排 Microsoft Office Word 基本应用 MS Word基本编辑技巧:界面介绍,功能介绍 MS Word格式介绍:字体.段落.符号与标记 Ms Word编辑原则:不同类型的文档应 ...

  7. 软工文档总结篇(一)

    1.软件文档的重要性 根据软件工程学的基本原理,强调了软件=程序+文档的思想,软件文档是规范化软件生产的重要依据,他直接关系到软件开发过程的可见性和可控性,因此,软件文档编写在软件开发中具有重要的地位 ...

  8. ULN2003步进电机 5V/12V步进电机 28BYJ-48步进电机 13003驱动板开发者文档

    13003步进电机驱动板介绍 我们设计的13003驱动板在核心电路上做了优化,如果驱动板电源不小心接反了一下,不会击穿单片机. 可以驱动5v 28BYJ-48步进电机 12v28BYJ-48步进电机. ...

  9. VS2008 PRO 、WDK 和DDKWizard搭建Vista驱动开发环境

    VS2008 PRO .WDK 和DDKWizard搭建Vista驱动开发环境 标题:VS2008 PRO .WDK 和DDKWizard搭建Vista驱动开发环境       作者:eping Em ...

最新文章

  1. GitHub 热榜:中国博士开发可交互全球疫情地图,登上柳叶刀!
  2. Java 进阶 ——2019 计划要读的书
  3. Swift 添加自定义响应事件
  4. redis系列:通过队列案例学习list命令 1
  5. 获得百度智能云access token
  6. vue仿今日头条_字节跳动今日头条前端面经(4轮技术面+hr面)
  7. python elem_Python
  8. Ubuntu18.04下安装配置darknet
  9. 字符串超长导致emWin卡死
  10. 工作中,什么情况下应该负责到底?
  11. labview数据库查询mysql_Labview查询数据库及调试
  12. SAP 货币类型和公司代码的货币设置
  13. MessageQueue的使用方法(一)
  14. java isbn_Java ISBN formating
  15. iOS 5 故事板进阶(4)
  16. 深度学习( Deep Learning )软件资源列表
  17. 第五周 项目二 建立链栈算法库
  18. 生死看淡,不服就GAN(七)----用更稳定的生成模型WGAN生成cifar
  19. 计算机应用无法打开,为什么电脑界面的部分软件无法打开
  20. linux qq x64,QQ Linux 版时隔多年再次更新,支持 x64、ARM64 等多种架构

热门文章

  1. C语言递归及经典例题详解
  2. 小米Pro重装系统无法使用指纹功能
  3. python学习之去除字符串中的空格(6种方法)
  4. 【毒思】纪念我死去的爱情
  5. 扶桑号战列舰 (单调栈+线段树区间更新懒惰标记 or 栈)
  6. 【黑马程序员西安中心】为什么这个语言如此火爆?
  7. 全国省份和大学json
  8. 2023最新SSM计算机毕业设计选题大全(附源码+LW)之java速到校园网上订餐网站5n2pv
  9. 利用python改图片为任意颜色
  10. 前端 简单实现应用商店list