Devenet Devenet

Liens en vrac

Quelques 337 marque-pages glanés pendant ma navigation sur le Web.

19 résultats pour #windows×

RSS ATOM

Changer le nom du réseau actif - Windows 10

https://www.pcastuces.com/pratique/astuces/5444.htm

Connecté en Ethernet, pour changer le nom du réseau affiché dans la barre des notifications (généré par Windows), il faut passer par l’éditeur de registre, pour changer la valeur du champ “ProfilName”.

> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

Contourner le mot de passe admin Windows

https://becauseofprog.fr/blog/bypass-windows-admin-password-64

En résumé :
— démarrer sur un live CD
— accéder au dossier C:\Windows\System32
— renommer Utilman.exe en Utilman.exe.back
— copier cmd.exe en Utilman.exe
— redémarrer sur Windows et cliquer sur les options d’accessibilité
    – lister les utilisateurs : net user
    – ajouter un utilisateur : net user [username] [password] /add
    – passer en administrateur : net localgroup administrators [username] /add
    – changer le mot de passe : net user [username] [password]
    – supprimer un utilisateur : net user [username] /delete
– redémarrer sur le live CD et annuler les modifications sur Utilman.exe

Pour s’en prémunir : chiffrer son disque, empêcher le démarrage sur un autre support que le disque.

How to Disable OneDrive in Windows 10 - Microsoft Community

https://answers.microsoft.com/en-us/windows/wiki/windows_10-files/how-to-disable-onedrive-in-windows-10/bb20683e-c38f-4c38-9b22-dfd73eeeb510

Désactiver OneDrive sur Windows 10 :

> taskkill /f /im OneDrive.exe

Sur un système 64 bits :
> %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall

Sur un système 32 bits :
> %SystemRoot%\System32\OneDriveSetup.exe /uninstall

Taskbar Pinned Shortcuts Location

https://superuser.com/questions/855784/taskbar-pinned-shortcuts-location/855785

Pour gérer les raccourcis dans la barre des tâches de Windows 10 :
→ %APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

Setting low disk space alerts on Windows Server 2008

http://serverfault.com/questions/102745/setting-low-disk-space-alerts-on-windows-server-2008/191378

1. Open Task Scheduler and create a new task.
2. Enter a name for the task, select "Run whether user is logged on or not", and check "Do not store password."
3. Add a new trigger on the Triggers tab.
4. Select "On an event" in the "Begin the task" box.
5. Set Log to "System", Source to "srv", and Event ID to "2013".
6. Add a new action on the Actions tab.
7. Set Action to "Send an e-mail" and fill in the rest of the settings appropriately.
8. To configure when the low disk space event is recorded in the System Log, open the Registry Editor, navigate to HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters and add a DWORD value named “DiskSpaceThreshold”, setting it to the desired percentage. When the entry does not exist, the default value is 10.

Gérer les bibliothèques sur Windows 7

http://www.pcastuces.com/pratique/windows/7/bibliotheques/page5.htm

Comment ajouter un emplacement réseau dans une bibliothèque sur Windows 7
1. Créer un dossier vide D:\Library\Media\Videos
2. Le lier à la bibliothèque choisi
3. Supprimer le dossier Videos
4. Dans une invite de commande, saisir la commande mklink /d D:\Library\Media\Videos \\PC_DISTANT\Media\Videos
5. Voilà c'et fait