Windows 10: Make a windows batch file actually requests for a windows user password

Discus and support Make a windows batch file actually requests for a windows user password in Windows 10 Software and Apps to solve the problem; I was thinking of a batch file that you can use the batch file using your actual windows password, but I tried to but I can't.Would you help me?... Discussion in 'Windows 10 Software and Apps' started by GamingBoy041481, Aug 9, 2022.

  1. Make a windows batch file actually requests for a windows user password


    I was thinking of a batch file that you can use the batch file using your actual windows password, but I tried to but I can't.Would you help me?

    :)
     
    GamingBoy041481, Aug 9, 2022
    #1

  2. Batch file

    in fact when i reset a user password it is supposed to print the generated password to a printer but i don't want to print it. i want the batch file to open the .spl file generated in notepad, i note the password then on closing the notepad, the files .shd and .spl are deleted permanently from the folder
     
    Sandeep Bhugoo, Aug 9, 2022
    #2
  3. Bentley12 Win User
    Batch File to list files from two seperat networks

    Hello,

    I work in a factory where multiple PCs are on seperate VLANs. I need to view contents of a directory from one VLAN called "Admin" and compare it with individual directories from multiple PCs on another VLAN called "Shop" ("Shop" is not part of the Domain)

    I have created a VB script that will compare two txt files and report the diffences. So I am trying to create two text files from each VLAN using a batch file. The batch file will be ran from a PC with two network cards so it can see both VLANs.

    I can easily create the list from the "Admin" network using:
    dir /b \\Server\Share\ > Active.txt

    The "Shop" list is different. It needs a username and password. All Shop PCs have the same user name and password but I'm not sure how to structure the script to create a list from multiple PCs using a user name and password.
    If I open the folders from Windows and enter the credentials then a script like this will work:
    dir /b \\PC_Name1\Share > Programs.txt
    dir /b \\PC_Name2\Share >> Programs.txt

    Using the command above without first opening the folder and entering the credentials gives this error: Logon failure: unknown user name or bad password

    Thanks in advance for any help.
     
    Bentley12, Aug 9, 2022
    #3
  4. cdawall Win User

    Make a windows batch file actually requests for a windows user password

    Windows 8.1, and Why You Should Let Go of Windows 7

    Weird same batch of steps I have. Mine however was fixing the issue for windows 8 users *Laugh :laugh:
     
    cdawall, Aug 9, 2022
    #4
Thema:

Make a windows batch file actually requests for a windows user password

Loading...
  1. Make a windows batch file actually requests for a windows user password - Similar Threads - batch file actually

  2. batch file for making normal window size bigger?

    in Windows 10 Gaming
    batch file for making normal window size bigger?: Is there a simple way, via a batch file, to stretch out the size of the normal window? I know i can maximize it, but then when moving between monitors, it goes back to a really small window....
  3. batch file for making normal window size bigger?

    in Windows 10 Software and Apps
    batch file for making normal window size bigger?: Is there a simple way, via a batch file, to stretch out the size of the normal window? I know i can maximize it, but then when moving between monitors, it goes back to a really small window....
  4. Make a windows batch file actually requests for a windows user password

    in Windows 10 Gaming
    Make a windows batch file actually requests for a windows user password: I was thinking of a batch file that you can use the batch file using your actual windows password, but I tried to but I can't.Would you help me?...
  5. Windows Batch File

    in Windows 10 Network and Sharing
    Windows Batch File: I am performing a backup using xcopy with /e/y/d. One folder is giving me a problem. The source looks like this: Level 1 ----------...
  6. Windows Batch File

    in Windows 10 Gaming
    Windows Batch File: I am performing a backup using xcopy with /e/y/d. One folder is giving me a problem. The source looks like this: Level 1 ----------...
  7. Windows Batch File

    in Windows 10 Software and Apps
    Windows Batch File: I am performing a backup using xcopy with /e/y/d. One folder is giving me a problem. The source looks like this: Level 1 ----------...
  8. How to make a toggle switch in batch file ?

    in Windows 10 Support
    How to make a toggle switch in batch file ?: How to toggle between this: wmic process where name="ScpService.exe" CALL setpriority "high priority" and this: wmic process where name="ScpService.exe" CALL setpriority "normal" When set to high, toggle to normal and when set to normal, toggle to high. Without creating 2...
  9. Requesting user password change

    in Windows 10 Customization
    Requesting user password change: Turned on my computer today and on the first screen it says that the user's password must be changed before signing in. It has never happened before. What password? I've even tried system restore but getting nowhere! Help, I need my computer for the weekend! Rob...
  10. Request for user testing a batch file that handles large install.wim

    in Windows 10 Installation and Upgrade
    Request for user testing a batch file that handles large install.wim: I created a tutorial for creating a usb installation drive with a custom install.wim greater than 4GB. Create bootable USB installer if install.wim is greater than 4GB | Windows 10 Tutorials I have been upgrading the batch file so it creates the diskpart.dat and ei.cfg...