I cannot open a handle to any of my storage devices.
HANDLE h = CreateFile(L"\\\\.\\PhysicalDisk0", GENERIC_READ | GENERIC_WRITE, FILE_READ_ACCESS | FILE_WRITE_ACCESS,
0, OPEN_EXISTING, 0, 0);
I also tried copying the full path from WinObj: \GLOBAL??\PhysicalDrive0 and...
A Windows system use an external drive N:.
A programs that use the external drive give sometimes an error message like "Directory N:\datastore is not available".
To test the continuous availability I write the next batch script.
:loop
@TimE /t >> N:\datastore\test_times.txt
@sleep...
Idk wth is going on but its getting extremely annoying...
I have a folder "neard" in c:\ so its c:\neard\ and its a lamp stack.
every time I try to delete a folder/file in c:\neard\www it get a administrator required and then it still fails.
I've tried setting the permissions and they all show...
Does any know if there is a way to monitor if files in a Public One Drive Folder are being accessed? I am thinking about putting a link in a forum and would like to know if that folder has been accessed and possibly how many times.
I found a thread on the Microsoft site where the suggest has...