Jump to content
IObit Forum
Top Free Driver Updater Tools Best 25 PC Optimization Software Best 22 Antimalware Best 22 Uninstaller Software IObit Coupons & Discount Offers PC Optimizer Mac Boost Advice IObit Coupons A Good Utility Program From IObit IObit Promo Codes IObit Coupon Codes IObit Coupons and Deals FAQs Driver Booster Pro Review

Unable to Open or View Folders After Unlock - V1.3


Ronin54

Recommended Posts

Using Protected Folder Version 1.3. Opened normally and unlocked two folders, but they are not accessible now, and are still hidden. Restarted the application but it does not recognize them. Suggestions on how to unlock with Windows 10 Power shell commands or other tools.

Link to comment
Share on other sites

  • 2 weeks later...

Try this :-

 

Let me know, if working according to these examples succeeds or not. Just keep the path of hidden files handy.

 

 

 

1:Unblock a file

 

PowerShell

PS C:\> Unblock-File -Path C:\Users\User01\Documents\Downloads\PowerShellTips.chm

This command unblocks the PowerShellTips.chm file.

 

2: Unblock multiple files

 

PowerShell

PS C:\> dir C:\Downloads\*PowerShell* | Unblock-File

This command unblocks all of the files in the C:\Downloads directory whose names include "PowerShell". Do not run a command like this one until you have verified that all files are safe.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...