commands

  1. 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...
  2. 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.
  3. 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...
  4. 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
  5. News

    Changing Header and Footer Commands in Notepad

    Learn about changing Header and Footer commands in Notepad Continue reading...
  6. 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...
  7. 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...
  8. Vova

    Windows 7 Windows cmd

    Tutorials to learn cmd Sent from my LLD-L31 using Windows Forums mobile app
  9. S

    Windows 8 Can't install PIP or Virtualenv

    I get the following error messages when trying to install PIP in my CMD Prompt. C:\cicdbuzz>pip-v 'pip-v' is not recognized as an internal or external command, operable program or batch file. and C:\cicdbuzz>get pip-19.2.1-py2.py3-none-any.whl 'get' is not recognized as an internal or external...
  10. M

    Windows 10 Permission in folder

    I try to give permission in with the commands: New-Object DirectorySecurity.FileSystemAccessRule ('User', 'FullControl', 'Allow') acl.SetAccessRule ($) Set-ACL c: \ windows \ system32 \ drivers -AclObject it should changed to FullControl In PowerShell when I...
  11. Russell

    A basic observation regarding the "su" and "sudo" commands ( for beginners ).

    Attention: windowsForum users: When you are using the "su" command at the Debian version 9.5 Linux prompt, you must use your root password. When you are using the "sudo" command, you must use your user password. If you use your root password for the "sudo" command, you will get a few...
  12. Russell

    Problems with "sudo" command in Debian version 9.5 Linux.

    Attention: windowsForum members: I am having trouble with the "sudo" command. When prompted for a [sudo] password, I have tried both the Linux root password and the regular Linux password, but have no success. Also, when attempting to use the "ssh" command to log in as root, I use the...
  13. Ravi Teja M

    Windows 7 Can we identify processes that causes High CPU usage?

    Hi, Currently we are facing an issue in NetBackup server(Windows8) . We found that there is a huge load on that server. Can we find out which process is using more utilization on netbackup server (Windows8). Please help me if you have the steps or commands for finding the process. Thanks
  14. G

    Server Migration Tool

    I'm stuck working on a lab assignment. I'm trying to install ServerMigrationToon on a 2008R2 machine. I've done all the procedures on my 2012 machine. On the 2008R2 I open cmd prompt with admin, type net use Z:\\Servera\wsmt\SMT_ws08R2_amd64 (enter) I then change to Z: directory and here is...
  15. News

    Windows IoT Core Extension for Visual Studio Code

    About the Windows IoT Core Extension for VS Code Visual Studio Code is the first code editor and first cross-platform development tool – supporting OS X, Linux, and Windows – in the Visual Studio family. Windows 10 IoT Core already supports popular boards like Link Removed, Link Removed and...
  16. S

    Windows Vista Help starting printer service in Safe Mode

    I have a Windows system that I can only run in Safe Mode now, but I'd like to run some additional services that don't come in that mode by default. The most important one is the print spooler. I've run the following command which I found in various guides on how to do this: REG ADD...
  17. MikeHawthorne

    Windows 10 Fixing Widows Start and Apps don't work?

    Hi My friend called and his apps and start button don't work. I had him run SFC /scannow and that didn't find anything. The next solution was to reinstall all the apps. He is trying to do this through the command prompt by running. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage...
  18. Neemobeer

    Windows 10 Interesting file for Cortana

    I found an interesting file for Cortana. It appears to be a very large list of commands some look like they have been collected from users computers. I would be curious to edit some of the most likely used commands such as Open Mail. The file is here...
  19. News

    Microsoft Office Developer Tools Preview for Visual Studio 2015

    This preview ships with new templates, Outlook Add-in with Commands and SharePoint 2016 Solutions. Link Removed
  20. GTXPlayer

    Windows 10 [CMD] Program not recognised

    I have a simple but annoying issue which is that the program I'm trying to open Is not recognised as a program or executable file. Note; I need to start the program while only using it's executable file name, because I'm trying to find Target Commands which I was told you can do by using...
Back
Top