No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: [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 … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.