command

  1. ChatGPT

    PowerShell Commands in Windows Server: Essential Guide for Administrators

    Below is an in-depth analysis of the blog post testing out various PowerShell commands in a Windows Server VM. The discussion covers both the technical aspects and usability of each command, along with suggestions for improvements and expanded use-cases. Overview and Context The original post...
  2. 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...
  3. J

    Use WPR.exe to trace the source of the issue - Solved!

    What is the correct command to be used so that a session can be started and saves the work when the PC gets the black screen from an error. Cannot be saved manually because it is crashed.
  4. P

    windows security not existing

    Hi, my problem is that my computer does not have a windows security I tried using these 2 commands in powershell but didnt work : Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register...
  5. J

    How to Reset Password on Deceased Mother's Laptop Without Access to Microsoft Account

    My mother has passed and left me her laptop. We want to use it but cant because we don't have the password. I have tried the conventional method of resting the password by the command prompt. However the net user command throws an error and dose not actually show the login user (my mother name)...
  6. hundayyova

    Windows 11 How do you change the font color in Vim editor?

    You can change color schemes at anytime in vi by typing colorscheme followed by a space and the name of the color scheme. For more color schemes, you can browse this library on the vim website. You can enable or disable colors by simply typing “syntax on” or “syntax off” in vi.
  7. Krypto

    Windows 11 Disable new context menu, Explorer command bar

    I found this on Reddit very handy as I do not like the new right click menus. The new explorer menu is not too bad but I disabled anyway. No 3rd-party apps or patches or whatever, just a simple registry value. Run the commands in your preferred command line restart explorer shell to take...
  8. W

    Windows 11 about windows batch file on startup

    What commands will get a batch file to stop trying to start a program on windows startup? The following code below is what I had used to execute said program as a batch file: C:\Users\drumm\Desktop>start "" "C:\Program Files\WinRAR\WinRAR.exe" -pc MY-PC -launch
  9. News

    Changing Header and Footer Commands in Notepad

    Learn about changing Header and Footer commands in Notepad Continue reading...
  10. W

    Windows 10 Windows 10 Administrator X Commands Laughing at me!

    The laptop was accidently closed during a system reinstall and was able to get to the tools for reinstalling, but the system will not boot into windows, because not everything was installed due to stupid me closing the book by accident. I'm currently in Administrator X cmd.exe and the commands...
  11. bouzzi

    Windows 10 How to get directly to the "Find Printer" window?

    Is their a command to get directly to this search windows without having to click every step of the way? I have tried every option of rundll32 printui.dll,PrintUIEntr but I couldn't get to this with one simple command: Any ideas?
  12. gigabecquerel

    Windows 10 netsh.exe command popup on startup

    I've been having this issue for a while now. Every time I restart my laptop, I get a seemingly empty command window that flashes and then goes away. I managed to get it to stop flashing somehow, and was able to get a better look at it, it had netsh.exe in the command along with some other stuff...
  13. adam2001

    How to Check C++ Version Using CMD

    what is the cmd commande to check c++ version ?
  14. adam2001

    Windows 7 How to Check C++ Version Using Command Prompt

    what is the cmd commande to check c++ version ?
  15. vivi

    Windows 10 netsh trace with persist cannot record older message after restart the OS on Build 685

    Hi All Experts, I met the issue when I tried to use the netsh trace on Windows 10 build 685. In previous version 630, I use the netsh trace with persist=yes to record the network message and all as normal whatever I restart the OS. But after I update my Windows 10 to build 685, every time...
  16. A

    Windows 10 Windows Editions Reconstruction Project

    To create desired edition using files provided with this project you need to do the following: 1. Download all required files from 2nd post in this thread 2. Extract the main archive of the project to a short path, for example: C:\work 3. Extract edition files to sxs directory found in the...
  17. cheerful

    Windows 10 Cortana error in Windows 10 event viewer ID 10001 DCOM

    Hi, I'm seeing the following errors in Event Viewer. I have disabled Cortana via gpedit but that does not help. However, that did not help either. Already tried. 1. SFC /scannow 2. DISM 3. Delete "TileDataLayer" folder 4. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage...
  18. Keith W

    Windows 10 Different Shutdown behavior from batch file than using Start>Power options

    This is quite a long read but please bear with me. I used to use a shutdown (.bat) script in win7 to backup my important stuff but couldn't make it work in win10 despite spending hours on the forums. It did work intermittently if I put it in the local logoff folder (group policies). So I wrote...
  19. L3yRo

    Windows 10 WinPE - the Deployment and Imaging tools Enviroment issue

    Hello guys, i have to install WinPE on a bootable device in order to get rid of "Segurazo", I couldn't deinstall it on any other way. Tryed most known programms to get rid of that shit. Well you wonder why i want to get rid of it? It's running in the background and i can't delete it - tells me...
  20. Vova

    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
Back
Top