摘要: Turn a Physical Computer Into A Virtual Machine with Disk2vhd.Disk2vhd: http://download.sysinternals.com/Files/Disk2vhd.zipDisk2vhd is a utility that creates VHD (Virtual Hard Disk - Microsoft's Virtual Machine disk format) versions of physical disks for use in Microsoft Virtual PC or Microsoft 阅读全文
posted @ 2012-02-24 22:04 AdaColor 阅读(380) 评论(0) 推荐(0) 编辑
摘要: Sysprep is very useful in preparing an image for cloning / imaging by stripping all specialization from the installation like: drives, SID, PNP enumeration, name and more. During the next reboot PNP is initiated and the Out Of Box Experience is run; this is similar to a preloaded laptop or computer 阅读全文
posted @ 2012-02-24 21:53 AdaColor 阅读(321) 评论(0) 推荐(1) 编辑
摘要: Microsoft-based operating systems use Security IDs(SID) that are generated as part of the initial setup of Windows. If you have more than one computer with the same SID, this could cause problems, and cloning a computer (either physical or virtual) without re-generating this SID can cause SID duplic 阅读全文
posted @ 2012-02-24 21:34 AdaColor 阅读(261) 评论(0) 推荐(1) 编辑
摘要: Ocsetup.exe tool functionalityThe Ocsetup.exe tool provides functionality that resembles the functionality that the Sysocmgr.exe tool provides in Microsoft Windows XP and in Microsoft Windows Server 2... 阅读全文
posted @ 2009-12-17 09:39 AdaColor 阅读(739) 评论(0) 推荐(1) 编辑
摘要: When attempting to add features to Visual Studio 2008 after it has already been installed, you may see an error that reports,A problem has been encountered while loading the setup components. Cancelin... 阅读全文
posted @ 2009-12-16 09:45 AdaColor 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 比较:const和readonly的值一旦初始化则都不再可以改写;const只能在声明时初始化;readonly既可以在声明时初始化也可以在构造器中初始化;const隐含static,不可以再写static const;readonly则不默认static,如需要可以写static readonly;const是编译期静态解析的常量(因此其表达式必须在编译时就可以求值);readonly则是运行期... 阅读全文
posted @ 2009-07-02 16:25 AdaColor 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 昨晚和老婆一起学习.NET,聊到CLS,发现自己不能系统给出老婆满意的解释,所以整理一下。首先看下CLS:The CLS is a specification that defines the rules to support language integration. This is done in such a way, that programs written in any languag... 阅读全文
posted @ 2009-06-19 08:30 AdaColor 阅读(304) 评论(0) 推荐(0) 编辑