Hi Fellows!

Have you ever experienced no permission to access a directory, which is very impotent to you when you are the only administrator account

Message like this,



Then this message,


When you go to security tab, still not allows to changing the permission of that particular directory.

Here is solution, you can change NTFS file and folder permissions using magic command called "icacls".

Step1:

Open command prompt and type following command to see the permissions list (discretionary access control lists - DACLs)

icacls [folder or filepath]

or

icacls [folderpath] *




Step2:

To remove all inherit user permissions enter: 
icacls [folder or filepath] /inheritance:r



Step3:

To allow permissions to user, enter following both commands : 
icacls [folder or filepath] /grant administrators:(CI)(OI)F
icacls [folder or filepath]> /grant users:(CI)(OI)R



Step4:

Now you should be able to change the directory permission. Furthermore, if you want to remove all inherit user permissions of files in particular directory use following command.

icacls [folder or filepath]\* /inheritance:r

Let me know how it went . . Cheers !!

Read more

Hi online fellows! you may already noticed that Flash Player for Android is no longer available from the Google app store and if you have tried to download the latest version of it from your default browser it says Flash Player is not supported by the device. 


According to the BBC News, Adobe has pulled its Flash Player plug-in from Android's Google Play store. Moreover, Adobe said it was removing the option to install the plug-in because it was likely to exhibit "unpredictable behaviour" when used with the latest version of Android, known as Jelly Bean which is a pity for Android users.

However, here is the solution I found on Adobe community page. 


Search for "flash player archive page" or navigate directly to http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions. html

More info: Adobe Community

Enjoy . . !! If you have any concern feel free to leave a comment I will try my best to help you or subscribe to my blog, thanks.

Read more