I've solved the issue and am posting to save others from my hours of pain. PROBLEM On Windows 10, Python is installed in C:\Python and added to Environment Variables, but will not properly run programs. Typing python myscript.py in CMD does not run the program but does not produce any [...] read more
I have a .NET 4.5 application that works and runs with no issues in most environments; however, one area of the application throws a runtime assembly reference error on some client machines: Could not load file or assembly 'System.Xml.Linq, Version 4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The file [...] read more
We have log files stored on one of our AWS machines, however, a significant amount of the log files have been corrupted without any clearly apparent reason. When trying to open/read/write/rename/delete the files, we are shown a windows error Error 0x80070780: The file cannot be accessed by the system and [...] read more
I'm trying to set up WebDAV on my CentOS 6.5 server which has Apache 2.2, and I'm having problems. I'm following this guide here: http://www.howtoforge.com/how-to-set-up-webdav-with-apache2-on-centos-5.5 I have verified that the required mod_dav.so and mod_dav_fs.so modules are enabled. I've created my virtual host entry, like so: <VirtualHost 11.22.33.44:80> SuexecUserGroup "#500" "#500" [...] read more
We have an IIS 6 server running a WebDav site. Users successfully connect and upload most files. The files they cannot upload are the ones that are mapped to extensions, such as PHP or ASP. I checked the verbs and tried adding PUT, but that still didn't allow users to [...] read more
I setup WebDAV on a Win10 machine (server). From another Win10 machine (client) I mapped to the server via "Add a network location" in windows explorer. This successfully created the connection. I can list files, upload files, create directories, see file attributes. However, when I attempt to download a file [...] read more
When I try to delete the folder named C:\Program Files\WindowsApps\FocusHomeInteractiveSA.APlagueTaleInnocence-Window_1.0.5.0_x64__4hny5m903y3g0 I get the error... > The file cannot be accessed by the system. I tried to fix the issue by doing the following things with no joy. Nothing seems to be able to get rid of the folder! So from [...] read more
Started with an early version of Windows 10, tried the Fall/Creator edition, didn't like it (too many ads), rollback failed, reinstalled from from HD. Somehow, Windows.old got created, and in in it, two file entries are undeletable: SystemX64 and ProgramFilesCommonX64. Their names suggest they are symlinks to some obvious directories, [...] read more
I have been locked out from my Windows 10 account. I created a dummy account for Microsoft and now I'm locked out of Windows 10. I've installed Windows 7 along with Windows 10 to regain control of Windows 10. I have also tried to regain control of Windows 10 by [...] read more
I just had my windows homeserver (v1) die All im left with are 3 hard drives 2 of the drives show up as blank when I plug them into my usb sata reader the 3rd drive has 2 partitions system and Data In Data i can see all the files [...] read more
I have a webdav running on amazon ec2 ubuntu. There, part of the configuration allows myuser access to a folder. Alias /webdav/myuser /var/www/webdav/myuser <Location /webdav/myuser> DAV On AuthType Digest AuthName "webdav" AuthUserFile /etc/apache2/users.password Require user myuser </Location> But, trying to access from Windows 7, when I right-click to create a [...] read more