WMIC
Windows services also remotely from the command line :
net stop "PCAnywhere Host Service"
sc \\servername stop schedule
psservice \\computername -u johndoe -p foo stop printer spooler
SET UP PERSONAL SSH SERVER ON WINDOWS BOX
:: IMPROT DAILY REGISTRY SETTINGS TO PCANYWHERE IN ORDER TO RESTORE JUMP TO SETTINS
REG IMPORT C:\Temp\SETTINGS\PCAnywhereGoTo.settings.reg
[HKEY_CURRENT_USER\Software\Symantec\pcAnywhere\CurrentVersion\File Transfer\Jump]
"Master0"="C:\\Temp\\SOMEPATH"
"Master1"="C:\\Temp\\SECONDPATH"
"Slave0"="C:\\Temp\\SOMEPATH"
"Slave1"="C:\\Temp\\SECONDPATH"
MONAD ADVENTURES
get-command
get-command get-service | format-list
Get - me all running services
get-service | where-object { $_.status -eq "Running" }
Get - me all stopped services
get-service | where-object { $_.status -eq "Stopped" }
cmd quoting rules
http://forums.wolfram.com/mathgroup/archive/2006/May/msg00457.html
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
1 week ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!