Blank desktop in Windows
https://docs.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/windows-logon-process-failed-spawn-user-app
https://docs.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/windows-logon-process-failed-spawn-user-app
Go to the Disk Manager with the disks ready. Right-click on one of the disks and click on New Mirrored Volume 1 to launch the wizard. Click Next 1 . Select the second disk 1 and click on Add 2 . Added discs, click Next 1 . Choose the letter for the reader 1 then… Leer más »
This guide will help you with configuring software RAID-1 on Windows Server 2019 Step 1: Open menu start and type diskmgmt. It will open the Disk Management window. Step 2: Preparing GPT Partition Table for mirror on Disk 2 Please run command prompt with administrator privileges and type diskpart and press enter: DISKPART>List disk As you can… Leer más »
Modificar la MTU de una tarjeta de red en un servidor Windows Server 2016 / 2019 vía comandos de Powershell. Primero corremos Windows PowerShell como administrador Con el siguiente comando podemos ver el estado de los interfaces: Revisamos el valor de Idx y pasamos el siguiente comando para modificar la MTU de las interfaces 6… Leer más »
Artículos técnicos ID: KB52648Última modificación: 10/28/2020 Entorno McAfee VirusScan Enterprise (VSE) 8.x For details of VSE supported environments, see KB51111. Resumen To manually uninstall VSE using the command line when you can’ remove it using Add/Remove Programs: Press the Windows key + R. Type the removal string below into the field, and press Enter. msiexec /x {CE15D1B6-19B6-4D4D-8F43-CF5D2C3356FF} REMOVE=ALL… Leer más »
Image resizer, batch image converter acdsee opensource alternative https://www.xnview.com/en/
If Windows has multiple interfaces connected to several networks that use DHCP, it installs default gateways for all those interfaces. By default, Windows sets the metric of the default gateways to the same, effectively leading to random selection of default gateway. If you want to make Windows to select certain gateway always, you can change… Leer más »
How to connect to Windows from Linux via PowerShell TL;DR You can PS-Remote from Linux to Windows if you Permit NTLM authentication on a target during post-exploitation Restart WinRM services Use this NTLM supporting PowerShell Docker image to PS-Remote from Linux to Windows. Background Info Occasionally I have found it useful on my pentests to leverage… Leer más »
Following are setup steps for OpenSSH shipped with Windows 10 v.1803 (April 2018 update. See comments to this post, it might not work with 1809). Server setup (elevated powershell): Install OpenSSH server: Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0. Start agent and sshd services: Start-Service ssh-agent; Start-Service sshd (this will generate host keys and default configuration automatically in $env:ProgramData\ssh). [Optional] Install OpenSSHUtils… Leer más »