Windows powershell uninstall windows 10

Как удалить PowerShell в Windows 10

Оболочка Windows PowerShell пришла в операционную систему Windows 10 на замену командной строки, хотя командная строка также получила обновление и возможность вставки команд с буфера обмена. Поскольку большинство пользователей привыкли к обычной командной строке, то даже замена пункта командной строки на оболочку PowerShell может показаться навязчивой.

Данная статья расскажет как удалить Windows PowerShell и вернуть командную строку вместо PowerShell в Windows 10. Процесс удаления оболочки заключается в отключении компонента Windows PowerShell 2.0 или же только в замене пункта в контекстном меню. Обратите внимание, что полностью убрать оболочку Windows PowerShell не удастся, даже после полного отключения компонента.

Как вернуть командную строку вместо PowerShell в Windows 10

С выходом нового обновления операционной системы в контекстном меню пуска была сделана замена возможности выбора командной строки на Windows PowerShell. Корпорация Майкрософт оставила за пользователями возможность возврата командной строки вместо PowerShell.

  1. Открываем Пуск > Параметры > Персонализация > Панель задач.
  2. Дальше изменяем значение пункта Заменить командную строку оболочкой Windows PowerShell в меню, которое появляется при щелчке правой кнопкой мыши по кнопке Пуск или при нажатии клавиш Windows+X на Отключено.

После чего в контекстном меню пуск появится доступная ранее командная строка. Смотрите также другие способы запуска командной строки в Windows 10. А также заменить PowerShell на командную строку можно использую редактор реестра. Обратите внимание что перед внесением изменений в реестр рекомендуется создать резервную копию реестра, а после внесения изменений необходимо выполнить перезагрузку компьютера или перезапуск проводника.

  1. Откройте редактор реестра выполнив команду regedit в окне Win+R.
  2. Дальше перейдите в расположение: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
  3. Измените значение параметра DontUsePowerShellOnWinX на 1.

Как отключить PowerShell в Windows 10

Программы и компоненты

Ранее мы уже рассматривали где находятся программы и компоненты в Windows 10, среди которых и присутствует оболочка Windows PowerShell 2.0. Включение и отключение компонента позволяет добавить или удалить оболочку Windows PowerShell в Windows 10. Полностью удалить компонент из системы последней версии не получится, и собственно в этом нет необходимости.

  1. Откройте компоненты Windows выполнив команду optionalfeatures в окне Win+R.
  2. Дальше найдите в открывшемся списке компонент Windows PowerShell 2.0 и отключите его.

Чтобы отключить компонент, достаточно снять его флажок и применить изменения. Затемненный флажок означает, что компонент включен частично.

Windows PowerShell

Для отключения компонента можно использовать сам компонент Windows PowerShell. Пользователю достаточно запустить оболочку PowerShell и выполнить одну команду для отключения любого с компонентов.

  1. Запускаем оболочку выбрав в результатах поиска классическое приложение Windows PowerShell от имени администратора.
  2. В открывшемся окне выполняем следующую команду: [stextbox -Online -FeatureName MicrosoftWindowsPowerShellV2Root[/stextbox]

С помощью одной команды можно отключить ненужный компонент Windows PowerShell устаревшей версии. После отключения обновленный PowerShell пятой версии останется доступным.

Вместе с обновлениями Windows 10 обновляются и компоненты операционной системы. Изменения потерпели множество компонентов, начиная от оболочки Windows PowerShelll, и включительно до компонента виртуализации Hyper-V Windows 10.

Читайте также:  Аналоги paint для mac os

После отключения компонента Windows PowerShell второй версии обновленный PowerShell останется. Но пользователи предпочитающие видеть командную строку в контекстном меню пуск могут нажатием одной кнопки её вернуть.

How to uninstall PowerShell in Windows 10

PowerShell is a cross-platform task automation and configuration management which works from Command-Line. It offers all the features a Command Prompt has to offer.

While it is all-powerful, for common users, especially those using the Home version, might find it pointless. So if you are one of those users, and want to uninstall PowerShell from Windows 10, then follow this post.

How to uninstall PowerShell in Windows 10

PowerShell is a feature that Windows installs on top of the regular installation. So if you choose to remove it with any one of these methods, it will not break anything in Windows 10.

  1. Uninstall like any other App
  2. Uninstall using Windows Features
  3. Disable PowerShell using DISM

You can use any of these methods to remove PowerShell.

1] Uninstall it like any other app

