command line

  1. 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...
  2. 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...
  3. 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...
  4. 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.
  5. 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 ?
  6. 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 (...
  7. 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...
  8. 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...
  9. 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 ?
  10. 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?
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. Windows 11 Unusual response to sfc /scannow?

    Hi Everyone... I ran sfc /scannow a few minutes ago and after starting the process I got the message your computer needs to restart to complete process. I've never seen that before, it always just started counting down the process. I restarted and then ran it again, it gave my the message...
  17. D

    Windows 11 Replace characters in a file name with other characters

    I have a large library of music file names (mp3 files) that I need to change to conform to certain criteria. 1. I need to append the two digits "00" to the beginning of certain filenames that do not have a track number 2. I need to replace the two characters "(a space)-", that may appear...
  18. J

    Windows 10 A guide on how to remote lock computers on the network with one batch file

    This method works on Windows 11,10, 8.1 & 7 as well. All programs for this guide are free. Download links PsTools PsTools - Windows Sysinternals FePsTools Front-end for PsTools | DaviTools Nircmd (At the bottom of the page. Not the 64 bit one.) NirCmd - Windows command line tool Winrar...
  19. Windows 10 Using GIT to get remote code

    I do not know from the online tutorial if I am properly establishing a connection with a git repository that is on a network. All I have learned from a tutorial is how to set up a local repository, but getting data off of a network repository is knowledge I have yet to stumble upon or learn...
  20. T

    Windows 10 How to change default "Download" & "My Documents" folders from commandline + Registry?

    How can I let Windows how the current default "Downloads" and "My Documents" folders from COMMAND LINE? How can I change from COMMAND LINE the default "Downloads" and "My Documents" folders to lets say "D:\myspecial\"? How can I change directly in Registry the default "Downloads" and "My...