Hi, My fix was this for X and and Z drives. Power Shell For X: Get-ChildItem "X:\" -Recurse -Filter desktop.ini -Force -ErrorAction SilentlyContinue | ForEach-Object { try { Unblock-File $_.FullName } catch {} } For Z: Get-ChildItem "Z:\" -Recurse -Filter desktop.ini -Force -ErrorAction SilentlyContinue | ForEach-Object { try { Unblo I rebuilt icon cache after. Sometimes it doesn't show so I just rebuild icon cache again @echo off set iconcache=%localappdata%\IconCache.db set iconcache_x=%localappdata%\Microsoft\Windows\Explorer\iconcache*...
Hi, My fix was this for X and and Z drives. For X: Get-ChildItem "X:\" -Recurse -Filter desktop.ini -Force -ErrorAction SilentlyContinue | ForEach-Object { try { Unblock-File $_.FullName } catch {} } For Z: Get-ChildItem "Z:\" -Recurse -Filter desktop.ini -Force -ErrorAction SilentlyContinue | ForEach-Object { try { Unblo I rebuilt icon cache after. Sometimes it doesn't show so I just rebuild icon cache again @echo off set iconcache=%localappdata%\IconCache.db set iconcache_x=%localappdata%\Microsoft\Windows\Explorer\iconcache*...
Hi, Thanks for getting back to me. Here is the information I have I have 2 drives X and Z. I can see the icons on the explorer tree but not in the actual folder. PSPath : Microsoft.PowerShell.Core\FileSystem::X:\Complex St-Hubert\desktop.ini::$DATA PSParentPath : Microsoft.PowerShell.Core\FileSystem::X:\Complex St-Hubert PSChildName : desktop.ini::$DATA PSDrive : X PSProvider : Microsoft.PowerShell.Core\FileSystem PSIsContainer : False FileName : X:\Complex St-Hubert\desktop.ini Stream : :$DATA Length...
Hi, Thanks for getting back to me. Here is the information I have PSPath : Microsoft.PowerShell.Core\FileSystem::X:\Complex St-Hubert\desktop.ini::$DATA PSParentPath : Microsoft.PowerShell.Core\FileSystem::X:\Complex St-Hubert PSChildName : desktop.ini::$DATA PSDrive : X PSProvider : Microsoft.PowerShell.Core\FileSystem PSIsContainer : False FileName : X:\Complex St-Hubert\desktop.ini Stream : :$DATA Length : 204 PS C:\Users\Lance\Desktop> Get-ChildItem "Z:\" -Recurse -Force -Filter desktop.ini |...
Hi, So no one sees this problem ??
Hi, Since the latest or one before (not sure) Win updates, all my personalized icons disappeared. after mounting update. I re created my icons and again lost all of them. All icons are now back to default Win settings. Here is a snapshot of a re created icon and as you can see on the right of the icon the other one is missing but shows up in the settings. Is this a known issue ? Is there a fix ? Thanks.
Hi, Since the latest or one before (not sure) Win updates, all my personalized icons disappeared. after mounting update. I re created my icons and again lost all of them. All icons are now back to default Win settings. Is this a known issue ? Is there a fix ? Thanks.
NTFS