Create Nvudisp.md
parent
e7bd6fa3e3
commit
100042b44f
|
@ -0,0 +1,37 @@
|
|||
## Nvudisp.exe
|
||||
|
||||
* Functions: Execute, Copy, Add registry, Create shortcut, kill process
|
||||
|
||||
```
|
||||
Nvudisp.exe System calc.exe
|
||||
|
||||
Nvudisp.exe Copy test.txt,test-2.txt
|
||||
|
||||
Nvudisp.exe SetReg HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\malware=malware.exe
|
||||
|
||||
Nvudisp.exe CreateShortcut test.lnk,"Test","c:\windows\system32\calc.exe","","c:\windows\system32"
|
||||
|
||||
Nvudisp.exe KillApp calculator.exe
|
||||
|
||||
Nvudisp.exe Run foo
|
||||
```
|
||||
|
||||
Acknowledgements:
|
||||
* Pierre-Alexandre Braeken - @pabraeken
|
||||
|
||||
Code sample:
|
||||
*
|
||||
|
||||
Resources:
|
||||
* http://sysadminconcombre.blogspot.ca/2018/04/run-system-commands-through-nvidia.html
|
||||
|
||||
Full path:
|
||||
```
|
||||
?
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue