3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows10の「設定」「Edge」などのUWPアプリが遅い(特にCopyProfileしたとき)のを解消する

Posted at

まずはログオフ

これは%LOCALAPPDATA%以下のファイルを消すので、自分がログインしている状態では出来ません。
他のアカウントでログインする、movefileを使う、Win PEを使うなどのオプションがあります。

準備

GUI経由で削除するなら「保護されたオペレーティングシステムファイルを表示しない(推奨)」をUncheckしておかないとファイルが表示されません。
Fig-01.png

消す

C:\Users\User\AppData\Local\Microsoft\Windows\INetCache\*.*
C:\Users\User\AppData\Local\Microsoft\Windows\WebCache\*.*
C:\Users\User\AppData\Local\Microsoft\Windows\WebCacheLock.dat

以上3点を消す、これだけ。次にログインした時には解消されているはずです。
SysprepのUnattend.xml内でCopyProfileを指定した時に頻発していた問題です。特に1803以前。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?