![]() |
|
#1
|
|||
|
|||
|
Hello,
is anyone here tryed out windows powershell 1? i cant be bothered to tryed the version two which is currently in beta. it saves alot of time which you get used to it. commands such as (get-process) this displays all running processes memory usage and cpu and the time you started the command you can also use get-process avp which displays the avp process currently running. you can also use wild cards such as get-process *a weirdly that wild card only shows java and opera and not avp or admuncher you can do the same for get-service there is also stop-process -displayname (insert process here) or if your really geeky stop-process (insert pid of process here) ive only just started to play with it but it seems like a very decent tool.
__________________
useful tools:cure it SAS Hitman Pro mbam KL Eset windows defender offline Sophos |
|
#2
|
||||
|
||||
|
Quote:
__________________
The GNU Operating System - The GNU Project / Linux Kernel - Linux Foundation / Debian GNU/Linux Electronic Frontier Foundation (EFF) / The Free Software Foundation (FSF) / Creative Commons (CC) / Foundation for a Free Information Infrastructure (FFII) / Free Software Magazine |
|
#3
|
|||
|
|||
|
Quote:
it doesnt seem to like locations with spaces. this command works: invoke-item F:\users\(name)\documents\*htm that command opens any .htm file in that directory. set-location F:\users\(name)\documents\microsoft office documents or invoke-item F:\users\(name)\documents\microsoft office documents*htm doesnt work error: Set-Location : A parameter cannot be found that matches parameter name 'office'. At line:1 char:13 it thinks i want to set another parameter and i dont.
__________________
useful tools:cure it SAS Hitman Pro mbam KL Eset windows defender offline Sophos Last edited by lodore : October 18th, 2008 at 06:21 PM. |
|
#4
|
||||
|
||||
|
Wow, bad day. I meant "if you place a in the end", after the wildcard.
But you got the point anyway ![]()
__________________
The GNU Operating System - The GNU Project / Linux Kernel - Linux Foundation / Debian GNU/Linux Electronic Frontier Foundation (EFF) / The Free Software Foundation (FSF) / Creative Commons (CC) / Foundation for a Free Information Infrastructure (FFII) / Free Software Magazine |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|