Windows10でWindowsInsiderServiceを無効にする方法
ユーザーによるWindowsInsiderプログラムへの参加に関係なく、すべてのWindows10コンピューターにはWindowsInsider Service(Windows Insider Service)(wisvc)が含まれています(Windows Insider)。wisvcは、Insiderプログラムに参加したくないユーザーにとっては不要なサービスと見なされます(wisvc)。
多くの人にとって、 PC上で実行されている「不要な」サービス(‘non-required’ services)はパフォーマンスを妨げる可能性があります。この投稿では、Windows10でWindowsInsiderServiceを無効(disable Windows Insider Service)にするさまざまな方法を紹介します。
WindowsInsiderServiceを無効にする
このタスクを実行する方法は次のとおりです。
- サービスコンソール経由
- コマンドプロンプト経由
- PowerShell経由
それぞれの方法の説明を見てみましょう。
1]サービス(Services)コンソールを介してWindowsInsiderServiceを無効にする(Disable Windows Insider Service)
- Windows key + Rを押し て、[実行]ダイアログを呼び出します。
- [実行]ダイアログボックスで、
services.msc
Enterキーを押して入力し、[サービス]を 開きます(open Services)。 - [サービス]ウィンドウで、 (Services)WindowsInsiderServiceのエントリをスクロールして見つけます 。
- (Double-click)エントリをダブルクリックして、プロパティウィンドウを開きます。
- プロパティウィンドウの [全般]タブで、[(General)スタートアップの種類(Startup type) ]のドロップダウンをクリックし、 [無効(Disabled)] を選択し ます。
- [ 適用](Apply) >[ OK]をクリックし て、変更を保存します。
これで、サービス(Services)コンソールを終了できます。
2]コマンドプロンプト(Command Prompt)でWindowsInsiderServiceを無効にする(Disable Windows Insider Service)
以下をせよ:
- [実行]ダイアログを呼び出します。
- [ファイル名を指定して実行]ダイアログボックスで、と入力 し、 CTRL + SHIFT + ENTER
cmd
を 押し open Command Prompt in admin/elevated mode を 開きます。 - コマンドプロンプトウィンドウで、以下のコマンドを入力またはコピーして貼り付け、Enterキー(Enter)を押します。
sc config "wisvc" start= disabled
これで、CMDプロンプトを終了できます。
3] PowerShellを介してWindowsInsiderServiceを無効にする(Disable Windows Insider Service)
以下をせよ:
- Windows key + Xを押して、パワーユーザーメニューを開きます。
- キーボードのA(A)をタップして、 PowerShellを管理/昇格モードで起動します。
- PowerShellコンソールで、以下のコマンドを入力するかコピーして貼り付け、Enterキー(Enter)を押します。
Set-Service wisvc -StartupType Disabled
これで、 PowerShell(PowerShell)コンソールを終了できます。
それでおしまい!
Related posts
Windows 10でIP Helper Serviceを有効または無効にする方法
Windows 10でグレーアウトされている場合はDNS Client Serviceを有効にする方法
Debug Windows 10のDebugのDebugのロギングを有効にする方法
Windows 10のRunning、Stopped、Disabled Disabledのリストを抽出する方法
NTP client Windows 10で誤ったTimeを示します
WindowsInsiderで新しいWindows10の機能をチェックする方法
IntelRSTサービスがWindows10で実行されていない問題を修正
Windows 10でWindows Services Managerを開くために8 Ways
Fix System Service Exception ErrorでWindows 10
最高のWindows10ビデオゲームサブスクリプションサービス
Microsoft AccountなしでWindows 10 Insider Programに参加する方法
ワイヤレス自動構成サービスwlansvcがWindows10で実行されていない問題を修正する
Windows10でシステムサービス例外停止コードを修正する方法
Error 1069:Windows 10のログオン障害が原因でサービスが開始されませんでした
Windows 10コンピュータのMyLauncherでファイルを簡単に起動します
Internet Connection Sharing Windows 10で動作していない
Control Windows Service Control Windows Service ServiceTrayを使用する
ウイルス対策サービスの実行可能プロセスとは何ですか?安全ですか?
自動的にWindows Service | Restart ServicesのFind Dependencies
PIPを使用してPIPを使用してNumPyをインストールする方法