How Restart Windows Server 2003 PC use C# in windows service?

qakmak

The Server state is locked. C# in windows service, So I try use :

Process.Start("shutdown -r");

But looks like it's not working....

Is there any good way to Restart , Shutdown, Lock, Unlock use C# in windows service?

Vikas Gupta

I don't know what restrictions apply for a windows service to spawn a child process.. For your needs, it may be worth trying and make a difference if you call the windows APIs directly.

See which one might suit your needs from - http://msdn.microsoft.com/en-us/library/windows/desktop/aa376883(v=vs.85).aspx

http://pinvoke.net/사용 하여 .net 앱에서 거의 모든 Win API 함수를 선언하는 방법을 찾을 수 있습니다 .

도움이 되었기를 바랍니다.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How to use rsync from Windows PC to remote Linux server?

분류에서Dev

Force a Windows service to restart

분류에서Dev

Windows Server 2003/2008의 WPF : DataGridTemplateColumn

분류에서Dev

Windows Server 2003 용 SCP 서버

분류에서Dev

windows service server crashes

분류에서Dev

Windows Server 2003/2008 RDP 세션 제한

분류에서Dev

Is it possible to install PowerShell 3 on a Windows Server 2003 or 2003 R2?

분류에서Dev

Is it possible to install PowerShell 3 on a Windows Server 2003 or 2003 R2?

분류에서Dev

How to restart windows VM from another Machine

분류에서Dev

How to insert & update the same inserted multiple record in SQL Server 2008 R2 using multithread in windows service(C#)?

분류에서Dev

How to schedule a MySQL database backup in a remote Ubuntu server to a Dropbox folder in Windows PC?

분류에서Dev

c++ windows service with curl

분류에서Dev

Windows Server 2003 DC를 사용하는 Lync Server 2010 Active Directory 준비

분류에서Dev

How to use emacs CLI on a Linux server remotely from Windows

분류에서Dev

How to restart service remotely?

분류에서Dev

How to use makefiles on Windows

분류에서Dev

Windows Server 2000/2003에서 직접 이동식 저장소 열기

분류에서Dev

Windows Server 2003 R2 엔터프라이즈 에디션

분류에서Dev

IIS 문제를 사용하여 Windows Server 2003에 DokuWiki 설치

분류에서Dev

Windows Server 2003에서 그래픽을 볼 수 없습니다.

분류에서Dev

Permissions required for an account to use a Windows Service

분류에서Dev

Windows 8을 통해 Windows Server 2003 백업을 복구 하시겠습니까?

분류에서Dev

How can I add the option to install updates and restart in Windows 7?

분류에서Dev

How to stop Socket Server in Windows From C#?

분류에서Dev

How to restart samba server?

분류에서Dev

C # COMException as Windows Service, but WinForms OK

분류에서Dev

How to share PC Internet over Wireless Router on Windows?

분류에서Dev

Windows 10 how to fix stuck on 'Applying PC Settings' during update

분류에서Dev

How to connect to a Windows PC from a Mac OS X terminal

Related 관련 기사

  1. 1

    How to use rsync from Windows PC to remote Linux server?

  2. 2

    Force a Windows service to restart

  3. 3

    Windows Server 2003/2008의 WPF : DataGridTemplateColumn

  4. 4

    Windows Server 2003 용 SCP 서버

  5. 5

    windows service server crashes

  6. 6

    Windows Server 2003/2008 RDP 세션 제한

  7. 7

    Is it possible to install PowerShell 3 on a Windows Server 2003 or 2003 R2?

  8. 8

    Is it possible to install PowerShell 3 on a Windows Server 2003 or 2003 R2?

  9. 9

    How to restart windows VM from another Machine

  10. 10

    How to insert & update the same inserted multiple record in SQL Server 2008 R2 using multithread in windows service(C#)?

  11. 11

    How to schedule a MySQL database backup in a remote Ubuntu server to a Dropbox folder in Windows PC?

  12. 12

    c++ windows service with curl

  13. 13

    Windows Server 2003 DC를 사용하는 Lync Server 2010 Active Directory 준비

  14. 14

    How to use emacs CLI on a Linux server remotely from Windows

  15. 15

    How to restart service remotely?

  16. 16

    How to use makefiles on Windows

  17. 17

    Windows Server 2000/2003에서 직접 이동식 저장소 열기

  18. 18

    Windows Server 2003 R2 엔터프라이즈 에디션

  19. 19

    IIS 문제를 사용하여 Windows Server 2003에 DokuWiki 설치

  20. 20

    Windows Server 2003에서 그래픽을 볼 수 없습니다.

  21. 21

    Permissions required for an account to use a Windows Service

  22. 22

    Windows 8을 통해 Windows Server 2003 백업을 복구 하시겠습니까?

  23. 23

    How can I add the option to install updates and restart in Windows 7?

  24. 24

    How to stop Socket Server in Windows From C#?

  25. 25

    How to restart samba server?

  26. 26

    C # COMException as Windows Service, but WinForms OK

  27. 27

    How to share PC Internet over Wireless Router on Windows?

  28. 28

    Windows 10 how to fix stuck on 'Applying PC Settings' during update

  29. 29

    How to connect to a Windows PC from a Mac OS X terminal

뜨겁다태그

보관