Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. Change the password from command prompt

Change the password from command prompt

Scheduled Pinned Locked Moved The Lounge
sysadminhelp
14 Posts 12 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O originSH

    Skip the valium this morning? :P

    T Offline
    T Offline
    toxcct
    wrote on last edited by
    #4

    originSH wrote:

    Skip the valium this morning

    nope. just spotted another moron in the lounge...

    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

    C 1 Reply Last reply
    0
    • T toxcct

      NO F*CKING PROGRAMMING QUESTIONS IN THE LOUNGE

      [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

      S Offline
      S Offline
      SilimSayo
      wrote on last edited by
      #5

      That's not a programming question; it is a Systems Admin question.

      1 Reply Last reply
      0
      • T toxcct

        NO F*CKING PROGRAMMING QUESTIONS IN THE LOUNGE

        [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

        realJSOPR Offline
        realJSOPR Offline
        realJSOP
        wrote on last edited by
        #6

        It's not a programming question.

        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

        P 1 Reply Last reply
        0
        • realJSOPR realJSOP

          It's not a programming question.

          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #7

          John Simmons / outlaw programmer wrote:

          It's not a programming question.

          Who are you, and what have you done with the real John Simmons? We know you've got him. Let him go now before you get hurt.

          Deja View - the feeling that you've seen this post before.

          My blog | My articles | MoXAML PowerToys

          1 Reply Last reply
          0
          • A Ankur Bakliwal

            Hi, Can anybody please help me to find out the way to change the password from command prompt. I have mapped a folder of some other server (lets say a) on my pc (lets say b) with different userid (pqr\myUser ) and password. Now i want to change the password of this user (pqr\myUser ) from command prompt. This user belongs from different domain (lets say pqr) and computer b (my pc) is in defferent domain (lets say zzz). i tried NET USER ( c:\>NET USER myUser mynewPWD ) but its not working. Please can anybody suggest me some command like net user.

            Thanks, Ankur Bakliwal

            J Offline
            J Offline
            James R Twine
            wrote on last edited by
            #8

            Good to see a **non-**programming question in the lounge for once...! :)    OK - have you tried:

            NET USER USERNAME * /domain

            There are a few KB articles about this kind of administration from the command line...  Try Googling for them...    Peace!

            -=- James
            Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
            Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
            See DeleteFXPFiles

            A 1 Reply Last reply
            0
            • T toxcct

              NO F*CKING PROGRAMMING QUESTIONS IN THE LOUNGE

              [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

              V Offline
              V Offline
              Vikram A Punathambekar
              wrote on last edited by
              #9

              I'm curious how you determined this was a programming question. :)

              Cheers, Vıkram.


              "You idiot British surprise me that your generators which grew up after Mid 50s had no brain at all." - Adnan Siddiqi.

              1 Reply Last reply
              0
              • T toxcct

                NO F*CKING PROGRAMMING QUESTIONS IN THE LOUNGE

                [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                Richard Andrew x64R Offline
                Richard Andrew x64R Offline
                Richard Andrew x64
                wrote on last edited by
                #10

                No cursing in the lounge either, Mr. toxcct.

                “Cannot find REALITY.SYS...Universe Halted.” ~ God on phone with Microsoft Customer Support

                1 Reply Last reply
                0
                • J James R Twine

                  Good to see a **non-**programming question in the lounge for once...! :)    OK - have you tried:

                  NET USER USERNAME * /domain

                  There are a few KB articles about this kind of administration from the command line...  Try Googling for them...    Peace!

                  -=- James
                  Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                  Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                  See DeleteFXPFiles

                  A Offline
                  A Offline
                  Ankur Bakliwal
                  wrote on last edited by
                  #11

                  James, I have tried it and found that we cannot change the password of user on different domain with NET USER command. Thanks a lot...

                  Thanks, Ankur Bakliwal

                  C 1 Reply Last reply
                  0
                  • A Ankur Bakliwal

                    James, I have tried it and found that we cannot change the password of user on different domain with NET USER command. Thanks a lot...

                    Thanks, Ankur Bakliwal

                    C Offline
                    C Offline
                    cpkilekofp
                    wrote on last edited by
                    #12

                    Have you tried logging on to the domain using a different user (with administrative rights)?

                    1 Reply Last reply
                    0
                    • A Ankur Bakliwal

                      Hi, Can anybody please help me to find out the way to change the password from command prompt. I have mapped a folder of some other server (lets say a) on my pc (lets say b) with different userid (pqr\myUser ) and password. Now i want to change the password of this user (pqr\myUser ) from command prompt. This user belongs from different domain (lets say pqr) and computer b (my pc) is in defferent domain (lets say zzz). i tried NET USER ( c:\>NET USER myUser mynewPWD ) but its not working. Please can anybody suggest me some command like net user.

                      Thanks, Ankur Bakliwal

                      S Offline
                      S Offline
                      Steve McLenithan
                      wrote on last edited by
                      #13

                      Try the sysinternals tool "pspasswd.exe" http://www.microsoft.com/technet/sysinternals/miscellaneous/pspasswd.mspx[^]

                      // Steve McLenithan

                      1 Reply Last reply
                      0
                      • T toxcct

                        originSH wrote:

                        Skip the valium this morning

                        nope. just spotted another moron in the lounge...

                        [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                        C Offline
                        C Offline
                        codemunkeh
                        wrote on last edited by
                        #14

                        Ugh, another one, dearie me.


                        Ninja (the Nerd)
                        Confused? You will be...

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups