Skip to content

Commit 0b56652

Browse files
committed
Updated wiki docs formats
1 parent 307820e commit 0b56652

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Wiki posts/Harden System Security/Group Policy Editor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ In addition to retrieving the system's effective machine policies, you can also
2121
## Edit Group Policy Values
2222

2323
You can seamlessly edit the value of any loaded policy directly from the UI by right-clicking a policy and selecting **Edit**. The editor provides a rigorous, real-time input validation system tailored to the specific Registry Value Type of the policy:
24+
2425
* **REG_DWORD & REG_QWORD**: Ensures the input is a valid 32-bit or 64-bit integer.
2526
* **REG_BINARY & REG_NONE**: Validates hexadecimal strings, filters invalid characters, and ensures an even number of characters.
2627
* **REG_MULTI_SZ**: Provides a multi-line text input that automatically handles null separators for easily editing string arrays.

Wiki posts/Harden System Security/Service Manager.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ The **Service Manager**, a feature integrated into the Harden System Security ap
1717
To start managing your services, simply press the Load Services button or press `F5`.
1818

1919
* **Advanced Filters Sidebar:** Toggle the Filters panel to narrow down the displayed services based on precise criteria. You can filter by:
20+
2021
* **Company** (e.g., Microsoft Corporation vs. Other)
2122
* **Status** (Running, Stopped, Paused, Pending)
2223
* **Start Type** (Boot, System, Auto, Manual, Disabled, Delayed)
2324
* **Service Type** (Kernel Driver, User Service, Win32 Own Process, etc.)
2425
* **Error Control**
2526
* **Launch Protected**
2627
* **Service Flags**
28+
2729
* **Dynamic Filter Counts:** By default, the app features dynamic filtering. As you check and uncheck filters, the numbers next to every other category automatically update in real-time to show you exactly how many services meet the combined active criteria. If you prefer the numbers to stay static representing the total count regardless of other filters, you can disable this toggle this button off.
2830

2931
<br>
@@ -42,9 +44,11 @@ Finding a specific service in a list of hundreds is effortless.
4244
Services are presented in a clean, grouped list. Each item displays the service name, display name, color-coded running state, and executable name at a glance. Clicking on any service expands it to reveal comprehensive details split into two tabs:
4345

4446
### 1. Configuration Details
47+
4548
This section provides deep insights into how the service is configured to run, including its Raw Path, Process ID (PID), Service Group, Run As Account, Controls Accepted, Dependencies, Service SID Type, Required Privileges, PreShutdown Timeout, Exit Codes, Triggers, and Failure Actions.
4649

4750
### 2. Portable Executable Metadata
51+
4852
If the service is backed by a standard executable file, this tab displays metadata extracted directly from the file. This includes File Description, Company Name, Product Name, File and Product Versions, Original Name, Internal Name, Legal Copyright, Trademarks, and Special Build notes.
4953

5054
> [!TIP]
@@ -57,10 +61,13 @@ If the service is backed by a standard executable file, this tab displays metada
5761
You have full control over the state and configuration of any service directly from the interface.
5862

5963
### State Control
64+
6065
Right-click (or open the context menu) on any service to access the **State Control** menu. From here, you can instantly **Start**, **Stop**, **Pause**, **Resume**, or **Restart** the service. The app will wait and verify the state change before refreshing the UI.
6166

6267
### Modifying Configurations
68+
6369
Inside the Configuration Details tab, you can use the dropdown menus to change core service behaviors. Once you change a value, a green "Save" button will appear to commit the change:
70+
6471
* **Start Type:** Switch the service between Boot Start, System Start, Auto Start, Demand / Manual, Disabled, or Auto Start (Delayed).
6572
* **Service Type:** Modify the structural type of the service.
6673
* **Error Control:** Change how the system reacts (Ignore, Normal, Severe, Critical) if the service fails to load during boot.
@@ -70,7 +77,9 @@ Inside the Configuration Details tab, you can use the dropdown menus to change c
7077
> Changing the **Service Type** to an incorrect value can lead to boot failures if it is a critical service. Additionally, setting a service to a **Launch Protected** mode cannot be reverted through the app due to strict Windows security boundaries; restoring it will require manually editing the Registry and rebooting. **The app will prompt you for confirmation before making these sensitive changes.**
7178
7279
### Advanced Actions
80+
7381
The context menu provides several shortcuts to manage the service at the system level:
82+
7483
* **Open in Registry:** Instantly opens `regedit.exe` and automatically navigates directly to the specific service's key in the Windows Registry.
7584
* **Browse:** Opens Windows File Explorer and highlights the underlying executable file.
7685
* **Search:** Performs a quick web search of the service name and display name to help you identify unknown or suspicious services.

0 commit comments

Comments
 (0)