Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:windows_migrate [2022/02/15 15:08] – derek | pub:windows_migrate [2022/02/16 05:50] (current) – [robocopy] derek | ||
---|---|---|---|
Line 16: | Line 16: | ||
</ | </ | ||
- | non-windows server | + | non-windows server |
<code dos> | <code dos> | ||
Line 37: | Line 37: | ||
robocopy D: | robocopy D: | ||
- | === transwiz | + | === transwiz |
- | * Transfer user profile to new PC. https:// | + | |
+ | | ||
cd /d c:\drv | cd /d c:\drv | ||
Line 44: | Line 45: | ||
start Transwiz.msi | start Transwiz.msi | ||
- | === profwiz | + | === profwiz |
- | * similar to moveuser.exe https:// | + | |
- | * create local admin account | + | |
- | * MUST REBOOT, login to the local admin | + | * create local admin account |
- | * make sure can ping the AD domain '' | + | * MUST REBOOT, login to the local admin |
+ | * make sure can ping the AD domain '' | ||
cd /d c:\drv | cd /d c:\drv | ||
Line 58: | Line 60: | ||
| | ||
- | === nirsoft | + | === nirsoft |
- | ==== produkey | + | == produkey |
- | * https:// | + | |
- | * display product key up to Win7/ | + | |
- | * works with some retail Win10/ | + | * display product key up to Win7/ |
+ | * works with some retail Win10/ | ||
choco install produkey | choco install produkey | ||
| | ||
- | ==== passview | + | == passview |
- | * https:// | + | |
- | * mail passview | + | |
- | * ie passview | + | * mail passview |
+ | * ie passview | ||
Mailpv | Mailpv | ||
* EXCLUDE c:\drv\pass in AV | * EXCLUDE c:\drv\pass in AV | ||
+ | |||
<code dos> | <code dos> | ||
md c:\drv\pass & cd /d c:\drv\pass | md c:\drv\pass & cd /d c:\drv\pass | ||
- | curl -O https:// | + | curl.exe -O https:// |
7z x -y -pnirsoft123! passreccommandline.zip | 7z x -y -pnirsoft123! passreccommandline.zip | ||
Line 90: | Line 95: | ||
start html | start html | ||
</ | </ | ||
- | === O&O RegEditor ooregedt | + | |
+ | === O&O RegEditor ooregedt | ||
* https:// | * https:// | ||
choco install regeditor | choco install regeditor | ||
ooregedt | ooregedt | ||
- | === google chrome | + | === google chrome |
- | old computer | + | * old computer: export reg '' |
+ | * backup user profile '' | ||
+ | * use chromepass to backup passwords https:// | ||
+ | * restore the reg and user profile to new computer | ||
- | * export reg | + | === firefox === |
- | | + | * best method: use a filefox account |
- | + | ||
- | * backup user profile | + | |
- | + | ||
- | C: | + | |
- | + | ||
- | * use chromepass to backup passwords https:// | + | |
- | + | ||
- | * restore the reg and user profile to new computer | + | |
- | + | ||
- | === firefox | + | |
- | * best method: use a filefox account | + | |
manual transfer | manual transfer | ||
old computer | old computer | ||
- | * find/backup firefox profiles location | + | |
- | ** open '' | + | |
- | ** run '' | + | * open '' |
- | ** normally in '' | + | * run '' |
- | ** the one like '' | + | * normally in '' |
- | * delete the cache before transfer | + | * the one like xxxxxxxx.default is the default profile, where xxxxx is a random string |
- | ** Win 10/8: C: | + | * delete the cache before transfer |
- | ** Win7: C: | + | * Win 10/8: '' |
- | ** WinXP: C: | + | * Win7: '' |
+ | * WinXP: | ||
new computer | new computer | ||
- | * 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 / | outlook.exe / | ||
export accounts profile | export accounts profile | ||
- | * 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: | + | |
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: | + | |
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 |