Forcefully Stop HyperV VM
Get the name as displayed in HyperV of the VM you want to stop and then run:
Forcefully Stop HyperV VM Read More »
Get the name as displayed in HyperV of the VM you want to stop and then run:
Forcefully Stop HyperV VM Read More »
With Corsair’s iCUE (latest version) on my Windows 10 (all updates installed) I got an error dialogue on every shutdown/reboot from iCUE. It was something like the following: The instruction at 0x000000005FC4030B reference memory at 0x000000003ED0860. The memory could not be read. Taken from the Corsair forum this especially effects systems with ASUS soundcards. I
iCUE shutdown/reboot bug on Windows 10 – The memory could not be read Read More »
You can use softlinks (linux: ln -s source target) under windows. The example mklink /D jdk11 jdk-11.0.7.10-hotspot will create a softlink with name jdk11 to folder jdk-11.0.7.10-hotspot in the same directory.
Windows ln style softlinks with mklink Read More »
Open a terminal and cd to the directory with the folders. Then run the following command: for /f “tokens=* usebackq” %G in (dir /b /a:d “%cd%”) do “c:\Program Files\7-Zip\7z.exe” a -r -tzip “%~G.zip” “%~G Make sure you have 7z installed under default installation target. Otherwise it won’t find the 7z.exe.
Create .zip for every folder of a directory under Windows 10 Read More »
My English version of Windows 10 and Ubuntu 16.04 could not agree whether my hwclock is UTC or not. So booting either Window or Linux changed my hwclock and then the time in the other OS was wrong. So I changed my hwclock to UTC and told Windows and Linux that my clock is set
hwclock problems with dual boot Read More »
See the following link from msdn. There you find commands to cleanup the WinSxS folder: http://msdn.microsoft.com/de-de/library/dn251565.aspx You will need admin rights for doing this ;-)
Windows 8.1 WinSxS Cleanup Read More »
There is a simple way to start/stop postgresql without any need to open the services dialogue: NET START postgresql-x64-9.3 NET STOP postgresql-x64-9.3 Just replace the version in the statements (you only need major and minor). Just skip the -x64 if you still have a 32bit version.
Start/Stop PostgreSQL under Windows Read More »
I had the problem that TortoiseSVN didn’t save passwords anymore. The solution is to delete the folder %APPDATA%subversionauth
TortoiseSVN does not save passwords Read More »
My outlook 2010 always wants to save Normalemail.dotm when I close it. To fix this i created a .reg file with the following content and double clicked it: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0WordOptionsWordMail] “ATUserAdded”=dword:00000001 After that the problem was fixed.
Normalemail.dotm in Office 2010 Read More »
I tried to configure basic authentication under an apache 2.4.4 and could not find out why my password didn’t match. Just got the following line in the log though my password was correct: […] [auth_basic:error] [pid …:tid …] [client ::…] AH01617: user ___: authentication failure for “/asd/”: Password Mismatch, referer: http://localhost/ So I found the
Bug in htpasswd.exe Read More »