22 liens privés
mount win 11
setup.exe /product server
(pour lancer un setup sans vérification de compatibilité.)
VK7JG-NPHTM-C97JM-9MPGT-3V66T
error 0x8007017B
Apple, your approach can be bewildering at times with its unnecessary complexities and flawed designs. Here's a solution for error 0x8007017B when dealing with iCloud Photos:
- Select the file/s you want to manage.
- Right-click and uncheck “Always keep on this device.”
- Wait for the green check status (always on device) to turn white (currently on this device).
- Now you can move or delete the file locally. It will remain on the cloud and other devices.
For cloud deletion:
A. Repeat steps 1-3.
B. Right-click the files again, select ‘Free up space’
C. Wait for the white check status (currently available on this device) to turn into a cloud (indicating file available on cloud).
D. Now you can delete, removing it from the cloud and all devices.
reviOS win
1) Afficher tout le contenu de la partition EFI/UEFI
sudo efibootmgr -v
La ligne qui nous intéresse est celle-là :
bootOrder: 0000,0001,000A,0003,0004,0005,000F,0007,0006
2) Modifier la ligne bootOrder et remettre l'ID de la partition Windows en début de ligne
Pour moi cela consistait à intervertir les deux premiers ID (Windows ayant 0001 et Mint 0000).
sudo efibootmgr -o 0001,0000,000A,0003,0004,0005,000F,0007,0006
3) Supprimer l'entrée Ubuntu/Mint
sudo efibootmgr -b 0000 -B
Reboot and enjoy
(MAJ+F10) et taper la commande suivante :
taskkill /F /IM oobenetworkconnectionflow.exe
Si bloqué avec l'install de win 11
MAJ+F10
regedit :
HKLM > SYSTEM > SETUP
Nouvelle clef : LabConfig
DWORD32 : BypassSecureBootCheck = 00000001
DWORD32 : BypassTPMCheck = 00000001
URCDKEY Promo
-
Intel HD graphics 3000 : 9.17.10.4229 du 26/05/2015
-
AMD Radeon HD 6700 M : 15.200.1062.1003 du 28/07/2015
Mon problème initial semble trouver une solution avec cette bidouille :
"Le PC a-t'il une carte graphique AMD ?, si oui :
1) Download the install AMD Radeon Windows 10 drivers that were released couple of days ago. Ver 15.7.1 I believe.
2) After installing rebooting, go to regedit. In regedit, go to the Find option in the Edit Menu.
3) Search for EnableULPS. Double click on it and change the value from 1 to 0.
4) Exit regedit and restart your laptop.
5) Your boot and sleep times should be much, much better."
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy Objects{48981759-12F2-42A6-A048-028B3973495F}Machine\System\CurrentControlSet\Policies
Ou
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
ajoutez une entrée :
LongPathsEnabled
attribuez lui la valeur 1
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FileSystem]
"LongPathsEnabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy Objects{48981759-12F2-42A6-A048-028B3973495F}Machine\System\CurrentControlSet\Policies]
"LongPathsEnabled"=dword:00000001
Monter partition win
ntfs-3g /dev/sda1 /mnt/windows -o force
Afin de vérifier que tout c'est déroulé correctement, tapez la commande suivante
df -m tout se passe bien si vous avez un /mnt/windows
Windows 10 Pro via gpedit.msc
Stratégie Ordinateur local - Modèles d'administration - Composants Windows - Windows Defender
Cliquer sur "Désactiver Windows Defender" et lui sélectionner "Activé"
Windows 10 Familiale ou Pro via le registre.
Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows Defender
Créer une Dword 32 bits du nom de: DisableAntiSpyware
Mettre la valeur 1 pour le désactiver.
0 = On
1 = Off
Invite de commandes (admin)
bcdedit /set {default} bootmenupolicy legacy
restaurer la configuration initiale du système :
bcdedit /set {default} bootmenupolicy standard
sudo apt-get install ntfs-3g
sudo apt-get install ntfsprogs
sudo fdisk -l
/dev/sda2 * 638 12312 93773824 7 HPFS/NTFS
sudo ntfsfix /dev/<device name>
Fixing A Corrupt Master Boot Record
sudo apt-get install lilo
sudo fdisk -l
sudo lilo -M /dev/ mbr
sudo mkdir /media/windows
sudo ntfs-3g -o force,rw /dev/<device name> /media/windows
equivalent win to linux
Réactiver les privilèges administrateur de mon compte personnel avec la commande netplwiz.exe
[Touche Windows + X]
Taper en ligne de commande (administrateur)
Bcdedit /set {default} bootmenupolicy legacy