Some work PC's and laptops with an office wide group policy have sleep disabled. This worked for me to sleep my laptop everyday.
https://docs.microsoft.com/en-us/sysinternals/downloads/pstools
Add the folder to the PATH in Windows 10
<html> | |
<body> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | |
<script>$('<div/>').load('http://localhost/gatedmedicalregistration/gistfile2.html', function (e) { | |
$(this).appendTo('body'); | |
}); | |
</script> | |
</body> | |
</html> |
#!/bin/bash | |
curl_check () | |
{ | |
echo "Checking for curl..." | |
if command -v curl > /dev/null; then | |
echo "Detected curl..." | |
else | |
echo "Installing curl..." | |
apt-get install -q -y curl |
Some work PC's and laptops with an office wide group policy have sleep disabled. This worked for me to sleep my laptop everyday.
https://docs.microsoft.com/en-us/sysinternals/downloads/pstools
Add the folder to the PATH in Windows 10
When using the integrated powershell terminal with VSCode, colors are taken into consideration from
I recommend matching both color schemes as closely as possible to make life easier for yourself.
For setting the powershell colors use this application which actually works: https://github.com/lukesampson/concfg I tried other tools like ColorTool already to no avail
Ensure you haven't already overridden any Powershell colors in this file $profile
MSBuild locations | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin | |
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin |