KS-Soft. Network Management Solutions
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister    ProfileProfile    Log inLog in 

Custom Menu Items

 
Post new topic   Reply to topic    KS-Soft Forum Index -> Library
View previous topic :: View next topic  
Author Message
HakanH



Joined: 06 Feb 2007
Posts: 19

PostPosted: Wed Dec 23, 2015 7:48 am    Post subject: Custom Menu Items Reply with quote

Here are some of my favorite Custom Menu Items:

Code:
Menu item:   Remote Desktop 1280x800
Command line:   mstsc.exe /v:%hostaddrb% /w:1280 /h:800

Code:
Menu item:   Putty -ssh host
Command line:   putty -ssh %hostaddrb%

Code:
Menu item:   Start Service
Command line:   sc.exe \\%hostaddrb% start "%ServiceName%"

Code:
Menu item:   Stop Service
Command line:   sc.exe \\%hostaddrb% stop "%ServiceName%"

Code:
Menu item:   Ping host
Command line:   cmd /c ping %HostAddrB% && pause

Code:
Menu item:   Tracert host
Command line:   cmd /c tracert %hostaddrb% && pause

Code:
Menu item:   File Explorer \\host\c$
Command line:   Explorer.exe \\%HostAddrB%\c$

Code:
Menu item:   Net view \\host /all
Command line:   cmd /c net view \\%HostAddrB% /all && pause

Code:
Menu item:   Nmap -v A host
Command line:   nmap -v A %hostaddrb% && pause

Do you guys have any useful Custom Menu Items?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    KS-Soft Forum Index -> Library All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

KS-Soft Forum Index