Enable Long Paths Microsoft Windows
From the Windows search bar, type regedit and press enter. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem@LongPathsEnabled Change the DWORD value from 0 to 1 and press ok. Note: The need for long paths…
Copy Data Using robocopy to Sync Local and Remote Directories
First step is to map your share path via a Drive Letter “\\Sever\Share\Destination\Path”, ie: Z:\ Open a Windows Command line prompt and enter the command: Sometimes after a copy completes,…
Enable SMB 1.0 on Windows 10
Navigate to the Control Panel.Click on Programs.Click on Turn Windows features on or off link.When the Windows Features dialogue window appears, click the + to expand the SMB 1.0/CIFS File Sharing Support checkbox options.Check…
Windows Update Error – Being prepared…
Fixed by performing these actions: Net stop Wuauserv Net stop cryptsvc Net stop bits Try running: ren %systemroot%\System32\Catroot2 Catroot2.old ren %systemroot%\SoftwareDistribution SoftwareDistribution.old If above rename commands do not work, manually…