WiFi standards and traffic speed USB standards and traffic speed HDD standards and speed Tools: https://roadkil.net/program.php/P5/CommTest https://download.cnet.com/LANBench/3000-2085_4-10974206.html https://sourceforge.net/projects/netiogui/
Windows
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 <<<
How to add the files space in a Teams to your Windows File Explorer
In Microsoft Teams select the General section of a Team, go to the Files section and choose Open in SharePoint This will take you to a website. Select Sync. It will prompt you to Open in Microsoft OneDrive, tell it to open.This may look different depending on what you have selected as your default web browser. Now look...
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...
RDS license leftover
Open cmd with admin privileges and put command: wmic /namespace:\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !=””) CALL GetGracePeriodDays
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...
High network traffic (lsass.exe )
lsass.exe high network traffic from the internet FIX! server 2012 r2: https://www.youtube.com/watch?v=sdlYDMEmyBk
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...