Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached

5 Posted Topics

Member Avatar for arasten

[QUOTE=Jx_Man;503679]This code Using 'Shell': [CODE]Call Shell("Shutdown /s") 'to shutdown Call Shell("Shutdwon /r") 'to restart Call Shell("Shutdown /l") 'to logoff Call Shell("Shutdown /a") 'to Abort [/CODE] This Code Using 'Managed Code in .NET': [CODE]System.Diagnostics.Process.Start (Shutdown", "/s") 'to shutdown System.Diagnostics.Process.Start("Shutdown", "/r") 'to restart System.Diagnostics.Process.Start("Shutdown", "/l") 'to logoff System.Diagnostics.Process.Start("Shutdown", "/a") 'to abort[/CODE] Choose …

Member Avatar for pritaeas
0
5K
Member Avatar for jhaymayclow

hi everyone.i'm using winxp pro.i already configure my remote access setting.i log as admin with same username and password in the computer i want to shutdown.but everytime i type shutdown -s -m\\pcname..it comes out with access denied error..what do you think is the probelm?pls help me.i used also shutdown -i …

Member Avatar for donkey_pasta
0
208
Member Avatar for jhaymayclow

Hi everyone... i'm just a beginner in vb2008 i try to make a program that will shutdown pc in the network and i try the shell command below.... shell("shutdown -m \\PC04 -s") I type this code but nothing happen it just open a command promt look alike. PC04 has not …

Member Avatar for silambharasan
0
226
Member Avatar for jhaymayclow

hi everyone..i get the same the error "the mshome domain/workgroup does not contain any terminal server" i'm using windows xp pro..to figure out my connection. (my personal computer) connected to (switch d-link) switch connected to (dslmodem) other computer connected to the switch. i can access the workstation in my network …

0
87
Member Avatar for jhaymayclow

hi everyone..i get the same the error "the mshome domain/workgroup does not contain any terminal server" i'm using windows xp pro..to figure out my connection. (my personal computer) connected to (switch d-link) switch connected to (dslmodem) other computer connected to the switch. i can access the workstation in my network …

0
107

The End.