Adding "Support" Column in Windows System About Section

梓珺 张 120 Reputation points Volunteer Moderator
2025-03-16T08:21:05.0733333+00:00

In the Windows Settings under System > About, there is an option labeled "Support" that some systems display.

After researching, it appears that specialized repair shops can add this "Support" category. As a small computer repair shop that provides system reinstallation services, what steps are necessary to add a "Support" column to the systems installed for clients?

用户的图像

用户的图像

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

  2. Erik Moreau 981 Reputation points MVP Volunteer Moderator
    2025-03-16T15:21:18.6466667+00:00

    Hi 梓珺 张,

    This information is stored in the registry under

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation
    

    You can import the support information by creating String Values like this (copy the code below in a text editor, replace the values and save is as .reg for easy install):

    
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
    "SupportURL"="http://www.TheCoolPCCompany.com"
    "Manufacturer"="The Cool PC Company"
    "SupportPhone"="+1 000 000 000"
    "SupportHours"="9AM - 6PM"
    "Model"="Copilot+ PC"
    

    The 'Model' will display on top of the about screen just under the device name, rest of the info will show under support

    Hope this helps,

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.