Search:

Type: Posts; User: Frank15

Page 1 of 7 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies 8 Views 42,470

    My answer to this my post is that, it seems you cannot

    My answer to this my post is that, it seems you cannot recover Chrome passwords from another Windows system drive. Which makes sense, as it would be a security concern. Hackers would be scavenging...
  2. Replies 10 Views 5,295

    Great answer, super thanks!....and good to learn...

    Great answer, super thanks!....and good to learn about those switches too!

    - - - Updated - - -



    Many thanks for your answer. /MIR did it perfectly
    This is what I used:

    robocopy...
  3. Replies 10 Views 5,295

    robocopy C:\ " " *.jpg *.jpeg...

    robocopy C:\ "<path_to_folder9>" *.jpg *.jpeg *.png *.gif /e
    I add another line if there're two drives, such as:
    robocopy D:\ "<path_to_folder9>\D" *.jpg *.jpeg *.png *.gif /e

    My aim is to...
  4. Thread: Robocopy vs Copy-paste by Frank15
    Forum: Backup and Restore
    Replies 48 Views 15,874

    Thanks for the info again. I don't miss out on...

    Thanks for the info again.
    I don't miss out on any of his Tech Guy podcasts. IMHO, his knowledge is very broad, but I haven't found anyone who knows so much about so many subjects and is able to...
  5. Replies 10 Views 5,295

    How can I copy all images in a PC while preserving folder structure?

    Is there any way to copy all images (pictures) in a PC while preserving Directory Structure?, or any other file type, for that matter.

    I'm now using robocopy for something similar, but it lumps...
  6. Thread: Robocopy vs Copy-paste by Frank15
    Forum: Backup and Restore
    Replies 48 Views 15,874

    I'm hurt you're saying that about Leo Laporte. ...

    I'm hurt you're saying that about Leo Laporte. I've learned so much from this guy. He makes learning boring stuff a pleasure.
    Thanks for your opinion anyway.

    - - - Updated - - -

    Thanks for...
  7. Replies 4 Views 3,385

    Great advice, Thanks!

    Great advice, Thanks!
  8. Replies 18 Views 10,146

    Here's another two

    Powershell:
    sleep 30 | shutdown /h /f
    ..Ctrl+C to cancel

    CMD:
    ping -n 20 127.0.0.1 > NUL 2>&1 && shutdown /h /f
    and changing the -n 20 to whatever time in seconds you want

    These are...
  9. Replies 18 Views 10,146

    Another solution to hibernate after n seconds: ...

    Another solution to hibernate after n seconds: ping -n 20 127.0.0.1 > NUL 2>&1 && shutdown /h /f and changing the -n 20 to whatever time in seconds you want
  10. Replies 4 Views 3,385

    Shutdown command hibernate with timer not working

    This question already has answers here:
    Hibernate computer with a timeout from command line on Windows 7 (12 answers)
    how can I use the shutdown command to hibernate the computer in X hours?...
  11. Replies 18 Views 10,146

    Thank you, good to know. Hibernating is fine for...

    Thank you, good to know. Hibernating is fine for me now anyway.
    However, when I choose option [9] User defined and enter 1 (meaning 1 minute) it doesn't work, should I use a different notation?
    ...
  12. Replies 18 Views 10,146

    Super thanks. This is hibernating instead of...

    Super thanks. This is hibernating instead of sleeping though, but that's what great anyway.
  13. Replies 18 Views 10,146

    Any command to sleep PC after x seconds?

    Any command to sleep PC after x seconds?

    So that, for example, I'm running some task that prevents the PC from going to sleep and then I go to bed, so I want my PC to sleep after 30 minutes.

    I...
  14. Thread: Cmd sleep command but with timer by Frank15
    Forum: General Support
    Replies 5 Views 59,274

    This shut down my PC instead of sleeping it.

    This shut down my PC instead of sleeping it.
  15. Thread: Is Windows Contacts used any more? by Frank15
    Forum: Software and Apps
    Replies 5 Views 1,558

    Nice article, Thank you.

    Nice article, Thank you.
  16. Thread: Is Windows Contacts used any more? by Frank15
    Forum: Software and Apps
    Replies 5 Views 1,558

    Is Windows Contacts used any more?

    What's the use of the contacts folder C:\Users\myName\Contacts?. I guess this folder keeps the contacts for the People and Mail apps. Apparently Windows 11 still features it.

    Does this app has...
  17. Thread: Best Macrium Reflect for a technician? by Frank15
    Forum: Backup and Restore
    Replies 3 Views 1,108

    Amazing answer. I'll check Acronis and these FFU...

    Amazing answer. I'll check Acronis and these FFU and WIM tools too. Super-Thanks!
  18. Thread: Best Macrium Reflect for a technician? by Frank15
    Forum: Backup and Restore
    Replies 3 Views 1,108

    Best Macrium Reflect for a technician?

    I'm a computer repair technician and would like to buy some good imaging and backing up program.
    I was thinking of getting Macrium Reflect, but I was shocked to see the Technician version for...
  19. Thread: Unknown driver entries in Device Manager by Frank15
    Forum: Drivers and Hardware
    Replies 1 Views 1,402

    Unknown driver entries in Device Manager

    I’m trying to understand Device Manager (I don't have any issue). I’d welcome any clarification on certain entries in Device Manager.

    For example: here are the drivers for my Anker Soundcore...
  20. Replies 3 Views 1,412

    Good to know, Thank you!. Find unknown devices...

    Good to know, Thank you!.
    Find unknown devices using a vendor and device ID. | Device Hunt
  21. Thread: Any website to download Microsoft drivers? by Frank15
    Forum: Drivers and Hardware
    Replies 5 Views 846

    Thanks for that. The issue I've found more than...

    Thanks for that. The issue I've found more than once as a tech, is that the manufacturer drivers are no longer available nor can they be rolled back or restored with a restore point. And the last...
  22. Thread: Any website to download Microsoft drivers? by Frank15
    Forum: Drivers and Hardware
    Replies 5 Views 846

    Any website to download Microsoft drivers?

    Just so I know:

    If I find that a Windows 10 Microsoft driver (not a third party driver) is corrupted or buggy, such as because the newest version updated with Windows Update has some issue with...
  23. Thread: My Windows 10 account password is not recognized in Windows RE by Frank15
    Forum: User Accounts and Family Safety
    Replies 4 Views 1,372

    Thanks for that. However, I tried on an...

    Thanks for that. However, I tried on an installer USB stick RE and I couldn't restore a restore point (the option appears there but when you click it I got an error message). I could restore a...
  24. Replies 3 Views 1,412

    Can you match a Hardware ID to a device make and model?

    Just so I may know:

    I've always wondered if there's a way to match the Hardware ID for a device as shown in device manager, with the device make and model. I guess the answer is "no", and there...
  25. Thread: My Windows 10 account password is not recognized in Windows RE by Frank15
    Forum: User Accounts and Family Safety
    Replies 4 Views 1,372

    My Windows 10 account password is not recognized in Windows RE

    I’m trying to restore a restore point from Windows RE, for which I’m prompted for my Microsoft account password, however, when I enter my password, it’s not recognized, I checked the password is...
Results 1 to 25 of 164
Page 1 of 7 1 2 3 4
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:35.
Find Us




Windows 10 Forums