Commands Learners
Commands Learners
  • Видео 4
  • Просмотров 1 729 801
How to Find saved WiFi Passwords on Windows Computer using Command Prompt
Let's find out how to get those saved Wi-Fi passwords on a Windows PC.
This works on all versions of Windows, which includes 10, 11 and other older version as well. This tutorial will be useful, If you forgot your Wi-Fi password then you can find it easily if you have another Windows PC already connected to your Wi-Fi network.
The Commands I used here:
netsh wlan show profile (or profiles)
netsh wlan show profile "WiFi NAME" key=clear | find "Key Content"
Просмотров: 92

Видео

Download and Install Office 2019/2021/O365 Apps with Office Deployment Tool (ODT) via PowerShell/CMD
Просмотров 110 тыс.Год назад
The ODT is a command-line tool that we can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 applications, and apps like VISIO, PROJECT..etc, also one time purchase and volume license versions of Office. The ODT gives us more control over an Office installation; here we can define which products and languages to be installed..etc. For detailed information, see th...
How to Save PING results automatically to a text file using CMD
Просмотров 10 тыс.Год назад
In this video we are learning about how to save/export PING results automatically to a text file using Command Prompt. | CMD But that's not all! We are learning few other basic commands like, 'dir', 'mkdir' and 'cls'
How to make a Bootable USB flash drive using Command Prompt
Просмотров 1,6 млн11 лет назад
Here I'm creating a windows 7 bootable USB flash drive using Command prompt. The actual steps are actually the same as whether is a Windows XP, Vista or Windows 8..

