Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pub:windows_migrate [2022/02/15 15:10] derekpub:windows_migrate [2022/02/16 05:50] (current) – [robocopy] derek
Line 16: Line 16:
 </code> </code>
  
-non-windows server+non-windows server (windows/nas)
  
 <code dos> <code dos>
Line 102: Line 102:
   choco install regeditor   choco install regeditor
   ooregedt   ooregedt
-=== google chrome+=== google chrome ===
  
-old computer +  * old computerexport reg ''HKEY_CURRENT_USER\Software\Google\Chrome\PreferenceMACs'' 
- +  * backup user profile ''C:\Users\%username%\AppData\Local\Google\Chrome\'' 
-export reg +  * use chromepass to backup passwords https://www.nirsoft.net/utils/chromepass.html 
- +  * restore the reg and user profile to new computer
-  HKEY_CURRENT_USER\Software\Google\Chrome\PreferenceMACs +
-   +
-* backup user profile +
- +
-  C:\Users\%username%\AppData\Local\Google\Chrome\ +
- +
-* use chromepass to backup passwords https://www.nirsoft.net/utils/chromepass.html+
  
-* restore the reg and user profile to new computer+=== firefox ===
  
-=== firefox +  * best method: use a filefox account
-* best method: use a filefox account+
  
 manual transfer manual transfer
  
 old computer old computer
-* find/backup firefox profiles location + 
-** open ''about:profiles'' in firefox +  * find/backup firefox profiles location 
-** run ''firefox -P'' +    * open ''about:profiles'' in firefox 
-** normally in ''%APPDATA%\Mozilla\Firefox\Profiles\'' +    * run ''firefox -P'' 
-** the one like ''xxxxxxxx.default'' is the default profile, where xxxxx is a random string +    * normally in ''%APPDATA%\Mozilla\Firefox\Profiles\'' 
-* delete the cache before transfer +    * the one like xxxxxxxx.default is the default profile, where xxxxx is a random string 
-** Win 10/8: C:\Users\{user}\AppData\Local\Mozilla\Firefox\Profiles\{profile folder}\cache2 +  * delete the cache before transfer 
-** Win7: C:\Users\{user}\AppData\Local\Mozilla\Firefox\Profiles\{profile folder}\Cache\ +    * Win 10/8: ''C:\Users\{user}\AppData\Local\Mozilla\Firefox\Profiles\{profile folder}\cache2'' 
-** WinXP: C:\Documents and Settings\{user}\Local Settings\Application Data\Mozilla\Firefox\Profiles\{profile folder}\Cache\+    * Win7: ''C:\Users\{user}\AppData\Local\Mozilla\Firefox\Profiles\{profile folder}\Cache\'' 
 +    * WinXP: ''C:\Documents and Settings\{user}\Local Settings\Application Data\Mozilla\Firefox\Profiles\{profile folder}\Cache\''
  
 new computer new computer
-* run Firefox, open the new xxxxx.default location +  * run Firefox, open the new xxxxx.default location 
-* rename xxxxx.default to xxxxx.old +  * rename xxxxx.default to xxxxx.old 
-* restore xxxxx.default to new computer, rename it to match new random string+  * restore xxxxx.default to new computer, rename it to match new random string
  
-=== outlook+=== outlook ===
  
 manage outlook profiles manage outlook profiles
 +
   outlook.exe /manageprofiles   outlook.exe /manageprofiles
  
 export accounts profile export accounts profile
  
-* Outlook 365 / 2016: +  * Outlook 365 / 2016:  
   HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles   HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles
  
-* Outlook 2013: +  * Outlook 2013:  
   HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles   HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles
  
-* Outlook 2010 or earlier versions: +  * Outlook 2010 or earlier versions:  
   HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles   HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles
  
 backup Signatures backup Signatures
 +
   %APPDATA%\Microsoft\Signatures   %APPDATA%\Microsoft\Signatures
- 
-