Thursday, September 30, 2010

Samba :: Shutdown Windows System from Linux Terminal

[root@server2/data1]#net rpc SHUTDOWN -I IP -U User
Password:

Shutdown of remote machine succeeded

3 comments:

  1. hi
    i gt this err when i tried from rhel6 to win 7
    Could not initialise pipe \winreg. Error was NT_STATUS_OBJECT_NAME_NOT_FOUND

    can u help me

    ReplyDelete
  2. May be Some issue with your SAMBA Configuration. Please Make sure that you are able to access Windows from Linux System.

    ReplyDelete
  3. UAC did'nt permit do this.
    Try this small fix before on Win:
    run regedit, go to
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    and set the value LocalAccountTokenFilterPolicy to 1
    Sorry for my poor english.

    ReplyDelete

Kubernetes 1.31 || Testing the Image Volume mount feature using Minikube

With Kubernetes new version 1.31 ( https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/ ) there are so many features releases for...