Resources
Backup
Backup π
When it comes to backing up your current Windows partition, there are many solutions.
You might choose a tool like Clonezilla for a comprehensive backup, which can help ensure nothing important is overlooked.
Some people prefer using Windows βKeep my filesβ feature during installation, which creates a windows.old
folder containing many of your personal files from the previous installationβ¦
Essential Items to Back Up
In my experience, reviewing and backing up the following items covers everything important for a fresh installation:
-
Important files and personal documents
- Backup the contents of
C:\Users\YourUserName
, including personal files and documents. - Backup any password database files (like KeePass DB)
- Backup the contents of
-
Software settings and cache
- Copy the
AppData
folder to retain settings for apps you may reinstall later.
- Copy the
-
List of installed software
- Save a list of all installed software by running the command:
Terminal window winget list > winget.txt
- Save a list of all installed software by running the command:
-
Browser bookmarks, tabs, and settings
- Export bookmarks and settings using the built-in browser tools or with an extension like SessionBuddy to save open tabs.
-
Game saves (for games without cloud saves)
- If you have games that donβt sync to the cloud, especially cracked games, be sure to manually back up save files.
-
Program license keys
- Save any software license keys you may need for reinstallation.
-
Complex keyboard/mouse macros
- Backup any custom macros for your keyboard or mouse to avoid having to recreate them.
-
WSL folders and virtual machines
- Back up important files from your Windows Subsystem for Linux (WSL) environment or virtual machines, as these may not transfer automatically.
Home, Pro, and Education
Comparison π
The edition you select should match your needs.
Personally, I find the Home edition less bloated with features that many users may not need, whereas Pro includes more advanced tools like BitLocker, Hyper-V, and Group Policies.
If you think youβll need these features, consider the Pro version over Home.
In-depth comparison
Feature | Windows 11 Home | Windows 11 Pro | Windows 11 Pro for Workstations | Windows 11 Enterprise* | Windows 11 Education* |
---|---|---|---|---|---|
MS Account required for initial setup | β | ||||
Windows 11 in S Mode option | β | ||||
Cloud managed only | |||||
Only IT admins can install apps | |||||
OneDrive cloud storage required | |||||
Microsoft Office pre-installed | |||||
Only available pre-installed (no image available) | |||||
Runs all Windows apps (UWP, PWA, and Win32) | β | β | β | β | β |
Microsoft Store | β | β | β | β | β |
Optimized for low-memory & small-screen devices | |||||
Remote Desktop | β | β | β | β | |
Hyper-V virtualization | β | β | β | β | |
Windows Sandbox | β | β | β | β | |
Resilient File System (ReFS) | β | β | β | ||
Bitlocker Device Encryption | β | β | β | β | |
Device Encryption | β | β | β | β | β |
Find My Device | β | β | β | β | β |
Firewall and Network Protection | β | β | β | β | β |
Internet Protection | β | β | β | β | β |
Parental Controls and Protection | β | β | β | β | β |
Secure Boot | β | β | β | β | β |
Windows Hello | β | β | β | β | β |
Windows Information Protection (WIP) | β | β | β | β | |
Windows Security | β | β | β | β | β |
Assigned Access | β | β | β | β | |
Dynamic Provisioning | β | β | β | β | |
Enterprise State Roaming with Azure | β | β | β | β | |
Group Policy | β | β | β | β | |
Kiosk Mode Setup | β | β | β | β | |
Microsoft Store for Business | β | β | β | β | |
Mobile Device Management | β | β | β | β | |
Support for Active Directory | β | β | β | β | |
Support for Azure Active Directory | β | β | β | β | |
Windows Update for Business | β | β | β | β | |
AppLocker | β | β | |||
Persistent Memory | β | β | β | ||
SMB Direct | β | β | β | ||
Servicing Timeline | 24 months from release date | 24 months from release date | 24 months from release date | 36 months from release date | 36 months from release date |
Helpful Links: For a deeper comparison of editions, check out:
StartAllBack Activation
StartAllBack Activation π₯οΈ
Open File in Hex Editor
- Go to Hexed.it and open the file located at:
C:\Program Files\StartAllBack\StartAllBackX64.dll
- Go to Hexed.it and open the file located at:
Search for the Hex Pattern
- In Hexed.it, locate the βSearch forβ input on the right side.
- Paste the following hex pattern into the search box and press Enter:
48 89 5C 24 18 57 48 83 EC 30 48 8D 4C 24 48
Modify the Hex Pattern and Save
- If the search is successful, the pattern
48 89 5C ...
will be highlighted. - Replace it by typing:
31 C0 C3
- Press Ctrl + S to save the file. Save it to your Downloads folder or another location; avoid replacing the original file at this stage.
- If the search is successful, the pattern
Rename the Original File
- Navigate to
C:\Program Files\StartAllBack
and renameStartAllBackX64.dll
toStartAllBackX64-original.dll
(you can choose any name for backup purposes).
- Navigate to
Replace the Original File with the Modified Version
- Move the modified file from your Downloads folder to
C:\Program Files\StartAllBack\StartAllBackX64.dll
- Move the modified file from your Downloads folder to
Restart Explorer
- Open Task Manager.
- Find Explorer, right-click on it, and select Restart to apply the changes.
Show Old Guide Setup
Old Guide Setup
- This guide is more technical. Here are reference images for the instructions below:
View images on Imgur
- This guide is more technical. Here are reference images for the instructions below:
Download Required Tools
- Download System Informer and HxD hex editor.
Locate StartAllBack Module in System Informer
- In System Informer, find the StartAllBack process and double-click it.
- Click the Modules tab in the new window, locate StartAllBackX64.dll, and double-click it.
Find βOrdinal101β in Exports
- Go to the Exports tab, locate Ordinal101, and note its RVA.
- Then, go to the Sections tab, locate the .text section, and note its RVA (start) and RAW (start).
Calculate the Magic Number
- To get the magic number, calculate it as follows:
RVA (exports) - RVA (start) + RAW (start) = magic number
- You can use Googleβs calculator feature for this calculation.
- The latest version gives a magic number of
0x1704
.
- To get the magic number, calculate it as follows:
Open StartAllBackX64.dll in HxD and Modify
- Copy StartAllBackX64.dll to another location and open it in HxD.
- Press Ctrl + G, type in 1704, then press Enter.
- At the caret, you should see something like
48 89 5C
; replace it with31 C0 C3
.
Save and Replace the Original File
- Save the modified file and replace the original by renaming StartAllBackX64.dll (e.g., to
StartAllBackX64-original.dll
) and moving the modified file toC:\Program Files\StartAllBack\StartAllBackX64.dll
.
- Save the modified file and replace the original by renaming StartAllBackX64.dll (e.g., to
Effect of the Modification
- This modification makes the IsTrialExpired function always return 0, bypassing the trial expiration check. The program will display negative trial days left as a humorous effect.
Credits
This guide was adapted from instructions by OverLiterature3964 on /r/CrackSupport
Right-click Context Menu
Right-click Context Menu π±οΈ
Restore the Old Context Menu in Windows 11
- Open Windows Terminal.
- Copy the following command, paste it into CMD window, then press Enter:
Terminal window reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve - Restart File Explorer or your computer for the changes to take effect.
Restore the Modern Context Menu in Windows 11
- To undo this change, open a Terminal window and execute this command:
Terminal window reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f`