The root cause is you are transferring from the root directory. There are many suggestions on how to fix/correct/prevent this but /A-:SH Did not work /A:-SH errors out Excluding “System Volume Information” Did not work Fix: run cmd from the parent folder of the hidden folder notice it starts at that path! 😀 run the following command: attrib -R…
Blog
No internet access on virtual machine using Hyper-V
No internet access on virtual machine using Hyper-V You setup Hyper-V but none of your VM’s seem to have internet. You have your ethernet cable in port one, and you have your Hyper-V Virtual Switch Manager properties reflecting NIC1. Sound familiar? Windows will not always keep the correct structure for the NIC naming. The errors you might receive: Unidentified…
Finding a Lost E-mail folder in Outlook
An email folder has disappeared from your folders list, and you have searched everywhere for it. Sound familiar? Don’t fret, you are in luck. Step One – Search Search for an email you KNOW is FOR SURE in the folder that has been kidnapped. Make sure to use Search: All Outlook Items. Open an email, in its own window, that…
Live migration Hyper-V Virtual Machine Fails on move 0x80090302
Trying to move a VM in Hyper-V huh? This error is related to 0x8009030D Move Hyper-V Virtual Machine Fails 0x80090302 The function requested is not supported. There was an error during move operation. Virtual machine migration operation failed at migration source. Failed to establish a connection with host ‘NEW HYPER-V’: The function requested is not supported (0x80090302). Virtual machine migration…
DJI Assistant 2 error: An app has been blocked for your protection.
The Issue: When running DJI Assistant 2.exe you encounter the following error: User Account Control This app has been blocked for your protection. An administrator has blocked you from running this app. For more information, contact the administrator. DJI Assistant 2.exe Publisher: Unknown File origin: Hard drive on this computer Program location: “C:\Program Files (x86)\DJI Product\DJI Assistant 2 For Phantom\DJI…
Those mysterious cloudberry errors
Started using cloudberry again. When it works, it works great. But, its awful when it comes to error messages. Going to start listing those errors here, and hopefully what worked to get past it. 3-24 “Failed The system cannot find the path specified. Open” Open what exactly? Lets dig deeper… Log file shows: System.IO.IOException The system cannot find the path…
Delete a stale Domain User From Windows 10
So you want to delete an old user that was part of a Domain from a Windows 10 machine: Two ways to do this: Search -> This PC -> Right click -> Properties -> Advanced system settings -> Advanced Tab -> User Profiles -> Select user -> Delete or Start -> Run -> sysdm.cpl -> Advanced Tab -> User Profiles…
CRM install fails with: either installed incorrectly or has not been completely uninstalled.
Once Again, Dynamics 365 rears its ugly head. We recently were updated to Dynamics CRM Version 9. Most users were unaffected, and the plugin was able to be updated without issue. However, during 1 users installation, the following error occurs: 14:22:36|Warning| Error 1605 reported attempting to read VersionString for installed product. UpgradeCode={B9D53805-50DD-4898-8B87-1B2891471F5A}, ProductCode={0C524D20-0409-0080-8A9E-0C4C490E4E54} 14:22:36|Warning| Product having UpgradeCode={B9D53805-50DD-4898-8B87-1B2891471F5A} is either…
Command to end Unifi service
Error:unifi is still running and cannot be installed Run this command using command promp copy and paste each line in a command prompt window and press enter.cd “%UserProfile%\Ubiquiti UniFi\”java -jar lib\ace.jar stopsvcjava -jar lib\ace.jar stop Stop mongod.exe in task manager before (re)installing If this fails, stop all processes related to Java. If you want a batch file, open notepad, enter…
Error when expanding partition on CentOS Linux on a Hyper-V virtual machine.
Error when expanding partition on CentOS Linux on a Hyper-V virtual machine. Error creating partition on /dev/sda: Command-line `parted –align optimal –script “/dev/sda” “mkpart \”\” ext2 ******MiB ************b”” exited with non-zero exit status 1: Error: The Backup GPT table is not at the end of the disk, as it should be. This might mean that another operating ystem believes the…