Skip to content

Commit

Permalink
Registry Keys Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Sep 17, 2023
1 parent b4f4cfb commit c4edd72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ At its core, the project is driven by two primary motivations:
and flexibility of kernel-level operations, bypassing many of the restrictions imposed by
user-mode utilities.
- **Process Control:** Tools like `pkill` become more potent.
- **Editing Registry Keys:** A minimalist `regedit`, from kernel mode.

## Getting Started

Expand Down Expand Up @@ -122,6 +123,10 @@ At its core, the project is driven by two primary motivations:
```shell
python ksh.py pkill -n notepad.exe
```
- Edit a registry key
```shell
python ksh.py regedit -k "HKEY_LOCAL_MACHINE\SOFTWARE\MyKey" -v "MyValue" -t REG_SZ -d "MyData"
```

## Contributing

Expand Down

0 comments on commit c4edd72

Please sign in to comment.