Wamp server DNS_PROBE_FINISHED_NXDOMAIN

Original post: https://stackoverflow.com/questions/23973934/wamp-server-name-not-found-for-virtual-host-in-apache (1) Check Wamp virtual host on Location: “C:\wamp\bin\apache\apache2.4.9\conf\extra\httpd-vhosts.config” (2) Check hosts file in Windows on location: “C:\Windows\System32\drivers\etc\hosts” >>> put in a host file the virtual host definition <<<

Delete large folder fast using Command Prompt

Open Start on Windows 10. Search for Command Prompt, right-click the result, and select the Run as administrator option.Type the following command to navigate to the folder that you want to delete and press Enter: %USERPROFILE%\path\to\folder. In the command, make sure to update path with the path to the folder that you want to delete.Type...

Copy Files from Multiple Sub-folders to a Single Folder

Complete text: https://www.winhelponline.com/blog/move-copy-files-multiple-sub-folders-single-folder/ Using Command-line Scenario: Let’s copy all files from the d:\vacation snaps\2016 folder and sub-folders to the d:\all snaps folder recursively. Open a Command Prompt window. Run the following commands one by one and press ENTER after each line: md "d:\all snaps" cd /d "d:\vacation snaps\2016" for /r %d in (*) do...

Windows server 2016 RDS

Windows 2016 RemoteApps working fine but also enables Remote Desktop Connections. How to disable remote desktop but allow remote apps.Workaround => Start logoff script at logon If this option doesn’t work on your Windows 2016 server don’t worry, according to Microsoft this is not a bug but rather a...

Map a folder to drive letter

Map A Folder To A Drive Letter Directly In The Registry (Source: https://www.raymond.cc/blog/map-folder-or-directory-to-drive-letter-for-quick-and-easy-access/ ) This method has a couple of advantages over the Subst command. Not only does it add the mapped drive automatically on every boot, the drive letter is associated with the folder before any applications are...

SharePoint 2007-2013

SharePoint 2007 Windows SharePoint Services (WSS) v3. This is the free/unlicensed version of SharePoint that is built upon Windows Server 2003/2008, SQL Server 2000/2005, IIS, ASP.Net 2.0, and .NET 2.0/3.0. All you need is a licensed copy of Windows Server 2003 or Windows Server 2008. Microsoft Office SharePoint Server...