General data : https://ipwhoisinfo.com/
Captain Mail server check: https://multirbl.valli.org/lookup/
Category: Hack
Fixing a 0x800700df error
Possible reason: File transfer limit in Webclient Service
- Open regedit
- Go to: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ WebClient \ Parameters
- Find: FileSizeLimitInBytes and open it
- Select Decimal
- Enter the following number:
4294967295
- Click op OK
- Hold windowskey + R
- Enter services.msc
- Find WebClient
- Right click the service and select restart.
Done.
Find all the saved wifi passwords in windows 10
It is very simple to look up the used passwords for wifi connections on your computer:
netsh wlan show profiles
netsh wlan show profile name=TypeOneOfTheListedSSIDsHere key=clear
Terrible Invoice Ninja upgrade hack
Before some proc_get_status() error occurs:
Go here:
INVOICENINJAFOLDER/vendor/symfony/process/Process.php
Find:
$this->processInformation = proc_get_status($this->process);
Do: Comment it out
Do: Start upgrade
Done.