VMware vSphere – cannot increase VM disk size, greyed out

You turn off your virtual machine, right-click it and pick “Edit settings”. You want add few GBs to your current disk, but it is greyed out and you cant change it. If you are in this scenario, the solution is probably very easy. Make sure you dont use snapshots, delete them. After that it should be possible to increase disk size as you are used … Continue reading VMware vSphere – cannot increase VM disk size, greyed out

Virtual ethernet card “Network adapter 1” is not supported – SOLVED

Another day, another VMware problem. I am trying to migrate VM through vCenter (6.7) and the compatibility check produces following warning: Virtual ethernet card “Network adapter 1” is not supported. “This is not a limitation of the host in general, but of the virtual machine’s configured guest OS on the selected host.” If you ignore the warning, the migration will take place as usual. But … Continue reading Virtual ethernet card “Network adapter 1” is not supported – SOLVED

Brother HL-2250DN toner light stuck – easy fix

My toner light stays on even after I change my toner. Fortunately, there is a way to reset it. Switch your printer off. Open front cover and keep it open. Press „Go“ button and hold it while turning printer on. Hold “Go” until „toner“, „drum“ and „error“ light stays on. Then press „Go“ button twice and wait again until „toner“, „drum“ and „error“ lights stay … Continue reading Brother HL-2250DN toner light stuck – easy fix

Increase upload size limit in WordPress when using WAMP

If you installed your WordPress site on WAMP, you can not upload pictures or documents larger than 2 MB by default. You can’t change this limit in WordPress backend, don’t bother searching for it. Instead, go to your server (or computer) where WAMP is installed and run it. You need to adjust PHP parameter „upload_max_filesize“. Luckily, WAMP makes that incredibly easy. Click on its icon … Continue reading Increase upload size limit in WordPress when using WAMP

Netlogon.log, where is it, how to enable it

If you need to troubleshoot network authentication or communication issues on Windows computer, netlogon service can provide useful log, but it must be enabled first. How do I enable netlogon service logging Open Comand Prompt as an administrator and use following command: Nltest /DBFlag:2080FFFF Where do I find the log file Every netlogon-related activity should now be writen in “%windir%\debug\netlogon.log”.(usually C:\windows\debug\netlogon.log) If nothing shows up … Continue reading Netlogon.log, where is it, how to enable it