Skip to content

Commit 3311ccc

Browse files
authored
Update README.md
1 parent 74dcb25 commit 3311ccc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@ I am still pretty new to coding in C++, so expect there to be lots of bad practi
66
Also does require C++ and cannot work with C due to usages of `wstring` for splitting and `vector` (although may be replaceable)
77
# How to use
88
Just download `regjump2.h` and use it in your project
9+
10+
To open a registry key, simply call `OpenRegistryAt(key)` where key is a wide string (`L"example wide string"`)
11+
12+
🛡 You application must also have Administrator Privileges to run this function properly.
13+
⚠ RegJump2 will **NOT** check if your application already has administrator privileges before running
914
# License
1015
Read LICENSE file
16+
# Planned for the future
17+
- Set the `HKEY_CURRENT_USERS\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Regedit\LastKey` value if regedit is not already open instead of running regedit and jumping. Or add a function that has the same functionality

0 commit comments

Comments
 (0)