
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2012 06:02 PM
We have a need to scan machines for any persistant routes that have been set. These are stored in the following registry path
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutes
The key that is created has no value, the persistent route is set in the name of the key, this means that the we need any key within the path as depending on the route, the name may vary.
Is this possible?
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutes
The key that is created has no value, the persistent route is set in the name of the key, this means that the we need any key within the path as depending on the route, the name may vary.
Is this possible?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2012 07:27 PM
This is not currently possible. You must submit a specific registry value for scanning; wildcards are not possible.
