SELECT
name as 'Key Name',
source as 'Start Up source',
path as 'Path',
args as 'Aruments',
username as 'Owner',
status as 'Status'
FROM startup_items
ORDER by status
This may be used to identify persistence or unidentified startup items
SELECT
name as 'Key Name',
source as 'Start Up source',
path as 'Path',
args as 'Aruments',
username as 'Owner',
status as 'Status'
FROM startup_items
ORDER by status
This may be used to identify persistence or unidentified startup items
-
Danish
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
-
JeramyKopacko
in reply to Danish
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
Comment-
JeramyKopacko
in reply to Danish
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
Children