command line

  1. Curious

    Windows 11 Using Command Xcopy

    Hello, I need to copy all files in 6 diretories to another device using only one diretory but with all files the files only. Idon't want to replicate the original directiories in the new directory. On the files belonging the original directories. Because if I use /s he copies all the original...
  2. R

    Running Windows 11 at near-native speed in QEMU on Windows to have sensitive data encrypted

    This guide describes how to install and launch guest Windows 11 running at near-native speed in open-source Qemu emulator under host Windows 11. This privides an alternative if you want to install and use guest OS on a drive encrypted with open-source software and not with Microsoft-made...
  3. A

    Invalid partition table - Windows Home 10 won't load

    My computer fails to load the operation system when switching it on. On a black screen the error message shows: Invalid partition table When attempting to launch the opsystem from a Windows .ISO DVD any options offered on the screen fail to work out, the single viable option is to use CMD ...
  4. swankster

    Windows 10, trouble running executable from cmd

    windows 10 64 bit environment When starting an executable program from cmd line it will not appear in task manager. but it is running just not showing any signs of it running. but after closing the cmd shell then my program appears in task manager. If I enter something like start chome, it works...
  5. S

    Troubleshooting Black Screen Issue in Gnu Grub After Computer Boot Failure

    Hi there, my computer won’t turn on and I’d appreciate some help. My computer will not turn on outside of a black screen with “minimal BASH-like line editing supported.” I am not very technical, but I did as follows (per a YouTube video): grub> ls (hd0) (hd0,gpt4) (hd0,gpt3) (hd0,gpt2)...
  6. S

    GPT To MBR

    Hi, I installed Win 11 on MBR because it was just the beginning of GPT and the opinions on how to convert it were very different and I stayed with the standard I knew (MBR) and now I wanted to update my OS but copy of Wind 11 is on GPT I have a Windows 11 image, but it is a Windows 11 image in...
  7. S

    Diskpart does not UnHide

    Normal Win11 installation. Disk 0 256GB Partition 1 100MB EFI Partition 2 16MB MSR Partion 3 Windows C Partition 4 WinRec Diskpart > lis dis > sel dis 0 > lis par > sel par 4 > assign letter="n" Successfully assigns letter N, but does not unhide partition. How do I unhide the partition...
  8. andybn1

    windows 11 think's it's in preinstallation after rebuilding the bcd store

    One day i tried to start my pc and got the blue screen with the code: 0xc00000e and following an tutorial i formated the 100mb boot partition and rebuild it with the command bcdboot c:\windows /l en-us /s z: /f UEFI My windows booted fine after that but thinks whare not right. The first...
  9. S

    Activate Windows 10 Touch Keyboard on Second Monitor: Command Line or Shortcut Needed

    I am looking for the command line or shortcut to activate the windows 10 touch keyboard. NOT the OSK. I need this to run on my second monitor since the touch keyboard button fails to show up on the secondary monitor's Taskbar. I do not like the behavior of the OSK. Thanks for the help.
  10. K

    Windows 11 How to find which programs fires a cmd window

    On my windows 11 machine, after it is running for a couple of minutes I briefly see 2 cmd windows popup briefl. They're gone way too fast to see what command is executed or to have any clue where they originate from. How would I go about finding out what program is executing them ?
  11. J

    Move all subfolders from parent folder to a new unique created folder in the target location

    Hi I made this batch code, to move all subfolders from "C:\1" to a new created folder inside folder "C:\2" @echo off set "sourceDir=C:\1" set "destinationDir=C:\2" set "newFolderName=NewSubfolder" mkdir "%destinationDir%\%newFolderName%" 2nul for /D %%I in ("%sourceDir%\*") do (...
  12. luofeiyu

    How can build the wireless hotspot in win10?

    The wireless net card's chip is: Qualcomm Atheros Communications AR9271 802.11n. I can create a wireless hotspot in debian: sudo apt install hostapd rfkill git clone https://github.com/oblique/create_ap.git cd create_ap sudo make install sudo iwconfig lo no wireless extensions. enp2s0...
  13. xavier12358

    Use ROS python package

    I have successed install ROS on Windows thanks to that link: http://wiki.ros.org/Installation/Windows Now I want to use the installed Python ROS package but my system doesn't seems to detect it. Should I have to add in Windows environement variable the Noetic ROS folder to be able to import...
  14. fondbcn

    Command line shortcuts edit

    Hi, I have on my cmd terminal a server quit shortcut of "ctrl + break", but my laptop doesn't have break button, I tried ctrl + every button in keyboard but it didn't work. Can I edit this cmd shortcut ?
  15. C

    VM starts headless from command line

    I am trying to start a Hyper-V VM from a Powershell using the 'start-vm' command. This works fine, except that it starts up headless (i.e. the 'Virtual Machine Connection' window doesn't open up). Is there a way to make this happen?
  16. rgdelank

    Pin At Start Access Denied from VBscript and PowerShell command line

    Windows 11: I receive "access denied" by calling "Pin At Start" from the command line, no mather wich language PowerShell or VBscript. Both are called using administrator rights. PowerShell ========== Error ===== PS C:\Users\roberto> .\t.ps1 Pin-App : App(s) not found: C:\Program...
  17. Shankar1234Ram

    Windows 11 Want to Recover shift+deleted files.

    Hello all, I accidentally deleted about 700-1000 image files from my Screenshots folder. I tried using this command with the windows file recovery app - winfr C: D: /regular /n Screenshots\ But its not working. It is returning many many files, but the ones that were deleted yesterday are not...
  18. W

    [SOLVED] Secure notepad?

    Hello, In case my computer gets hacked, I want to keep passwords safe into an encrypted file. Since the data I have is free-flow, KeePass won't do since it expects data to be in neat columns (logon, password, etc.) After checking several apps, I came up with the following requirements: 1...
  19. H

    Windows 10 Windows 10 installed with dual boot manjaro linux

    Hi, I have a windows 10 machine installed with a dual boot of manjaro linux. I have grub installed as the boot loader. Now, the issue is that my windows 10 updates doesn't complete. I wanted to try and start up in safe mode but there's no options at all. Windows 10 boots normally and fine but...
  20. B

    Windows 8.1 How to make Batch Script run a command when it gets a response to ping...

    Ok so i want a batch file that will run in the background and ping a few servers, and then if it gets a response from any of these servers (If it is able to communicate with them), it executes a command. It will be running on a machine that in normal operation has no internet (WAN) access, (For...
Back
Top