is there way to find blocked files?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

is there way to find blocked files?

Post by giuliastar »

Hi

is there a way to find blocked files ?

for unblock file i mean
Image

thanks

highend
Posts: 14994
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: is there way to find blocked files?

Post by highend »

http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=15000

It's not that much different...

Get SysInternals "streams" utility and adapt the path in the script

Code: Select all

    $streams = runret("""D:\SysInternals\streams.exe"" -s ""<curpath>""", "<curpath>");
    text regexreplace(regexmatches($streams, "^[A-Z]:.*?:", "<crlf>"), ":$");
Ofc this could be done with the Windows "dir /r" command if there are no external utilities allowed...
One of my scripts helped you out? Please donate via Paypal

Post Reply