I'm managing an active directory single domain environment on some Windows Server 2008, Windows Server 2008 R2 and Windows Server 2012 machines. Since a few weeks I got a strange issue. Some users (not all!) report that they cannot any longer save, copy or write files to the root drive [...] read more
Okay team, I'm trying to remove the Powershell 2.0 Core engine from my server using the command below: Remove-WindowsFeature PowerShell-v2 The error we get is: A required privilege is not held by the client. Error: 0x80070522 DeviceError: (@(Vhd=; Credent...Name=localhost};PSObject) FullyQualifiedErrorID: Error_Populating_Parents_For_CBS_Update,Microsot.Windows.ServerManager.Commands And it returns the error "Required privilege not held [...] read more
I need urgent help somehow suddenly something changed permissions and maybe ownership on my secondary drive and right now I can't save or copy anything there. I checked permissions and the Authenticated User had no rights so I changed it back to the right permissions. But it didn't solved the [...] read more
One of our customers has just found a problem when trying to create a file on the root of the C Drive (C:\), on a Windows 7 Professional PC. I know they shouldn't be keeping files here, but there is a valid reason in this case, so I've relaxed the [...] read more
I am trying to automate the bitlocker in our corporate environment. I have written a script which enables the bitlocker and it works fine if I run it manually, but whenever I implement it via GPO (startup script) right after Enable-BitLocker -MountPoint C:\ -EncryptionMethod XtsAes256 -SkipHardwareTest -UsedSpaceOnly -TpmProtector I see [...] read more
I have a Windows to Go drive that I'd also like to use as a normal flash drive. However, I can't move files to the root directory, or copy files there. Attempting to do so produces this error: > An unexpected error is keeping you from creating the file. If [...] read more
My Windows 7 is on an SSD disk, and I have HDD disk from old Windows XP divided into several partitions. When I try to create a file on one of those partitions H:, it gives me an error: > 0x80070522 A required privilege is not held by the client. [...] read more
Using the "Microsoft Ecosystem Metadata Exchange (EMX)" tool (which is the tool you use to register your application for Windows Error Reporting), attempting to scan any file logs the following message to the "Application Log" system log: Message : [Microsoft.Telemetry.MetadataExchange.SystemFileMetadataProvider: 56593614]: Unable to scan the given file due to the [...] read more
I'm trying to run the Performance Profiler wizard on a sample app I have (something I'm using for a demo -- it just counts words in a text file. The app works fine.). I have the thing in Release mode, and I've gone through the wizard. But when it starts [...] read more
I'm trying to retrieve the security descriptor of a Win32 Service. For that, I'm doing, in PowerShell, $sd = (Get-WmiObject -class Win32_Service | ?{$_.Name -like "dummyservice"}).GetSecurityDescriptor() Thing is, $sd.Descriptor is $null, and $sd.ReturnValue is 0x80070522, which translates to "a required privilege is not held by the client" I'm running all [...] read more
I am trying to install windows update on my PC. It is a windows 10 64-bit Lenovo yoga. I download an exe off of this site https://www.microsoft.com/en-us/software-download/windows10 I for some reason download and install it almost the entire way when the error comes up. I looked up the error and [...] read more
Context: I used a hard disk as my Windows installation disk until I finally upgraded to a solid state drive. I now use my old local drive as drive G: for extra storage. I did not format it because it contained valuable data, and I don't have the extra storage [...] read more
> Possible Duplicate: > Creating file on disk partition gives 0x80070522 I have my C: drive which is an SSD, and an F: drive which is a 500GB hard drive. I cannot write to the root of the hard drive, unless elevated as an administrator. The error code is: 0x80070522: [...] read more
> Possible Duplicate: > Create files on C:\ root gives error 0x80070522 Hello Everybody... "error 0x80070522. not able to create a file in c:\ directory" One of our customers has just found a problem when trying to create a file on the root of the C:\ Drive, on a Windows [...] read more
I'm working on remote computer control by WMI using C#. I can connect after I have made the necessary settings on the remote computer. There is no problem so far. But when I shut down a remote computer with the Win32ShutDown command, after reboot the remote computer I received the [...] read more
I followed this tutorial to create a basic image of Windows IOT Core: https://docs.microsoft.com/en-us/windows-hardware/manufacture/iot/create-a-basic-image I run IoTCorePShell.cmd as an administrator. All the previous steps was successful, but I encountered an error while running this step: New-IoTFFUImage ProductA Test (or) buildimage ProductA Test Here the errors: PS C:\MyWorkspace>New-IoTFFUImage ProductA Test ADK_VERSION [...] read more
This is driving me crazy. I have a Apache2 server with WebDAV enabled on my Debian Wheezy server. I can access it and read from it and it appears to be running correctly. From my Windows 7 laptop I am running a software called NetDrive2 that mounts a network drive [...] read more
I want to create symlinks with a web application which is running in IIS 7.5. However during the creation the following error message appears: A required privilege is not held by the client. (Exception from HRESULT: 0x80070522) System.Runtime.InteropServices.COMException (0x80070522): A required privilege is not held by the client. (Exception from [...] read more