simeononsecurity / Windows-Optimize-Debloat

Optimize and debloat Windows 10 and Windows 11 deployments according to best practices for maximum performance and privacy. The ultimate script for enhancing your Windows experience.

Home Page:https://simeononsecurity.com/github/windows-optimize-debloat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop-process syntax error

rsb-23 opened this issue · comments

command = Stop-Process -Force -Force -Name "OneDrive.exe"
error = Stop-Process : Cannot bind parameter because parameter 'Force' is specified more than once.

Please rectify -Force -Force all 5 occurrences to -Force

Message that will be displayed on users' first issue

Ooh good catch.
Must've been a copy replace error