<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=70.67.79.157</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=70.67.79.157"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/70.67.79.157"/>
	<updated>2026-07-25T23:10:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_copy_a_Windows_installation&amp;diff=17069</id>
		<title>How to copy a Windows installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_copy_a_Windows_installation&amp;diff=17069"/>
		<updated>2005-12-20T05:33:54Z</updated>

		<summary type="html">&lt;p&gt;70.67.79.157: /* Filesystem based copy of Windows 2000 or XP */ spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#efefef; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
This page provides assistance in seemlessly copying a working Windows installation to a new partition/harddrive, so that afterwards it seems like nothing has happened.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
==Filesystem based copy of Windows 2000 or XP==&lt;br /&gt;
{{WARN|If you follow these instructions, you do it on your own risk. Even though this process was successfully executed at least once, no success is guaranteed and data loss can happen. Since no modification to your old harddisk is done, data loss is unlikely. However, it is possible.}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|A similar process, however, involving a (temporary) second Windows installation has proven to be reliable. It is safer to do the copy from a second Windows installation since then the running system doesn't interfere with the files copied. The steps needed in this case are very similar.&lt;br /&gt;
}}&lt;br /&gt;
If you want to transfer a working Windows 2000 or XP installation to a new harddrive, the following method has proven reliable. After the process your system will boot into the new system as if nothing would have happened.&lt;br /&gt;
&lt;br /&gt;
===The Process===&lt;br /&gt;
The outline of the process is as follows:&lt;br /&gt;
#We use Windows to partition your new harddrive and format the new Windows partition.&lt;br /&gt;
#We copy the whole content of your old Windows partition to the destination partition.&lt;br /&gt;
#We tweak the registry on the destination partition.&lt;br /&gt;
#We boot the destination partition.&lt;br /&gt;
&lt;br /&gt;
===The Advantages===&lt;br /&gt;
*After the process your new Windows will be exactly the same as the old one (see notes below).&lt;br /&gt;
*Since we use Windows to partition the new drive we make sure the partition table is compatible.&lt;br /&gt;
*Since the copy is filesystem based, your new installation will automatically be defragmented.&lt;br /&gt;
*Your destination can be bigger (or even smaller) than the source one, without the need of using tools like ntfsresize afterwards.&lt;br /&gt;
*We only use builtin tools, except for scopy, which is part of the Windows NT Server Resource Kit.&lt;br /&gt;
&lt;br /&gt;
===Prerequsites===&lt;br /&gt;
*This guide assumes that you can connect a second harddrive to your ThinkPad, be it via USB, [[PCMCIA]] or a [[UltraBay]] harddrive adapter.&lt;br /&gt;
*Get scopy from [http://gamma.nic.fi/~point/files/scopy.exe here] and place it on your old partition.&lt;br /&gt;
&lt;br /&gt;
===Preparation===&lt;br /&gt;
*Attach the new harddrive to your ThinkPad.&lt;br /&gt;
*Boot up your Windows installation.&lt;br /&gt;
*Open the Disk Management Interface and partition your new harddrive. Set the partition that your system should be copied to as active. Also assign a drive letter, we will assume it is {{path|T:}} .&lt;br /&gt;
*Format this partition as NTFS in long format. This is important, because else the boot sector will not be installed to that partition.&lt;br /&gt;
&lt;br /&gt;
===Copying===&lt;br /&gt;
Open the command line interface (cmd.exe) and use scopy to copy all files from your old partition to the new one. Lets assume, your old system is on {{path|C:}}, then the command would be:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;path_to_scopy&amp;gt;\scopy.exe C:\*.* T:\ /a /o /s&amp;lt;/tt&amp;gt;&lt;br /&gt;
We do this with scopy, because scopy preserves NTFS file attributes and access rights while copying.&lt;br /&gt;
&lt;br /&gt;
Wait patiently till the copy is finished. You can now open T: in your Windows explorer to check if things went well.&lt;br /&gt;
&lt;br /&gt;
===Adjusting drive letters===&lt;br /&gt;
*After the copy finished, open regedit.&lt;br /&gt;
*Mark &amp;lt;tt&amp;gt;HKEY_USERS&amp;lt;/tt&amp;gt; and select &amp;quot;Load Hive...&amp;quot; from the &amp;quot;File&amp;quot; menu. Open {{path|T:\WINDOWS\system32\config\SYSTEM}}.&lt;br /&gt;
*You will be promptet for a name for the new hive, you may use i.e. &amp;quot;TEMP&amp;quot;. The new hive will be attached to &amp;lt;tt&amp;gt;HKEY_USERS&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Expand &amp;lt;tt&amp;gt;HKEY_LOCAL_MACHINE\SYSTEM&amp;lt;/tt&amp;gt; and select the &amp;lt;tt&amp;gt;MountedDevices&amp;lt;/tt&amp;gt; key there.&lt;br /&gt;
*DoubleClick &amp;lt;tt&amp;gt;&amp;quot;\DosDevices\T:&amp;quot;&amp;lt;/tt&amp;gt; and mark the whole binary value. Press {{key|Ctrl}}{{key|C}} to copy the value.&lt;br /&gt;
*Expand &amp;lt;tt&amp;gt;HKEY_USERS\TEMP&amp;lt;/tt&amp;gt; and select the &amp;lt;tt&amp;gt;MountedDevices&amp;lt;/tt&amp;gt; key there.&lt;br /&gt;
*DoubleClick &amp;lt;tt&amp;gt;&amp;quot;\DosDevices\C:&amp;quot;&amp;lt;/tt&amp;gt; and mark the whole binary value. Press {{key|Ctrl}}{{key|V}} to replace it with the copied value.&lt;br /&gt;
*Mark &amp;lt;tt&amp;gt;HKEY_USERS\TEMP&amp;lt;/tt&amp;gt; and select &amp;quot;Unload Hive...&amp;quot; from the &amp;quot;File&amp;quot; menu. Confirm the request.&lt;br /&gt;
*Close regedit.&lt;br /&gt;
*Shutdown Windows.&lt;br /&gt;
&lt;br /&gt;
===Booting the new System===&lt;br /&gt;
Now, replace your old internal harddrive with the new one and power up your system again. The new system should boot as if nothing happened.&lt;br /&gt;
&lt;br /&gt;
===External Sources===&lt;br /&gt;
*This article is based on information found on http://gamma.nic.fi/~point/win2copy.htm.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>70.67.79.157</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:R31&amp;diff=15747</id>
		<title>Category:R31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:R31&amp;diff=15747"/>
		<updated>2005-12-20T05:14:24Z</updated>

		<summary type="html">&lt;p&gt;70.67.79.157: /* ThinkPad R31 */ spelling corr.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad R31 ===&lt;br /&gt;
This page gives an overview of all ThinkPad R31 related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** [[Intel Mobile Celeron (3)|Intel Mobile Celeron]] 1.06, 1.13 or 1.2 GHz&lt;br /&gt;
** [[Intel Mobile Pentium III-M]] 1.0 or 1.13 GHz&lt;br /&gt;
* [[Intel Graphics Technology]]&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 13.3&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
* 128 or 256MB [[PC-133]] memory standard&lt;br /&gt;
* 20, 30 or 40GB HDD&lt;br /&gt;
* AD1881A AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Plus]]{{footnote|1}} with one of the following:&lt;br /&gt;
** CD-ROM drive&lt;br /&gt;
** CD-RW drive&lt;br /&gt;
** DVD-ROM drive&lt;br /&gt;
** DVD-ROM / CD-RW Combo drive&lt;br /&gt;
* Integrated Intel 10/100 Ethernet&lt;br /&gt;
* [[CDC slot]] with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Modem Daughter Card (MDC)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[IBM High Rate Wireless LAN Mini-PCI Adapter with Modem]]&lt;br /&gt;
* [[CardBus slot]] (Type 3)&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem]] on select models&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#The R31 '''does not''' support an additional battery in its UltraBay slot&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:ThinkPadR30.jpg|ThinkPad R31]]&lt;br /&gt;
|}&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/02r2913.pdf ThinkPad R30,R31 - Hardware Maintenance Manual (September 2002)] (5,048,307 Bytes)&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>70.67.79.157</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:R32&amp;diff=14006</id>
		<title>Category:R32</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:R32&amp;diff=14006"/>
		<updated>2005-12-20T05:13:43Z</updated>

		<summary type="html">&lt;p&gt;70.67.79.157: /* ThinkPad R32 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad R32 ===&lt;br /&gt;
This page gives an overview of all ThinkPad R32 related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** [[Intel Mobile Celeron (4)|Intel Mobile Celeron]] 1.5 GHz&lt;br /&gt;
** [[Intel Mobile Pentium 4-M]] 1.6, 1.7, 1.8 or 2.0GHz&lt;br /&gt;
* [[ATI Mobility Radeon 7000]] with 16MB&lt;br /&gt;
* 14.1&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
* 128 or 256MB [[PC2100]] memory standard&lt;br /&gt;
* 20, 30 or 40GB HDD&lt;br /&gt;
* AD1881A AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Plus]] with one of the following:&lt;br /&gt;
** CD-ROM drive&lt;br /&gt;
** CD-RW drive&lt;br /&gt;
** DVD-ROM drive&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive&lt;br /&gt;
* Integrated Intel 10/100 Ethernet&lt;br /&gt;
* [[CDC slot]] with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Modem Daughter Card (MDC)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Cisco Aironet Wireless 802.11b]]&lt;br /&gt;
** [[IBM High Rate Wireless LAN Mini-PCI Adapter with Modem II]]&lt;br /&gt;
* [[CardBus slot]] (Type 3)&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]] on select models&lt;br /&gt;
* FireWire (IEEE1394) on select models&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:ThinkPadR30.jpg|ThinkPad R32]]&lt;br /&gt;
|}&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/02r2914.pdf ThinkPad R32 - Hardware Maintenance Manual (November 2002)] (6,097,506 Bytes)&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>70.67.79.157</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_series&amp;diff=13107</id>
		<title>ThinkPad series</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_series&amp;diff=13107"/>
		<updated>2005-12-10T04:00:29Z</updated>

		<summary type="html">&lt;p&gt;70.67.79.157: /* ThinkPad R Series */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note: The information on this page is provided by [http://www-132.ibm.com/webapp/wcs/stores/servlet/CategoryDisplay?lang=en_US&amp;amp;catalogId=-840&amp;amp;categoryId=2035724&amp;amp;cgmenbr=1&amp;amp;langId=-1&amp;amp;cgrfnbr=2035724&amp;amp;cntrfnbr=1&amp;amp;storeId=1&amp;amp;cntry=840 IBM/Lenovo] for commercial reasons.&lt;br /&gt;
&lt;br /&gt;
== Thinkpad Z Series ==&lt;br /&gt;
Stylish Notebooks for Work and Life&lt;br /&gt;
# IntelÂ® CentrinoTM Mobile Technology for outstanding wireless performance (select models)&lt;br /&gt;
# Choice of 14&amp;quot; (Z60t) or 15.4&amp;quot; (Z60m) widescreen models&lt;br /&gt;
# ATI Discrete Graphics (select models)&lt;br /&gt;
# Titanium Special Edition Cover (select models)&lt;br /&gt;
# MaxBright Screen Display (select models)&lt;br /&gt;
# Travel weight starting at 4.1 lb and less than 1.1&amp;quot; thin&lt;br /&gt;
# Integrated Fingerprint Reader for security made simple (select models)&lt;br /&gt;
# Integrated ThinkPad 11a/b/g Wi-FiÂ® wireless (select models)&lt;br /&gt;
# Airbag-like ThinkVantageTM Active Protection System&lt;br /&gt;
 &lt;br /&gt;
== ThinkPad R Series ==&lt;br /&gt;
Mainstream performance and features&lt;br /&gt;
# Intel CentrinoTM Mobile Technology for outstanding wireless performance (select models)&lt;br /&gt;
# Travel weight starting at 5.8 lb and less than 1&amp;quot; thin&lt;br /&gt;
# 14.1' and 15' TFT displays available&lt;br /&gt;
# Standard battery life up to 6 hours (select models)&lt;br /&gt;
# Airbag-like Active Protection System to help protect your hard drive (select models)&lt;br /&gt;
# Integrated 11a/b/g Wi-FiÂ® wireless (select models)&lt;br /&gt;
# ThinkPad R50e models with 15' TFT displays available at attractive entry prices&lt;br /&gt;
# Built-in data backup and protection&lt;br /&gt;
&lt;br /&gt;
== ThinkPad T Series ==&lt;br /&gt;
Perfect balance of performance and portability&lt;br /&gt;
# IntelÂ® CentrinoTM Mobile Technology for outstanding wireless performance (select models)&lt;br /&gt;
# 14.1' TFT display models with travel weights starting at 4.5 lb and less than 1&amp;quot; thin&lt;br /&gt;
# 15' TFT display models with travel weights starting at 5.3 lb and less than 1&amp;quot; thin&lt;br /&gt;
# Standard battery life up to 7 hours (select models)&lt;br /&gt;
# Airbag-like Active Protection System to help protect your hard drive&lt;br /&gt;
# Data backup and protection (requires software download on select models)&lt;br /&gt;
# Integrated ThinkPad 11a/b or 11a/b/g Wi-FiÂ® wireless (select models)&lt;br /&gt;
# ISV-certified mobile workstation models available&lt;br /&gt;
&lt;br /&gt;
== ThinkPad X Series Tablet ==&lt;br /&gt;
Ultimate mobility in a tablet ultraportable&lt;br /&gt;
# IntelÂ® CentrinoTM Mobile Technology for outstanding wireless performance (select models)&lt;br /&gt;
# Integrated Fingerprint Reader for security made simple (select models)&lt;br /&gt;
# Tablet Digitizer Pen for on-screen handwriting&lt;br /&gt;
# 180Â° Rotating Screen for improved visibility&lt;br /&gt;
# Starting at 3.5 lb and less than 1.14&amp;quot; thin&lt;br /&gt;
# Long standard battery life up to 6.3 hours (select models)&lt;br /&gt;
# Integrated Intel or ThinkPad 11a/b/g Wi-FiÂ® wireless (select models)&lt;br /&gt;
# Airbag-like Active Protection System&lt;br /&gt;
# Built-in data backup and protection&lt;br /&gt;
# Supports optional ThinkPad X4 Dock for easy expansion&lt;br /&gt;
&lt;br /&gt;
== ThinkPad X Series ==&lt;br /&gt;
Ultimate mobility in a versatile ultraportable&lt;br /&gt;
# IntelÂ® CentrinoTM Mobile Technology for outstanding wireless performance (select models)&lt;br /&gt;
# Starting at 2.7 lb and less than 1&amp;quot; thin&lt;br /&gt;
# Long standard battery life up to 7.5 hours (select models)&lt;br /&gt;
# Integrated Intel or ThinkPad 11a/b/g Wi-FiÂ® wireless (select models)&lt;br /&gt;
# Airbag-like Active Protection System&lt;br /&gt;
# Built-in data backup and protection&lt;br /&gt;
# Supports optional ThinkPad UltraBase for easy expansion&lt;br /&gt;
	&lt;br /&gt;
== ThinkPad G Series ==&lt;br /&gt;
Powerful desktop replacements&lt;br /&gt;
# Select models are available with IntelÂ® PentiumÂ® 4 Processors with Hyperthreading Technology&lt;br /&gt;
# NVIDIA GeForce FX Go5200 graphics (select models)&lt;br /&gt;
# Travel weight starting at 7.7 lb and less than 1&amp;quot; thin&lt;br /&gt;
# Up to 15' SXGA+ TFT display&lt;br /&gt;
# Ergonomic EasyPivot base and ComfortSlant keyboard&lt;br /&gt;
# Built-in data backup and protection&lt;br /&gt;
# Integrated ThinkPad 11a/b or 11a/b/g Wi-FiÂ® wireless (select models)&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>70.67.79.157</name></author>
		
	</entry>
</feed>