Password change WinNT
$pass = Read-Host 'What is your old password?' -AsSecureString $pwdOld = [Runtime.InteropServices.Marshal]::PtrToStringAuto([Runtime.InteropServices.Marshal]::SecureStringToBSTR($pass)) $pass = R...
$pass = Read-Host 'What is your old password?' -AsSecureString $pwdOld = [Runtime.InteropServices.Marshal]::PtrToStringAuto([Runtime.InteropServices.Marshal]::SecureStringToBSTR($pass)) $pass = R...
based on article at heise.de/ct add_filter( 'rest_authentication_errors', function( $result ) { if ( ! empty( $result ) ) { return $result; } if ( ! is_user_logged_in() ) { return new WP_Error( '4...
Dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") Do While True WshShell.SendKeys("{F15}") WScript.Sleep(55000) Loop
eine alte doku zu adfs mit vielen Erklärungen
Einstellungen > Konten > Anmeldeoptionen > Apps neu starten Update und Sicherheit > Übermittlungsoptimierung > Erweiterte Optionen > Downloadeinstellungen und dort die maximale ...
APN: mass.at APN-type: default Muss gesetzt werden, wenn zwar unter ##4636## Datenverbindung AN gezeigt wird, aber keine Verbindung sonst geht, scheint ein Ipv6 Problem
convert to pcapng and use wireshark https://github.com/microsoft/etl2pcapng/
Unter Win10 endlich eine einfache Sache bcdedit /set {current} safeboot minimal reboot 2 bios and switch boot to windows bcdedit /deletevalue {current} safeboot reboot fertig
iehe Microsoft Office Subject Interface Packages for Digitally Signing VBA Projects aktuell unter https://www.microsoft.com/en-us/download/details.aspx?id=56617
[system.net.webutility]::urldecode("...") oder [system.web.httputility]::urldecode("...")