cmd

  1. Windows 10 How to Enable Grayed Out Service Startup Options in Windows Using CMD or PowerShell

    Hey guys. I need your help: my Windows has a service that I need to disable but it is completely disabled! I explain: In the list of services the startup type can be "Automatic", "Manual" or "Disabled", right? However, on this particular service, those options are grayed out! That is, it is...
  2. How to Check C++ Version Using CMD

    what is the cmd commande to check c++ version ?
  3. Windows 7 How to Check C++ Version Using Command Prompt

    what is the cmd commande to check c++ version ?
  4. Windows 7 How to Install Applications via Command Prompt (CMD)

    how to install an application via cmd ? .thanks
  5. G

    Windows 10 Settings app won't open

    I'm using windows 10 and the settings app won't open. I tried openning it different ways like from the action center, with win+i, with cmd with start ms-settings : and the other methods but it doesn't work. I've read that there is an update to install, i tried to install it and i can't. Because...
  6. Windows 10 CMD keeps popping up during Video play and gaming.

    CMD has a annoying habit popping up at the left top of screen, lasts for 1 second then disappear giving no time to read the problem. All drivers are up to date and GFX card is working properly. Any ideas?
  7. U

    Windows 10 Robocopy kopiert bei /XD nur das angegebene Hauptverzeichnis

    Hallo Gemeinde! Beim Backup mit Robocopy mit der Befehlszeile net use x: \\backup-pc\d\xxxx /user:admin xxxx robocopy c: x:\c /R:1 /w:1 /Mir /xj /XD "c:\Windows" "c:\$Recycle.bin" wird nur das Hauptverzeichnis "Windows" ausgeschlossen. Die Unterverzeichnisse werden jedoch kopiert. Alle weiteren...
  8. Windows 10 Manage-bde key protector create complete no files on USB

    Full disclosure I posted this on MS forums with no hits. Hi and Thank you, No files are saved to USB when generating protector key in powershell (Admin) or CMD (Admin). I am the only user for this system and have full Administrator rights. I have a home built PC Win 10 Pro 1909 that has a...
  9. Windows 10 I forgot my bitlocker password also lost my 48 digit recovery key

    I was using bitlocker for my personal data.I also was changing my bitlocker password every week. I did not save my key because childerns at home used key to open bitlocker password. Now i forgot my password as well as i have no recovery key. I tried to recover key through CMD prompt. I found...
  10. B

    Windows 10 windows critical process died

    around 2 days ago i saw a file on my desktop (debug.log). i didnt know anything about it so i did a little research and found out that it is most likely made by google chrome due to some error. i tried to delete it but failed. i didnt notice any problems so i ignored it. today 2 times i got a...
  11. S

    Windows 10 Windows Apps Not Working (Including Store App)

    Hello new guy, here so recently I ran into a problem. Just recently I notice that none of the in built windows apps is working. This includes things like photos, microsoft store, and even the troubleshooter itself (to be exact, the the prompt that asked me to send feedback when it doesn't find...
  12. S

    Windows 10 Issue with Windows 10

    So basically I’m using Windows 7 and decided to upgrade to Windows 10. The installation went fine then my computer restarted and I ended up on this blue loading windows 10 screen. It was stuck on 0% for a long period of time then I pressed the home button to shut it off. Then it showed me the...
  13. M

    Windows 10 CMD.EXE - How to fix command output into variable

    Hi! I tried to send command output to variable. I'm using is in Windows 10.1903 x64 I used syntax: SET /P variable= | command I used batch by context menu to get word, characters and lines count in text file using old WC tool (it's great). First I used only copying output into clipboard by...
  14. Windows 7 Changed key in regedit (exe file) help plz

    Hi , I changed in the regedity editor the exe file key , and now i cant open any exe file , even the regedit i cant open or cmd too , I tried anything (also reset to an early saving of the pc i cant) I dont know what to do please help , ill be glad if someone will find the solution. Also i...
  15. Windows 8 Windows not booting, black screen

    Hello, I've been messing with my computer (Laptop) for a few hours now trying to get it to work and it just won't. It got hit on the far right of the touchpad, shut off, and now will not boot. I figured maybe it was my hard drive just having boot problems so I created a windows 8 bootable USB...
  16. Windows 7 Essential Tutorials for Mastering Command Prompt Commands in Windows

    Tutorials to learn cmd Sent from my LLD-L31 using Windows Forums mobile app
  17. S

    Windows 8 Can't install PIP or Virtualenv

    I get the following error messages when trying to install PIP in my CMD Prompt. C:\cicdbuzz>pip-v 'pip-v' is not recognized as an internal or external command, operable program or batch file. and C:\cicdbuzz>get pip-19.2.1-py2.py3-none-any.whl 'get' is not recognized as an internal or external...
  18. Windows 7 Access is denied error whenever accessing Roaming folder, with any application

    It seems that whenever I want to access the following pathways of C:\Users\ABC\AppData, any program or application gives me an "Access is denied error": In another application called CodeBlocks, I get the same error: Error: can't open C:\Users\ABC\AppData\Local\Temp\cc4x6bY8.s for reading...
  19. Q

    Windows 10 Remove write protection from unlocked Bitlocker drive

    I work at a computer repair shop and I finally came across something I cannot get around. A customer brought in a Microsoft Surface Book that has BitLocker protection on it. Windows is corrupt and I am using a windows 10 disk to repair it. I have his BitLocker recovery key so I can unlock the...
  20. Windows 10 Error handling in Powershell

    A Windows system use an external drive N:. A programs that use the external drive give sometimes an error message like "Directory N:\datastore is not available". To test the continuous availability I write the next batch script. :loop @TimE /t >> N:\datastore\test_times.txt @sleep...