Quick Start
Follow this quick start guide to quickly set up Snap Hutao Remastered.
Minimum System Requirements
| Requirement | Specification |
|---|---|
| Minimum Supported OS Version | Windows 10 Build 19045.5371 (22H2) Windows 11 Build 22621 (22H2) |
| Recommended OS Version | Windows 11 Build 26100 (24H2) or later |
| Required Components | Windows Update, App Installer, MSVC Runtime |
| Optional Components | WebView2 Runtime |
Unsupported OS Versions:
- Windows Enterprise Edition, including LTSC and LTSB branches
- Windows IoT editions
- Lightweight or modified versions of Windows; issues on non-official Microsoft full versions will not be handled, please obtain the latest official system image from the windows website for installation.
- Issues on Windows Insider Preview builds may not be actively addressed depending on the situation.
- Windows 10 versions that have reached end-of-life support will not receive further updates or fixes. Please upgrade to the latest system version and try to reproduce the issue.
The January 2025 Windows update KB5049981 is a mandatory requirement for running Snap Hutao Remastered on Windows 10. It is included in Windows 10 Build 19045.5371 and later.
Download Snap Hutao Remastered
New Installation
Snap.Hutao.Remastered.Deployment is our new installer that can automatically configure certificates, etc.

Community-developed Derivative Versions
From the power of the community!
If you are interested in making the Snap Hutao Remastered project better through your own efforts, you are welcome to join us!
Update Snap Hutao Remastered
Usually, following the update prompts within the application will complete the update.
As long as you do not manually delete the data directory, your local data will not be affected.
Install Optional Components
Through optional components, Snap Hutao Remastered can implement some functions more efficiently. Although they are not mandatory components, they can significantly improve the user experience.
WebView2 Runtime
WebView2 Runtime is provided by Microsoft and allows Snap Hutao Remastered to embed low-overhead browser components. This component is used to implement the MiYouShe account WebView2 login function.
You can find the Evergreen Standalone Installer at the bottom of the Microsoft official website. Select x64 to download and install.
Segoe Fluent Icons Font
This font is provided by Microsoft and optimizes the icon display effect of Snap Hutao Remastered. Missing this font may cause some icons to not display correctly.
Click this link to download the font ZIP file. After unzipping, right-click to install the font to the system.
MSVC Runtime Library (MSVCRT)
MSVC Runtime Library is a necessary component to unlock the frame rate function. If you are prompted with "Missing XXX.dll" or "Missing XXX component", please install the latest version of MSVCRT.
Click this link to download the MSVC Runtime Library (x64) installation file and complete the installation.
Add the First MiHoYo Account
On the main interface, click the account panel in the lower left corner between the document button and the settings button. In the pop-up MiHoYo account panel, select a login method according to the account type.
Regardless of the method used, please ensure that the account has been initialized through the official application. Otherwise, Snap Hutao Remastered will not be able to obtain the account information correctly.
注意
Please confirm that the MiYouShe account is bound to the Genshin Impact domestic server account.
- Click the "Mobile Verification Code" button, fill in the mobile phone number and send the verification code.
- After filling in the verification code, confirm, and wait a moment for the account to be added.
Installation FAQ
Why Does Mojibake Appear in Program Icons
- Windows 10 users can solve the problem by installing the
Segoe Fluent Iconsfont. - Select "Install for all users" when installing.
Can the Installation Problem Be Solved by Repairing System Components
You can try to repair missing components based on error messages, but the Snap Hutao Remastered development team will not provide support.
注意
The following issues only apply to MSIX installation. Please try Snap.Hutao.Deployment installation first.
My Computer Cannot Open MSIX Format Installation Package
Check if the system is missing App Installer.
- Install App Installer.
- Make sure you are using the official Windows 11 image to install the system.
MSIX Installation Package Prompts The Publisher Certificate of This Application Package Cannot Be Verified
Manually install the SnapHutaoRemasteringProjectRootCA.cer certificate to Trusted Root Certification Authorities.
MSIX Installation Package Prompts Group Policy Error or Requires a Developer License
- Open Windows Settings.
- Open "System - For developers".
- Turn on the "Developer mode" switch.
Installation of MSIX Package Fails with an Error Message
| Error Message | Reason |
|---|---|
0x80040154 Error Code | Incorrect Windows user account permissions |
Application did not start Error message | App Installer permissions error or corrupted |
0x80073CF0 Error Code | Incorrect directory permissions |
0x80070005 Error Code | Incorrect Windows user account permissions |
0x80070570 Error Code | Incorrect Windows user account permissions |
0x8007065E Error Code | Incorrect Windows user account permissions |
Solution Steps
Right-click on the Start menu and select
PowerShell (Admin).Execute the following code to complete the installation:
PowerShellAdd-AppxPackage -Path <Your .msix full path>No red error messages indicate successful installation.
