Method of setting computer startup animation
Win7 starts the animation, that is, the ball rotates, and saves it in the file X: \ Windows \ System32 \ bootres.dll. The resource name is RCData? Activity.bmp file, which consists of 105 pictures, with a total size of 200px * 265438+200px*200px and a small size of 12M. Boot animation is to play these small pictures in sequence (the 60th picture is played circularly), which is also a troublesome thing to modify. As shown in the figure below:
Back up bootres.dll, because if the modification fails, it will become a vista-style scroll bar.
Use Flash/3ds/ other animation software to make 105 frame animation, and export it as a 200px*200pz 105 picture sequence.
Then use the image editing and synthesizing tool to merge into an image file of 200px*2 1000px, and create a new folder and save it as activity.bmp, as shown in the figure below:
Only one file, activity.bmp, must be saved in this new folder, because it will be packaged with wimtool, which is a folder unit.
Open wimtool, select new system and append, maximum compression, volume name: Boot Resource, add a start tag to the volume, and start production.
Schematic diagram of new and old wimtool products:
Run ResScope to open bootres.dll, select RCData- 1 to replace resources, select the wim file you just made, and save it (if you are prompted that you don't have permission to modify OOXX, you must first obtain administrator permission, needless to say).
Copy the digital signature toolkit file to X:\windows\system32\
Run cmd-& gt;;
cd x:\windows\system32
regsvr 32/capicom.dll
Editbin/releases booters. dll (unsigned)
Makecert -r -ss my -n "CN=my test ca "(as a temporary certificate)
Signature tool sign-s my-n "My Test CA" bootres.dll (signature)
Bcdedit/set {current} test signature is on (test signature is allowed).
Then restart to see the effect, but the watermark will appear in the lower right corner of the desktop, which can be removed by watermark removal tool or optimization tool.
Related articles on how to set up computer startup animation;
1. How to change the computer startup animation?
2. Modification method of computer win7 startup animation
3. How to change the computer startup animation
4. How does 4.Win 7 modify the boot animation?