Like other programs, PowerShell can be uninstalled easily.

Type PowerShell in the Start Menu search box. It will reveal all the versions of PowerShell i.e., PowerShell (x86), PowerShell, PowerShell 7, and more. Right-click on any of them, and choose to Uninstall. You can also expand the menu and choose to uninstall it.

The only version which you can not uninstall is PowerShell ISE, aka Windows PowerShell Integrated Scripting Environment. It is useful for developers who can run commands and write, test, and debug scripts in a single Windows-based graphic user interface.

2] Uninstall using Program and Features

  • Type Control in the Run prompt (Win + R), and press the Enter key.
  • Locate and click on Programs and Features
  • Then click on “Turn Windows Feature on or off” link on the left panel
  • Locate and Uncheck PowerShell 2.0 from the list of programs which is revealed.
  • Click Ok, and let the program complete the process to uninstall PowerShell

3] Disable PowerShell using DISM

Open Command Prompt with elevated privilege by typing CMD in the Run prompt (Win + R) and then pressing Shift + Enter. Once it launches, type, and execute the command to verify.

If it says, Enable, type the next command to disable it.

In case you change your mind, you can execute the following command to enable it again.

While PowerShell on itself can stay, and you don’t have to remove it at all. In fact, if you leave it, it may come in handy someday. It is the tool that you will need to uninstall pre-installed apps. So you may consider keeping it.

I hope the post helped you remove PowerShell from your Windows 10 PC.

Date: September 8, 2020 Tags: PowerShell, Uninstall

How to Bulk Uninstall Programs and Apps in Windows 10 using IObit Uninstaller

How to uninstall a program using Command Prompt in Windows 10

How to use PowerShell to find and disable Webcams in Windows 10

[email protected]

Ashish is a veteran Windows, and Xbox user who excels in writing tips, tricks, and features on it to improve your day to day experience with your devices.

How to uninstall apps using PowerShell on Windows 10

Here are the steps to uninstall Windows 10 apps using PowerShell commands, even those inbox apps.

On Windows 10, you can use the Settings app to quickly uninstall those modern apps you acquired from the Microsoft Store as well as classic desktop applications. The only caveat is that the operating system also include inbox apps (such as Xbox, Camera, Maps, etc.) that you can’t remove because they’re part of the experience.

Читайте также:  Mshdc inf для windows 10

However, if you rarely use the inbox apps, you’re trying to free up some additional space, or you want to remove an app to reinstall it again to fix a particular problem, it’s possible to uninstall inbox modern apps using PowerShell commands.

In this guide, you’ll learn the steps to uninstall inbox apps on Windows 10, and any other app that you acquired from the Microsoft Store using PowerShell commands.

Uninstall Windows 10 apps using PowerShell

To uninstall apps using PowerShell commands on Windows 10, use these steps:

Open Start.

Search for PowerShell, right-click the result, and click the Run as administrator option.

Type the following command to view all the apps installed in your device and press Enter:

If you want to see all the Windows apps installed in the computer type the following command and press Enter:

In the output, you’ll see a long list of apps, which can be overwhelming, but you need to do this to know the name of the apps you want to uninstall. For example, if you want to uninstall the Camera app, in the listing you’ll notice that the system name is “Microsoft.WindowsCamera”.

Type the following command to uninstall an app and press Enter:

Uninstall apps using PowerShell

In the command make sure to change the app system name for the name of the app that you want to remove. Although, the Camera app was easy to spot, you always want to know how to get the exact app name, because not every app has a very descriptive name. For example, Groove Music system name is “Microsoft.ZuneMusic” and Movie & TV’s system name is “Microsoft.ZuneVideo”.

Once you complete the steps, the app will no longer be available on your device, but you can always reinstall it using the Microsoft Store.

Uninstall Windows 10 built-in apps using PowerShell

The commands mentioned above will remove the Camera app from Windows 10, but you can use the same steps to uninstall any Microsoft Store app.

You can refer to the examples below to remove inbox apps from your device, just replace SampleAppName with the name of the app that you want to uninstall.

Example: This command removes the Cortana app on Windows 10.

Here are some of the built-in Windows app you can uninstall using PowerShell:

    Cortana: Microsoft.549981C3F5F10

