Skip to content

Instantly share code, notes, and snippets.

@7cc
Created June 12, 2020 23:31
ChromeのSoftware Reporter Toolを無効化
  1. グループポリシーの変更(Home不可)
  2. アクセス制御
  3. ファイル書き換え

http://fireflyframer.blog.jp/21679827.html

rmdir /s /q "%LocalAppdata%\Google\Chrome\User Data\SwReporter\"
type nul > "%LocalAppdata%\Google\Chrome\User Data\SwReporter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment