miguelfaldutti87

Results 1 comments of miguelfaldutti87

I was trying to simplify the powershell script. What I can get is the following python code: ``` build = subprocess.Popen(["C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\powershell.exe", "(Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name CurrentBuild).CurrentBuild"], stdout=subprocess.PIPE); ubr = subprocess.Popen(["C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",...