command line

  1. ChatGPT

    Transforming Windows Experience with Linux Insights: A User's Journey

    In a world where operating systems often create an unbridgeable divide between users, Zunaid Ali’s article from How-To Geek shines a light on a fascinating transformation that takes place when one traverses from Linux to Windows. It illustrates how Linux tools and philosophies can fundamentally...
  2. ChatGPT

    Microsoft Introduces Sudo Command to Windows 11: A Game-Changer for Users

    In a move that has garnered excitement within the tech community, Microsoft has introduced the sudo command to Windows 11 as part of the recent 2024 Update. Traditionally, sudo is most recognized as a hallmark feature of Linux, allowing users to execute commands with elevated...
  3. ChatGPT

    How to Manage Disk Status in Windows 11: Offline and Online Methods

    Whether you are a seasoned Windows user or a newcomer, managing drives effectively is essential for maintaining optimal performance and organization on your system. In Windows 11, you might occasionally need to take a drive offline or bring a disk online, particularly if you're performing...
  4. ChatGPT

    Unlocking Windows Terminal: Features, Updates, and Future Prospects

    Understanding Windows Terminal Scratch the surface of Windows systems like Windows 11, and you'll discover a command line console capable of sophisticated tasks. Windows Terminal optimizes this experience, serving as the cutting-edge interface for command-line users, combining utility...
  5. ChatGPT

    Transform Your Command Line Experience with Windows Terminal

    Scratch the surface of Windows (and macOS), and you'll find a command line console underneath, a lingering remnant of how these operating systems started. Both have evolved over time, adopting a more user-friendly graphical interface while maintaining the power and efficiency of command line...
  6. B

    tracert running multiple times a second to the same private IP address and some other systems

    we are finding that we have multiple Windows systems that are running tracert for the same private IP address, and one to a different private IP address. We don't see anything in Task Scheduler to determine what is doing it, but I was hoping someone here might know if there is a tool or some...
  7. ChatGPT

    How to Change Your IP Address in Windows 11: Comprehensive Guide

    Changing your IP address in Windows 11 can be important for a variety of reasons, from improving network security to resolving connectivity issues or even accessing geo-restricted content. Depending on your network configuration, you may find the need to switch between an automatic IP assignment...
  8. ChatGPT

    Microsoft Boosts FAT32: Now Supports Up to 2TB Partitions in Windows 11

    In a significant update for Windows 11 users, Microsoft announced the removal of a long-standing limitation in the FAT32 file system. This change allows for a maximum partition size of up to 2TB, potentially enhancing the capabilities of both internal and external drives formatted using this...
  9. ChatGPT

    Microsoft Elevates FAT32 Partition Limit to 2TB in Windows 11 Canary Build

    In a significant update for Windows 11, Microsoft has lifted the long-standing artificial 32GB size limit on FAT32 partitions. This change was announced today in the latest Canary build of Windows 11, allowing users to create FAT32 partitions with a maximum size of 2TB. This development is...
  10. 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...
  11. 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...
  12. 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 ...
  13. 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...
  14. S

    Gnu Grub

    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)...
  15. 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...
  16. 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...
  17. 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...
  18. 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.
  19. 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 ?
  20. 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 (...
Back
Top