Some built-in apps are really integrated into the operating system, as such you won’t be able to remove them. In fact, you will get a message that reads “This app is part of Windows and cannot be uninstalled on a per-user basis”. Of course, you could find ways to remove them, but they will probably cause more harm than good.

If you don’t feel comfortable using PowerShell and removing these apps, you can always create a full backup of your system before modifying the operating system. In case you need to reinstall some of the specific apps, you can always install them back from the Microsoft Store.

The process we are seeing in this guide will help you to remove most of the new universal apps, Microsoft is bundling Windows 10, in the case you don’t want them on your device. However, you can also use these instructions for those times where you have apps, such as the Store, Mail and Calendar, and other apps have syncing issues, they don’t open, or simply misbehaving, and uninstalling and reinstalling may just fix the problem.

Update July 6, 2020: This guide was originally published in October 2015, and it’s been updated to make sure is current with the latest version of Windows 10.

Читайте также:  Windows не может создать сеть wifi

We may earn commission for purchases using our links to help keep offering the free content. Privacy policy info.

All content on this site is provided with no warranties, express or implied. Use any information at your own risk. Always backup of your device and files before making any changes. Privacy policy info.

Install or Uninstall Windows PowerShell ISE in Windows 10

How to Install or Uninstall Windows PowerShell ISE in Windows 10

Starting with Windows 10 build 19037, the PowerShell ISE app is now an options feature installed by default (Feature on Demand). This means that it is now listed in the Optional Features, you will be able to install or uninstall it easily.

PowerShell is an advanced form of command prompt. It is extended with a huge set of ready-to-use cmdlets and comes with the ability to use .NET framework/C# in various scenarios.

PowerShell was initially released in November 2006 for Windows XP SP2, Windows Server 2003 SP1 and Windows Vista. This days, it is a different, open source product. PowerShell 5.1 introduced editions to the app. Microsoft first announced PowerShell Core edition on 18 August 2016, along with their decision to make the product cross-platform, independent of Windows, free and open source. It was released on 10 January 2018 to Windows, macOS and Linux users. Now it has its own support lifecycle.

What is Windows PowerShell ISE

Windows includes a GUI tool, PowerShell ISE, which allows editing and debugging scripts in a useful way. In Windows PowerShell ISE, you can run commands and write, test, and debug scripts in a single Windows-based graphic user interface with multiline editing, tab completion, syntax coloring, selective execution, context-sensitive help, and support for right-to-left languages. You can use menu items and keyboard shortcuts to perform many of the same tasks that you would perform in the Windows PowerShell console. For example, when you debug a script in the Windows PowerShell ISE, to set a line breakpoint in a script, right-click the line of code, and then click Toggle Breakpoint.

In recent Windows 10 versions, PowerShell ISE is an optional feature. To install or uninstall PowerShell ISE, you can use either Settings, or the command prompt.

To Install or Uninstall Windows PowerShell ISE in Windows 10,

  1. Open Settings.
  2. Navigate to Apps > Apps & features.
  3. Click on the Optional features link on the right.
  4. To uninstall Windows PowerShell ISE, click on the Windows PowerShell Integrated Scripting Environment under Installed features, and click on Uninstall.
  5. To install the uninstalled Windows PowerShell ISE, click on Add a feature.
  6. Check Windows PowerShell Integrated Scripting Environment, and click on Install.

You are done. Alternatively, you can use the command prompt console to manage optional features.

Install or Uninstall PowerShell ISE in Command Prompt

  1. Open an elevated command prompt.
  2. To uninstall PowerShell ISE, use the command: DISM /Online /Remove-Capability /CapabilityName:Microsoft.Windows.PowerShell.ISE

0.0.1.0 .
To install the uninstalled PowerShell ISE, type or copy-paste the following command: DISM /Online /Add-Capability /CapabilityName:Microsoft.Windows.PowerShell.ISE

0.0.1.0 .

Articles of interest:

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

Share this post

About Sergey Tkachenko

Sergey Tkachenko is a software developer from Russia who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

1 thought on “ Install or Uninstall Windows PowerShell ISE in Windows 10 ”

I got error 0x800f0950 when trying to install PowerShell ISE with Command Prompt.
(Before, Uninstall was successful).

Оцените статью