Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Remove the boot entry of Windows10 through Powershell

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

The startup item script for batch removal of an application in the Windows10 system (take OneDrive as an example) is as follows:

Reg query HKCU\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Run | findstr "OneDrive" if ($?-eq "True") {reg delete HKCU\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Run / v OneDrive / f}

Note:

The startup key path may also be in the following path in the registry:

"HKLM:\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Run"HKLM:\ SOFTWARE\ Wow6432Node\ Microsoft\ Windows\ CurrentVersion\ Run"HKCU:\ SOFTWARE\ Wow6432Node\ Microsoft\ Windows\ CurrentVersion\ Run"

The default security setting for Windows10 is that powershell scripts cannot be executed. You need to enable powershell script execution through Group Policy or manually execute the following commands with administrator privileges:

Set-ExecutionPolicy Unrestricted

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report