Комментарии

  • @irtelam1
    @irtelam1 2 дня назад

    Thx for sharing, it helped me much but also I am wondering, if its possible to have both? Like a txt file while also live ping in cmd at the same time?

  • @kenshyura
    @kenshyura 2 месяца назад

    It is possible to use the downloaded folder in another computer?

    • @CommandsLearners
      @CommandsLearners Месяц назад

      To be honest, I haven't tried that yet. Please let us know if it worked!

  • @akonvict
    @akonvict 3 месяца назад

    Very helpful thanks

  • @iamatomato327
    @iamatomato327 3 месяца назад

    Thanks bro!!

  • @saikoemann
    @saikoemann 4 месяца назад

    thnks man

  • @ArpitKumar-ho7tg
    @ArpitKumar-ho7tg 4 месяца назад

    is downloading form deployement tool installs office free forever or is it like a trial period?

    • @CommandsLearners
      @CommandsLearners 3 месяца назад

      Yes, it’s a trial version. Over ODT(script) we can download & install latest/specific version of MSO Products. :)

  • @Ibeex3fg
    @Ibeex3fg 4 месяца назад

    Thx for the tutorial

  • @chaitanyakhande
    @chaitanyakhande 4 месяца назад

    how to unistall

  • @dylanperkins2127
    @dylanperkins2127 4 месяца назад

    Very nice!

  • @crazyjestor435
    @crazyjestor435 5 месяцев назад

    Within the configuration.xml can it have two mak keys in the script Eg 2021 Ms office - mak 2016 project - mak

  • @SAMKTK
    @SAMKTK 5 месяцев назад

    Such A Good Video Recommended To All Watch It

  • @she_raww
    @she_raww 6 месяцев назад

    Ty so much. From Kenya

  • @maxdestroycity
    @maxdestroycity 6 месяцев назад

    bro thanks soooooo much!!!!!!!!

  • @user-of3hw5zc5p
    @user-of3hw5zc5p 6 месяцев назад

    hello, does it work if i use an XML file instead of a notepad file for the config files?

    • @CommandsLearners
      @CommandsLearners 6 месяцев назад

      Sure, you can use any text editor to edit the config files. Well, make sure the config files extension remains the same “.XML”

  • @gautambasra7029
    @gautambasra7029 7 месяцев назад

    Perfect its work for me...thx

  • @harishmapg5847
    @harishmapg5847 8 месяцев назад

  • @SHAHINASYED2020
    @SHAHINASYED2020 8 месяцев назад

    How to install 2016

    • @CommandsLearners
      @CommandsLearners 8 месяцев назад

      Yes, we can! Officially, there is no Product ID for Office 2016 in "List of Product IDs which are supported by the Office Deployment Tool for Click-to-Run" learn.microsoft.com/en-us/microsoft-365/troubleshoot/installation/product-ids-supported-office-deployment-click-to-run For volume licensed Office 2016, we need to download installation package from VLSC. Also, we were able to download the Office 2016 retail setup using our product key, not sure will it works these days! - setup.office.com/?ms.officeurl=setup But, quite surprisingly found a way to install Office 2016 using ODT, tested the same, and it works!! Successfully installed ProPlus2016-X64 while writing this, just modify the configuration script like below: <Add OfficeClientEdition="64"> and <Product ID="proplusretail"> The complete configuration script will be like this: <Configuration> <Add OfficeClientEdition="64"> <Product ID="proplusretail"> <Language ID="en-us" /> </Product> </Add> Let us know the status.

  • @MdImran-gb9ce
    @MdImran-gb9ce 8 месяцев назад

    Can you explain xcopy and after commands you input. Jus what to understand.

  • @cantfindausernamedam
    @cantfindausernamedam 8 месяцев назад

    Thank you so much. I had the MAK but no way to get the installer.. our IT tried to install a MS Deployment Server and that went nowhere. but with your video, I am up and running in minutes! Well minutes after it took forever to download!! Thank you

  • @dr.mhusain2605
    @dr.mhusain2605 11 месяцев назад

    Does it work for all op systems?

    • @CommandsLearners
      @CommandsLearners 11 месяцев назад

      It will work for all Windows and Linux distributions! *Note: for macOS, we need to use other tools along with CMD. We can use below CMD commands to make our USB ready to copy macOS files via tools like TransMac. DISKPART> list disk DISKPART> select disk 1 (select the USB disk that listed in CMD) Disk 1 is now the selected disk. DISKPART> clean DiskPart succeeded in cleaning the disk. DISKPART> convert gpt DiskPart successfully converted the selected disk to GPT format. DISKPART> create partition primary DiskPart succeeded in creating the specified partition. DISKPART> exit

  • @emilyava
    @emilyava Год назад

    poor enter key

  • @sinkin1133
    @sinkin1133 Год назад

    What about 10? Does it work using this trick?

    • @CommandsLearners
      @CommandsLearners Год назад

      Yes, it will work with Windows 10 and 11 as well! 😊

  • @hasxj
    @hasxj Год назад

    Thank you so much, this helped me with every project that i had for school

  • @DD-db9tf
    @DD-db9tf Год назад

    Hello, when I try doing it my set up.exe isn't "called in", I have to type it manually, same for CONFIG.xml. Should I go ahead, if you don't mind?

    • @CommandsLearners
      @CommandsLearners Год назад

      I hope it got worked. let us know if you noticed any errors. :)

  • @user-cl7kv3ol1x
    @user-cl7kv3ol1x Год назад

    Yeah I didn’t understand anything you did you did just kept on typing it’s not even clear I think you forgot you’re teaching 😂😂

  • @user-te8rs6wk7e
    @user-te8rs6wk7e Год назад

    Thanks bro. It helps me a lot

  • @lastmanstndg9349
    @lastmanstndg9349 Год назад

    Is it save if i deleted the downloaded office'folder AFTER i sucsessfully install the Microsoft Office product?

  • @xohihasan4399
    @xohihasan4399 Год назад

    Thank you soo much you are a gem it was soo easy and smooth

  • @professor4517
    @professor4517 Год назад

    Thank you so much! It is 2023 now and it is still useful

  • @antoniocarlosam6435
    @antoniocarlosam6435 Год назад

    it worked for me thanks, it worked fine 2023 and I just followed his step by step and it works 👏👏👏👏🤝

  • @michaelaugust8834
    @michaelaugust8834 Год назад

    just playing with your computer......

  • @RK-uc7ej
    @RK-uc7ej Год назад

    So no Rufus or any other software, just windows command and You are good to go! nice. Thanks.

  • @ohemengbismark2649
    @ohemengbismark2649 Год назад

    good evening sir,pls can you give me the full meaning of the{ /s/e/f} from the command you used when you were copying the files from the mounted image to the flash drive.thanks

  • @bossladybellah
    @bossladybellah Год назад

    Thanks for getting right to the point! I haven't done this in so long, I forgot how and you went straight to it. Thank you!!!

  • @Jahangirtv-iq3fd
    @Jahangirtv-iq3fd Год назад

    Tnx for guide

  • @cstryte1990
    @cstryte1990 Год назад

    Thanks bro keep it up

  • @francoisfarid1204
    @francoisfarid1204 Год назад

    Well done

  • @kyawlinaung5855
    @kyawlinaung5855 Год назад

    Thankyou so much

  • @royalroyal4776
    @royalroyal4776 Год назад

    T u

  • @ddmalikyt677
    @ddmalikyt677 Год назад

    Thanks bro its very use full video Nice

  • @baboomvideo2182
    @baboomvideo2182 2 года назад

    Thanks! Impressive! Lil secrets! Good luck!

  • @shadwsudeep6255
    @shadwsudeep6255 2 года назад

    I can try this for windows 10

  • @nahimrajput4525
    @nahimrajput4525 2 года назад

    Thanks brother

  • @petarRM
    @petarRM 2 года назад

    how we fixed if we get error like this : THE VOLUME SIZE IS TOO BIG

  • @PrilaRis
    @PrilaRis 2 года назад

    is it possible to extract the iso without daemon tool?

  • @jellal.ibarra2127
    @jellal.ibarra2127 2 года назад

    Send sagot potek

  • @patrickbelleza7827
    @patrickbelleza7827 2 года назад

    Can you make video on how to create bootable device.

  • @nebiyusamuel9721
    @nebiyusamuel9721 2 года назад

    Thank you!

  • @martexxYT
    @martexxYT 2 года назад

    i using this method all time but how to find iso files?

  • @renznorelledones538
    @renznorelledones538 2 года назад

    I have formatted lots of my friends laptops and computers and this is the video I always rely on to refresh my memory. Thanks bro :D