equal
deleted
inserted
replaced
51 |
51 |
52 See |
52 See |
53 |
53 |
54 http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_use.mspx |
54 http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_use.mspx |
55 |
55 |
|
56 ** Activate windows. |
|
57 |
|
58 http://www.microsoft.com/genuine/selfhelp/XPPkuinst.aspx?sGuid=bab9e103-6365-44dd-9337-93f0cd9dd4b7&displaylang=en |
|
59 Windows Product Key Update Tool Instructions |
|
60 |
56 * Vista |
61 * Vista |
57 |
62 |
58 ** Samba. |
63 ** Samba. |
59 |
64 |
60 By default, you cannot authenticate and share files to and from Mac OS X or |
65 By default, you cannot authenticate and share files to and from Mac OS X or |
103 cmd> subst [to-disk: [from-disk:]path] |
108 cmd> subst [to-disk: [from-disk:]path] |
104 |
109 |
105 To remove: |
110 To remove: |
106 |
111 |
107 cmd> subst disk: /d |
112 cmd> subst disk: /d |
|
113 |
|
114 * CMD. |
|
115 |
|
116 ** How run cmd on 64-bit OS. |
|
117 |
|
118 From 64-bit process: |
|
119 |
|
120 %windir%\System32\cmd.exe (for 64-bit) |
|
121 %windir%\SysWOW64\cmd.exe (for 32-bit) |
|
122 |
|
123 From 32-bit process: |
|
124 |
|
125 %windir%\System32\cmd.exe (for 32-bit) |
|
126 %windir%\Sysnative\cmd.exe (for 64-bit) |
|
127 |
|
128 http://msdn.microsoft.com/en-us/library/aa384187%28VS.85%29.aspx |
|
129 File System Redirector |