command line

  1. Windows 10 Pulling hair out calling php file from batch file

    I'm having a hell of a time getting php to return a string. I don't know where they are going to install my batch file so I set the file location via %~dp0. there are 2 functions in my .php file, one to process color another to process Joomla's Version. The joomla one worked fine until I made...
  2. H

    Windows 10 Troubleshooting Windows Installer Loop on Startup: Understanding msiexec Commands

    Na opstarten van windows 10 krijg ik steeds in desktop: Windows ® Installer. V 5.0.17134.228 msiexec /Option <vereiste parameter> [optionele parameter] Installatieopties </package | /i> <product.msi> Hiermee wordt een product geïnstalleerd of geconfigureerd /a...
  3. Windows 10 Uninstalling device - command line style?

    Hi, I have been having an issue the past few months, but I have never really come up with a decent idea on how to work around it. It concerns a USB-hub that I'm using that my copy of Windows, for some reason, reinstalls every time I reboot the computer. I'm pretty sure that there must be some...
  4. L

    Windows 10 Not exactly the BSOD but Win10's startup is broken.

    This issue is my friend's who has spent many hours building data using non-Microsoft apps. His laptop refuses to start up into Win10. Microsoft agent says the way forward is to do a custom install on the C: drive. There are three other drives that my friend has created on his 1TB HDD. He...
  5. L

    Windows 8 Reboot Loop after WIN-U during boot, cant even refresh

    Fixing a neighbors pc who's husband reciently passed. Currently it reboots a second or 2 after the blue windows logo appears. Alternates between attempting auto repair and no text. So now I can not even get into the refresh option and she has no install media besides the restore partition. I...
  6. Q

    Windows 10 Accesing indented Windows folder name with Powershell.

    Please help! how do I access a Windows folder that has the following name 'Start Menu' ? I tried using cd Start Menu however its not working instead I get an error See image below. thanks in advance.
  7. P

    Windows 10 Network issue in wifi

    Hi I need to assign an ip address automatically in wifi network of my windows pc to connect different wireless . but my PC is assigning constant default gateway even a change my network setting to DHCP. it make me to delete the default gateway manually each and every time when i need to...
  8. R

    BSOD on Windows PE

    Hi, Platform is AMD RX-421 CPU with 4GB DRAM. Our customer build Windows PE 32-bit image in USB drive, next boot AMD platform by this WinPE USB drive. However they get BSOD error when calling shutdown command. (WinPE command : wpeutil shutdown). If we test shutdown command in Windows PE 64-bit...
  9. F

    Windows 10 Howto runas with special quotation marks?

    Hello. I'd like to run a application with other user name (on console) I used runas /user:test cmd and execute in the new console: "C:\Program Files\Mozilla Firefox\firefox.exe" -no-remote -P But this is a bit .. how I can say it... to much work ^^ I would like create a link on desktop, who...
  10. Console UWP Applications and File-system Access

    As announced in the May 2018 issue of MSDN Magazine, the latest Windows update introduces support for Console UWP apps. We’re also introducing support for UWP apps to get broader access to the file-system than was previously possible. In fact, it was during the design and development phases of...
  11. Introducing the Microsoft Edge DevTools Protocol

    Today’s web developers face more challenges than ever before. New frameworks spring up left and right. The number of devices capable of running the web multiply by the day. And we strive as creators to enable an inclusive and trustworthy world where fundamentals like accessibility, privacy...
  12. Windows 10 Folders/files "Read-only" Idiocy. Please Mr. Gates, Might I Control My Folders?

    I'll keep this brief because Windows has wasted a fair portion of my life for various reasons. Is there no utility that cuts through the stupidity of not being able to TURN OFF "Read-only" folders and files contained within MY file system FORCING them to STAY write-able? I ask about a utility...
  13. K

    Windows 8 DISM Error: 87 the Cleanup-Image option is unknown

    So I'm having trouble finding and installing updates, and that has led me to an issue with DISM while trying to fix it. When i run DISM, "Dism /Online /Cleanup-Image /ScanHealth" it returns an error:87 the Cleanup-Image option is unknown. I can run "Dism /online /Cleanup-Image /?" and it will...
  14. S

    Windows 7 Can anyone help on batch file processing..

    Hi I have a batch file command set up in a folder on my PC of which creates a new subfolder fine but what im trying to do is to be able to auto run that batch file when I click on the folder icon on the desktop. What I need to do then if poss for a message box or something come up to tell me...
  15. Windows 7 ENABLE Process Name in 8dot3name format

    I need to simulate an application using 8.3 format, as shown in the attached image How do I enable it? (The print is from another Windows 7) I did not find it
  16. S

    Windows 10 Error 0x80070005 when typing `bash` with ssh console on Windows 10

    Hi, I installed openSSH for Windows and the Linux subsystem on my computer and I would like to access the Linux bash from another computer. When I use ssh to access the computer I get the Windows command prompt then when I type bash I get Error: 0x80070005 Press any key to continue... It seems...
  17. P

    Windows 7 How to find out from computer the public (!) IP4 address of router?

    Assume I connect from my Win7 computer to the router which in turn is connected to the Internet provider servers. Now the inhouse LAN assigns the IP4s depending of the local DHCP-server. Ok. But I am NOT interested in these IP4s but on the public IP4 address which is assigned to the router...
  18. P

    Windows 7 Does Sfc /scannow append new entries to CBS.Log?

    It seems to me that the well known command sfc /scannow ..... appends all logmessages to a possibly already existing CBS.LOG file rather than create a new logfile. Is this correct? So if I want to have a fresh logfile just with the results from the last sfc run I have to manually delete the...
  19. P

    Windows 7 How to "sfc /scannow" an offline Win7 on hard disk from booted Win10?

    Assume a hard disk contains a possibly (partially) corrupted Windows 7. I boot now a ToolsCD or USB flash drive with Windows 10. When I open now a CmdPrompt and enter sfc /scannow /offwindir=C:\Windows /offbootdir=C:\ then I cannot do this since the local, active, running WinOS is different...
  20. T

    Windows 10 How to open a file with a specific program from cmd

    Hello, I am trying to open a file [FILE] with a program [PROGRAM]. I have a shortcut of those two on my desktop. When i drag and drop [FILE] on top of [PROGRAM], it works as expected, meaning that [FILE] gets openend correctly by using [PROGRAM] to open it (Similarly to how you would drop a...