Question about Windows File Explorer and offline attribute display
In previous releases of Windows (including Windows 8), Windows File Explorer would display a small "x" icon if the offline file attribute was set.  In Windows 8.1, Windows File Explorer no longer displays the "x" icon if the offline file attribute is set.  Is there a reason this behavior was changed?  Is there an option to get the old behavior of displaying the "x" icon?
March 16th, 2015 3:25pm

Hello Ed Winn,

What x icon do you mean?
Please share us the screenshots to compare.

Based on my test, I cant find the x icon in the offline folder both in Windows 7 and Windows 8.1.

Best regards,
Fangzhou CHEN

Free Windows Admin Tool Kit Click here and download it now
March 17th, 2015 6:34am

March 17th, 2015 11:06am

The file must have the FILE_ATTRIBUTE_OFFLINE attribute set to see this. 

You can do this via the powershell command:

$a  = get-item file.txt

$a.attributes = 'Offline'

Free Windows Admin Tool Kit Click here and download it now
March 17th, 2015 11:35am

The file must have the FILE_ATTRIBUTE_OFFLINE attribute set to see this. 

You can do this via the powershell command:

$a  = get-item file.txt

$a.attributes = 'Offline'

March 17th, 2015 3:34pm

The file must have the FILE_ATTRIBUTE_OFFLINE attribute set to see this. 

You can do this via the powershell command:

$a  = get-item file.txt

$a.attributes = 'Offline'

Free Windows Admin Tool Kit Click here and download it now
March 17th, 2015 3:34pm

The question, "Why does Windows 8.1 not display the x icon", was not answered.  The last post was in response to Fangzhou CHEN's question about how to reproduce the display.

Maybe the answer is no one knows why this was changed.

March 27th, 2015 2:12pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics