Remember, just because you are hiding in your safe lab behind a PC, you aren't exempt from correct and thoughtful communication. You are not as anonymous as you think you are. Be smart and be safe online.
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 !!
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.
This is more difference from normal blog, here you can't see any frequent, chronological publications of personal thoughts or a kind of diary. It has been given more information about computer related tech stuff. In additional, always trying to shear interesting experimental experiences through this web site.