Tools

How to allow a normal user to start, stop, and pauze/continue a Windows service

By default, starting and stopping Windows services are tasks that can only be performed by administrators. There are cases where you want regular users to be able to start or stop services. This can be easily accomplished using the subinacl.exe command-line tool.

This is the subinacl.exe syntax of how you can allow a normal user to start, stop, and pauze/continue a service.

Tags: 

Windows built-in command-line tools

A list of tools which are available on any Windows operating system.

General

  • date /t: shows the current date
  • time /t: shows the current time

Windows memory

  • mem /P: Displays status of programs currently loaded in memory.
  • mem /D: Displays status of programs, internal drivers, and other information.
  • mem /C: Classifies programs by memory usage. Lists the size of programs, provides a summary of memory in use, and lists largest memory block available.

Tags: 

You might also be interested in...

Subscribe to RSS - Tools