How to enable or disable status page windows 10 settings page?

מושיקו ברוך 0 Reputation points
2024-07-22T10:17:48.8133333+00:00

status

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,189 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. glebgreenspan 1,830 Reputation points
    2024-07-22T13:28:44.5466667+00:00

    Hello

    To disable the Status page:

    1. Press the Windows key + I to open the Settings app.
    2. Click on "System" (or "System & security" in some versions).
    3. Scroll down to the "About" section.
    4. Toggle off the switch next to "Show Windows version in system settings" under "Related settings".

    Alternatively, you can also use the Group Policy Editor (gpedit.msc) to disable the Status page:

    1. Press the Windows key + R to open the Run dialog box.
    2. Type gpedit.msc and press Enter.
    3. Navigate to Computer Configuration > Administrative Templates > System > Group Policy > System.
    4. Find the setting "Prevent changing the display of the system information page" and double-click on it.
    5. Select "Enabled" and click OK.To disable the Status page:
      1. Press the Windows key + I to open the Settings app.
        1. Click on "System" (or "System & security" in some versions).
          1. Scroll down to the "About" section.
            1. Toggle off the switch next to "Show Windows version in system settings" under "Related settings".
      Alternatively, you can also use the Group Policy Editor (gpedit.msc) to disable the Status page:
      1. Press the Windows key + R to open the Run dialog box.
      2. Type gpedit.msc and press Enter.
      3. Navigate to Computer Configuration > Administrative Templates > System > Group Policy > System.
      4. Find the setting "Prevent changing the display of the system information page" and double-click on it.
      5. Select "Enabled" and click OK.

  2. Ian Xue (Shanghai Wicresoft Co., Ltd.) 34,271 Reputation points Microsoft Vendor
    2024-07-24T03:03:33.3866667+00:00

    Hi there,

    Thanks for your post. Based on my research, you can use the following method.

    1. Open the Local Group Policy Editor and then go to Computer Configuration > Administrative Templates > Control Panel.
    2. Double-click the Settings Page Visibility policy and then select Enabled.
    3. Depending on your need, specify either a ShowOnly: or Hide: string.

    If you want to show only Proxy and Ethernet, the string would be as follows

    ShowOnly:Network-Proxy;Network-Ethernet

    If you want to hide Proxy and Ethernet, but enable access to everything else, the string would be as follows:

    Hide:Network-Proxy;Network-Ethernet

    Reference: Use Settings app Group Policy - Windows Client | Microsoft Learn

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.