Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows 8 / How to Hide a Windows Service from Users

February 13, 2015 Windows 8

How to Hide a Windows Service from Users

In this article we’ll tell about a simple way to hide a certain Windows service from the list of services in Services.msc console. With this technique, a particular service can be hidden from all users of the computer (including administrators). Thus, we don’t allow anyone to stop / delete / run this Windows service. Usually it makes sense for antivirus services, access control systems to peripheral devices, user activity monitoring systems and other similar programs.

Open Services Management Console from the administrator account: Administrative Tools -> Services (or sevices.msc) and make sure that the service you want to hide is in the list of all services. In our example, it is SecretService. Our task is to hide this service from users on all computers of Active Directory domain.

SecretServices in services.msc console

  1. Run the Group Policy Management snap-in with the administrator privileges Administrative Tools -> Group Policy Management. You can do it on the domain controller (in this case you will have to temporary install the service you are going to hide on this DC) or directly on a computer running service (you need to install a appropriate version of Remote Server Administrative Tools ).Group Policy Management console
  2. Create the new group policy (or edit an existing one) and assign it to the OU, in which the computers you want to hide a Windows service on are located.
  3. Navigate to the following policy section: Computer Configuration > Policies > Windows Settings > Security Settings > System Services. Ssystem Services section in GPO
  4. Find the name of the service (in our case it is SecretService) in the right pane and open its settings.
  5. Specify that this service is now set by the policy (Define this policy settings) and select the service startup mode (Automatic). Service startup mode with GPO
  6. Then click the Edit Security button and leave only System in the list of accounts with the rights to manage this service (remove Administrators and Interactive).  Service security settings
  7. Confirm the changes.change security settings
  8. Close the Group Policy Management Editor.
  9. Update group policies on the computer with the service instance (if any issues with using group policies occur, they can be diagnosed with gpresult or RSOP.mmc):
    Gpupdate /force

    Gpupdate /force

  10. Refresh (F5) the console with the list of services and make sure that SecretServices is no longer exist in the list of services, however, its executable is launched and running.How to hide windows service from users

So, in this article we showed how to hide a certain Windows service from users and administrators on all computers in Active Directory domain.

4 comments
1
Facebook Twitter Google + Pinterest
previous post
Java Settings Management with Group Policies
next post
How to Remove an Inactive NFS Datastore on VMWare ESXi Host

Related Reading

PowerShell Install-Module Error: Unable to Download from URI

April 21, 2022

How to Disable “Open File – Security Warnings”...

June 15, 2021

Using Malicious Software Removal Tool (MRT.exe) on Windows

April 15, 2021

Internal SSD/SATA Drive Shows as a Removable in...

December 16, 2019

0x80092004: .NET Framework Install Error on Windows Server

September 16, 2019

4 comments

Hydranix December 18, 2015 - 1:27 am

You can’t really say this hides things from an administrator, as you need administrator privileges to modify the group policy option. An administrator could just as easily unhide the service as well as restore permission to control the service.

Reply
Malik November 25, 2019 - 9:01 pm

Not all Admins have the same privileges. You would need domain admin rights to change this GP. Sometimes users are local admin to there computers so they as Admins could not just as easily change it.

Reply
Naanman August 1, 2016 - 6:59 pm

How would you visibly restore and/or terminate the service?

Reply
Malik November 25, 2019 - 8:59 pm

Net start & Net stop

Reply

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Using Previous Command History in PowerShell Console

    January 31, 2023
  • How to Install the PowerShell Active Directory Module and Manage AD?

    January 31, 2023
  • Finding Duplicate E-mail (SMTP) Addresses in Exchange

    January 27, 2023
  • How to Delete Old User Profiles in Windows?

    January 25, 2023
  • How to Install Free VMware Hypervisor (ESXi)?

    January 24, 2023
  • How to Enable TLS 1.2 on Windows?

    January 18, 2023
  • Allow or Prevent Non-Admin Users from Reboot/Shutdown Windows

    January 17, 2023
  • Fix: Can’t Extend Volume in Windows

    January 12, 2023
  • Wi-Fi (Internet) Disconnects After Sleep or Hibernation on Windows 10/11

    January 11, 2023
  • Adding Trusted Root Certificates on Linux

    January 9, 2023

Follow us

woshub.com
  • Facebook
  • Twitter
  • RSS
Popular Posts
  • How to create a UEFI bootable USB flash drive for install Windows 8 / Server 2012
  • AutoRedial for VPN Connections in Windows 8/10/2012
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top