Skip to main content

Posts

Showing posts from June, 2021

How to grant permission to users for a directory using command line in Windows?

  How to Fix Access is Denied, File May Be In Use, or Sharing Violation Errors in Windows If you get the  Access is Denied  or  You don’t currently have permission to access this folder message , then you’re probably looking at a permissions problem. If you’re not an Administrator on the computer, you’re probably not going to be able to fix this issue, so first make sure you can get access to an admin account. Access Is Denied Error OR This particular error is normally caused by NTFS permissions,  but it can also be caused by other issues like a corrupt user profile, encryption on the file or if the file is in use. We’ll talk about file in use errors in the next section. To gain access to the file or folder, you’ll need to have the correct permissions configured for your account. Before you start doing any work, you should try to click on the  Continue  button that will show up in Windows 7 and Windows 8 automatically. This will try to give your user account permissions to the folder a

how to enable net framework 3-5 on windows 10

  Enable .NET Framework 3.5 On Windows 10   This how-to guide will help you to enable .NET Framework 3.5 on Windows 10 using the Deployment Image Servicing and Management tool. .NET Framework  3.5 is the basic need for some apps you’ll use on your  Windows 10 machine. Since these apps are written/coded with .NET language, hence you additionally need to enable .NET framework to run them. This framework is not enabled by default in Windows since the OS uses C , C++ , C# , V# etc. language packages. So when you run any app requiring .NET Framework , you’ll receive this window: An app on your PC needs the following Windows feature: .NET Framework 3.5 (includes .NET 2.0 and 3.0)   Here is the how-to part: How To Enable .NET Framework 3.5 On Windows 10 1. Create a temporary folder under system root drive directory (i.e. if Windows is installed on C: drive, then create Temp folder such that its can be located at C:\Temp ). 2. Locate the Windows 10 ISO file in File Expl