Rechercher dans ce blog

samedi 2 novembre 2024

Fix for Windows Update Error 0x800F0922 in Windows 10/11 -- UEFI partition trop petite

 Voir l'article

https://www.winhelponline.com/blog/error-0x800f0922-windows-update/?expand_article=1 

L'article en pdf...

https://drive.google.com/file/d/1TXnSbYW0Wd1mw62_rQQYbRFFKVIYKPcW/view?usp=sharing


iPhone unlocking tools & hacks

 Activation Lock for iPhone and iPad - Apple Support

https://support.apple.com/en-us/108794

 What to do before you sell, give away, or trade in your iPhone or iPad - Apple Support 

https://support.apple.com/en-us/109511 

Récupérer le compte Apple - Apple (FR) 

https://iforgot.apple.com/

If you forgot your iPhone passcode or your iPhone is disabled

https://support.apple.com/en-us/118430?iphone-authentication-type=iphone-with-face-id

 


VHD VHDX Hyper V Windows sur USB WinToGO, boot a virtual disk, WINPE

 Convert-VHD (Hyper-V) | Microsoft Learn

https://learn.microsoft.com/en-us/powershell/module/hyper-v/convert-vhd?view=windowsserver2022-ps

 Optimize-VHD (Hyper-V) | Microsoft Learn 

https://learn.microsoft.com/en-us/powershell/module/hyper-v/optimize-vhd?view=windowsserver2022-ps

 Set-VHD (Hyper-V) | Microsoft Learn 

https://learn.microsoft.com/en-us/powershell/module/hyper-v/set-vhd?view=windowsserver2022-ps

 Hyper-V VHD and VHDX files: What, How, and Why

https://www.nakivo.com/blog/work-hyper-v-vhd-vhdx-files-essential-basics/ 

 Convert VHD to VHDX using Hyper-V Manager and Powershell - BDRSuite 

https://www.bdrsuite.com/blog/how-to-convert-vhd-to-vhdx-using-hyper-v-manager-and-powershell/#Physical

Converting Linux VHD's to VHDx » Kevin's Ramblings  

https://blog.kmsigma.com/2016/04/26/converting-linux-vhds-to-vhdx/

Convert, Resize, and Optimize VHD and VHDX files with PowerShell | mikefrobbins.com 

https://blog.kmsigma.com/2016/04/26/converting-linux-vhds-to-vhdx/

Boot to a virtual hard disk: Add a VHDX or VHD to the boot menu | Microsoft Learn 

https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/boot-to-vhd--native-boot--add-a-virtual-hard-disk-to-the-boot-menu?view=windows-10

 WinPE: Create bootable media | Microsoft Learn 

https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-create-usb-bootable-drive?view=windows-11 

Deploy Windows with a VHDX (Native Boot) | Microsoft Learn 

https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/deploy-windows-on-a-vhd--native-boot?view=windows-10 

Windows PE Basic Enhanced  

https://thedoggybrad.github.io/WindowsPEBasicEnhanced/

WinPE 11-10-8 Sergei Strelec 2024.09.20 (English version) 

https://manhpc.com/winpe-10-8-sergei-strelec-english-version/

Comment Créer Votre Propre LiveCD 

 https://recoverhdd.fr/blog/how-to-make-your-own-livecd.html#ch3

Why You Should Be Compacting Your Hyper-V Virtual Disks  

https://www.altaro.com/hyper-v/compact-hyper-v-virtual-disks-vhdx/


lundi 12 février 2024

Suppress Tendance Search in Windows 10

Pour arrêter que les recherches tendances n'apparaissent dans la barre de recherche de Windows 10 :

 

**Registry Editor:**
   

- Press `Win + R`, type `regedit`, and press Enter.
   - Navigate to `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search`.
   - Create a new DWORD (32-bit) value named `BingSearchEnabled` and set its value to `0`.
   - If the DWORD value "CortanaConsent" exists, set it to `0` as well.
   - Restart your computer.

Stop Ubuntu Pro Upgrade

Pour arrêter que la suggestion de la mise à jour PRO des packages n'apparaisse :

sudo pro config set apt_news=false


jeudi 2 février 2023

Clear GPG passphrase from session memory / no symkey caching

% gpg-connect-agent reloadagent /bye

 

gpg -c --no-symkey-cache your-file.txt
-symmetric
 -c
        Encrypt with a symmetric cipher using a passphrase. [..]  gpg
        caches the passphrase used for symmetric encryption so that a decrypt
        operation may not require that the user needs to enter the passphrase.
        The option --no-symkey-cache can be used to disable this feature.

 

To make this setting persistent, add the option (without --) in ~/.gnupg/gpg.conf:

no-symkey-cache