Powershell

From UVOO Tech Wiki
Revision as of 17:26, 5 September 2019 by Busk (talk | contribs)
Jump to navigation Jump to search

Command One liners

While(1) {ps | sort -des cpu | select -f 15 | ft -a; sleep 1; cls}

def jtest(var):

   var2 = var + 1
   print(var2)

def jtest(var):

   var2 = var + 1
   print(var2)

Powershell security

Set-ExecutionPolicy RemoteSigned