Giter VIP home page Giter VIP logo

Comments (9)

LeDragoX avatar LeDragoX commented on August 28, 2024 1

I'll find out later if there's a certain way to remove (not disable) these old Windows Components. PowerShell ISE is one of them, but there's more.

from win-debloat-tools.

LeDragoX avatar LeDragoX commented on August 28, 2024 1

Hey @EMBBlaster, i guess you wanna check the develop branch.
And say farewell to PowerShell ISE + other Windows Acessories.

Direct Link: https://github.com/LeDragoX/Win-Debloat-Tools/archive/develop.zip

from win-debloat-tools.

LeDragoX avatar LeDragoX commented on August 28, 2024 1

I'm only not sure that all "Acessories" should be removed in default mode.

Not all the acessories are being removed, i kept notepad, paint and some other required to the system work properly.

A customize settings would be necessary for that.

I'm planning in doing that, but hmm, to be honest, the GUI is a mess right now. I need to organize the tweaks per tabs, so it'll not confuse everybody who's using this interface.

from win-debloat-tools.

LeDragoX avatar LeDragoX commented on August 28, 2024 1

Not yet, it'll be automatically closed when merged on main branch.

from win-debloat-tools.

LeDragoX avatar LeDragoX commented on August 28, 2024

image

Expect something like this coming... :)
But i'll seek other Capabilities to remove aside PowerShell ISE, this is a new debloat unexplored area.

*** Edit
After removing PowerShell ISE i couldn't use the Out-GridView on pipe anymore, as it required ISE. Now to check on every object i'm using the Format-Table command, no problemo.

from win-debloat-tools.

LeDragoX avatar LeDragoX commented on August 28, 2024

Now, to the remaining capabilities aside "PowerShell ISE", heres the list:

Name                                                          State Path Online WinPath SysDrivePath RestartNeeded LogPath                       ScratchDirectory     LogLevel
----                                                          ----- ---- ------ ------- ------------ ------------- -------                       ----------------     --------
App.StepsRecorder~~~~0.0.1.0                              Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
App.Support.QuickAssist~~~~0.0.1.0                        Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Browser.InternetExplorer~~~~0.0.11.0                      Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
DirectX.Configuration.Database~~~~0.0.1.0                 Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Hello.Face.18967~~~~0.0.1.0                               Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Language.Basic~~~pt-BR~0.0.1.0                            Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Language.Handwriting~~~pt-BR~0.0.1.0                      Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Language.OCR~~~pt-BR~0.0.1.0                              Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Language.Speech~~~pt-BR~0.0.1.0                           Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Language.TextToSpeech~~~pt-BR~0.0.1.0                     Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
MathRecognizer~~~~0.0.1.0                                 Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Media.WindowsMediaPlayer~~~~0.0.12.0                      Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Microsoft.Windows.MSPaint~~~~0.0.1.0                      Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Microsoft.Windows.Notepad~~~~0.0.1.0                      Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Microsoft.Windows.WordPad~~~~0.0.1.0                      Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
NetFX3~~~~                                                Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
OneCoreUAP.OneSync~~~~0.0.1.0                             Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
OpenSSH.Client~~~~0.0.1.0                                 Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Print.Fax.Scan~~~~0.0.1.0                                 Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Print.Management.Console~~~~0.0.1.0                       Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Tools.Graphics.DirectX~~~~0.0.1.0                         Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo
Windows.Client.ShellComponents~~~~0.0.1.0                 Installed        True                              False C:\Windows\Logs\DISM\dism.log                  WarningsInfo

Microsoft.Windows.PowerShell.ISE~~~~0.0.1.0 isn't there anymore, now i'm making this automated, it'll take some time.

  • Note: On features named like "Language.____~~~pt-BR~0.0.1.0" is region specific, that means, it should be linked to the language installed on your Windows, for example, mine is Portuguese Brazilian (pt-BR), yours may be different.

from win-debloat-tools.

LeDragoX avatar LeDragoX commented on August 28, 2024

After messing around with this i've found out that there's 2 installations of Quick Assist:

  • The legacy one
  • The UWP app (if you've used before you're forced to DL this one)

The legacy installation is located at: C:\Windows\System32\quickassist.exe
The new installation is located at: C:\Program Files\WindowsApps\MicrosoftCorporationII.QuickAssist_2.0.16.0_x64__8wekyb3d8bbwe\Microsoft.RemoteAssistance.QuickAssist

Why Microsoft, why have 2 apps for the same purpose? Just keep the last version and delete the old.
I'll keep them both as the most updated didn't came with Windows 10 (idk for Win 11 yet)

from win-debloat-tools.

EMBBlaster avatar EMBBlaster commented on August 28, 2024

Hey @EMBBlaster, i guess you wanna check the develop branch.

Hi @LeDragoX. Thanks for you quick reply.
Unfortunately, I can't test this right now. I would need a VM as my main machine is now on "production only mode". But seems that you solved this.

And say farewell to PowerShell ISE + other Windows Acessories.

I did look at the code yet so, probably, I'm misjudging now. I'm only not sure that all "Acessories" should be removed in default mode.
Anyway, IMHO, this is discussion for another time or issue. A customize settings would be necessary for that.
Thank you again for yours efforts.

from win-debloat-tools.

EMBBlaster avatar EMBBlaster commented on August 28, 2024

I'm planning in doing that, but hmm, to be honest, the GUI is a mess right now. I need to organize the tweaks per tabs, so it'll not confuse everybody who's using this interface.

Agreed.
Should we close this issue?

from win-debloat-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.