Getting Started with ProfWiz
ProfWiz is straightforward to install and configure. This guide is written for IT professionals who are new to ProfWiz and want to get their first migration running quickly and correctly. By the end of this walkthrough, you will have ProfWiz installed, configured, and ready to migrate your first Windows user profile.
System Requirements
- Operating system: Windows 7, Windows 8 / 8.1, Windows 10, or Windows 11 (32-bit and 64-bit)
- Processor: 1 GHz or faster
- RAM: 512 MB minimum, 1 GB recommended
- Disk space: 50 MB for the application; additional space required for migration logs
- Privileges: Local administrator rights required
- Network: Active Directory connectivity required for domain migrations
Step 1 β Download ProfWiz
Download ProfWiz from the Download page on this website. The download is a ZIP archive containing the ProfWiz installer and supporting files. Save the file to a location you can easily access, such as C:\Tools\ProfWiz or a shared network folder.
Step 2 β Extract the Archive
Right-click the downloaded ZIP file and select Extract All. Choose your destination folder. The extracted folder will contain:
ProfWiz.exeβ the main executable (can be run directly; no install required)ProfWizPro.exeβ Professional Edition executable (if applicable)ProfWiz.chmβ the built-in help filereadme.txtβ release notes and version information
ProfWiz does not require a traditional Windows installer. You simply run the executable directly, which makes it easy to deploy from a USB drive or network share.
Step 3 β Run ProfWiz as Administrator
Navigate to the extracted folder, right-click ProfWiz.exe, and choose Run as administrator. This is mandatory β ProfWiz needs administrator privileges to access the system registry and file ACLs.
If you are deploying ProfWiz via a script or SCCM task sequence, ensure the execution context has local administrator privileges.
Step 4 β Review the Interface
The ProfWiz main window has three primary sections:
- Profile list (left panel): Shows all detected user profiles on the machine, including the SID, username, profile path, and account type (local or domain)
- Migration settings (right panel): Where you specify the target domain and target username
- Action buttons (bottom): Migrate, Options, Log, and Help
Step 5 β Configure Migration Options
Before running your first migration, click the Options button to review the available settings:
- Log file path: Set a custom location for the migration log. Default is
%TEMP%\profwiz.log - Auto-reboot: Choose whether to reboot automatically or prompt after migration
- Backup profile: (Professional Edition) Enable automatic profile backup before migration
- Migration mode: Standard (recommended) or Advanced (for non-standard profile structures)
Step 6 β Test with a Non-Critical Account
For your first migration, choose a test account or a non-critical user profile. This lets you verify that the migration works correctly in your specific environment before touching high-priority user accounts.
- Select the test profile from the profile list
- Enter the target domain and username
- Click Migrate
- Monitor the progress bar and status messages
- Review the log file after completion
- Log in as the target domain account and verify everything is in order
Understanding the Log File
The ProfWiz log file is your primary diagnostic tool. Key log sections:
- Profile discovery: Lists all profiles found and their SIDs
- Account resolution: Confirms the target domain account was located
- Registry remapping: Shows each registry key updated with the new SID
- ACL updates: Lists file and folder permission changes
- Completion status: Final success or failure message with error codes if applicable
Setting Up for Bulk Deployments
If you plan to deploy ProfWiz to multiple machines, consider:
- Placing
ProfWiz.exeon a central network share accessible from all workstations - Creating a mapping CSV file listing source β target account pairs
- Writing a deployment script that reads the CSV and runs ProfWiz with the
/Silentflag - Directing all logs to a central share for easy monitoring
Conclusion
Installing and setting up ProfWiz takes less than ten minutes. There is no complex configuration required β run the executable as administrator, select the profile, specify the target account, and migrate. Once you have completed a successful test migration, you can confidently scale up using the scripting and automation techniques covered in other guides on this website.