Method and device for replacing prompt pictures displayed during startup and shutdown of windows system
A technology for prompting screens and system switches, which is applied in the direction of program control devices, program loading/starting, etc., can solve problems such as inability to change, and achieve the effect of meeting individual needs and displaying more information
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0020] When used to modify the boot screen, the resource file is a bitmap file with a resolution and color tone compatible with the windows system, specifically, a bitmap file with a resolution of 640*480 and 16 colors. The corresponding system file in step S102 is the "ntoskrnl.exe" file located in the "C:\WINDOWS\system32" directory.
[0021] Step S 102 specifically adopts the API functions BeginUpdateResource, UpdateResource and EndUpdateResource provided by windows to replace the bitmaps whose resources are identified as 1 and 5 in the "ntoskrnl.exe" file with the above-mentioned bitmap files and store them in "C: \WINDOWS\system32" directory.
[0022] An example of a code segment that uses the above three API functions to change system files is as follows:
[0023]
[0024]
[0025] BeginUpdateResource generates the handle of "ntoskrnl.exe" and assigns it to hUpdate.
[0026] UpdateResource is specifically used to change resource files, the parameters of which are...
Embodiment 2
[0035] When used to modify the login screen, the resource file is a bitmap file compatible with the windows system. The system file in step S102 is the "logonui.exe" file located in the "C:\WINDOWS\system32" directory.
[0036] Step S102 specifically uses the API functions BeginUpdateResource, UpdateResource and EndUpdateResource provided by windows to replace the bitmaps with resource identifiers 114, 123 and 127 in the "logonui.exe" file with the above-mentioned bitmap files and store them in any directory.
[0037] An example of a code segment that uses the above three API functions to change system files is as follows:
[0038]
[0039] BeginUpdateResource generates the handle of "logonui.exe" and assigns it to hUpdate.
[0040] UpdateResource is specifically used to change resource files, the parameters of which are:
[0041]MAKEINTRESOURCE(dwResourceID) is used to transfer the resource identifier of the bitmap to be replaced. For example, in this embodiment, the log...
Embodiment 3
[0049] When used to modify the shutdown screen, the resource file is a bitmap file compatible with the windows system. The system file in step S102 is the "msgina.dll" file located in the "C:\WINDOWS\system32" directory.
[0050] Step S102 specifically uses the API functions BeginUpdateResource, UpdateResource and EndUpdateResource provided by windows to replace the bitmaps whose resources are identified as 136, 137, 138 and 139 in the "msgina.dll" file with the above-mentioned bitmap files and store them in "C:\WINDOWS\system32" directory.
[0051] An example of a code segment that uses the above three API functions to change system files is as follows:
[0052]
[0053]
[0054] BeginUpdateResource generates the handle of "msgina.dll" and assigns it to hUpdate.
[0055] UpdateResource is specifically used to change resource files, the parameters of which are:
[0056] MAKEINTRESOURCE (dwResourceID) is used to transfer the resource identifier of the bitmap to be repl...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com