4003 links
29 private links
  • Strak.ch | Actu et liens en vrac
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 7
130 results tagged Tricks x
  • ktpass | Microsoft Docs

    Si une commande ktpass échoue, erreur "Password set failed! 0x00000035", c'est probablement que le mot de passé généré aléatoirement (paramètre rndpass) n'est pas assez fort selon les polices de l'AD.

    Dans ce cas, à la place de "rndpass", on entre un mot de passe accepté par l'AD. C'est tout !

    March 9, 2022 at 11:40:27 AM GMT+1 * - permalink -
    QRCode
    - https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/ktpass
    Kerberos ActiveDirectory Tricks
  • Restaurer les données d’un disque USB mal éjecté (RAW)

    Coudé, potentiellement utile.

    December 28, 2021 at 11:45:35 PM GMT+1 * - permalink -
    QRCode
    - https://blogmotion.fr/systeme/disque-usb-raw-voulez-vous-formater-19025
    HDD Restauration Tricks
  • 12ft Ladder

    Pour passer les paywalls - "mais oui tu sais quand tu peux pas lire la suite de l'article".

    via https://sebsauvage.net/links/?ZnEyfQ

    November 15, 2021 at 10:35:22 PM GMT+1 * - permalink -
    QRCode
    - https://12ft.io/
    Paywall Tricks Web
  • Notepad++ delete everything but the strings I searched for/or copy the strings - Super User

    Supprimer tout sauf expression régulière recherchée dans Notepad++.

    Exemple dans GT: <span class="abs">[a-z 0-9]*</span>

    Pour supprimer les lignes dupliquées (find and replace): ^(.*?)$\s+?^(?=.*^\1$)

    On peut ensuite utiliser TextFX Characters pour supprimer les lignes en doublon.

    August 24, 2021 at 10:46:25 PM GMT+2 * - permalink -
    QRCode
    - https://superuser.com/questions/432159/notepad-delete-everything-but-the-strings-i-searched-for-or-copy-the-strings
    Notepad Tricks Travian
  • spacedesk | Multi Monitor App | Virtual Display Screen | Software Video Wall

    Testé rapido avec une vieille tablette Samsung, ça marche nickel !

    July 30, 2021 at 5:06:40 PM GMT+2 * - permalink -
    QRCode
    - https://www.spacedesk.net/
    Ecran Outils Windows Tricks
  • VLC: jouer plusieurs pistes audio en même temps

    Il faut créer un bat et drap and drop les vidéos dessus. Merci Matronix ! :)

    start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" --sout-all --sout # display %1%

    /!\ Il faut enlever l'espace entre "#" et "display", Shaarli prend ça pour une balise sinon...

    July 27, 2021 at 7:33:07 PM GMT+2 * - permalink -
    QRCode
    - /shaare/f51dgQ
    VLC Vidéo Tricks
  • Active Directory : ajouter un utilisateur à un groupe pour une durée limitée | Active Directory | IT-Connect

    Coudé.

    June 2, 2021 at 5:16:03 PM GMT+2 * - permalink -
    QRCode
    - https://www.it-connect.fr/active-directory-ajouter-un-utilisateur-a-un-groupe-pour-une-duree-limitee/
    ActiveDirectory Tricks
  • Comment faire sauter la protection d’une feuille Excel ?

    Coudé car je dois le faire au moins 1 fois par année (pas pour mes propres fichiers hein !)...

    January 18, 2021 at 5:36:43 PM GMT+1 * - permalink -
    QRCode
    - https://www.it-connect.fr/comment-faire-sauter-la-protection-dune-feuille-excel/
    Excel Tricks Passwords
  • GitHub - M2Team/NSudo: Series of System Administration Tools

    "NSudo is an open source application for Microsoft Windows devices that adds options to Windows operating systems to run processes as TrustedInstaller or System."

    Il y a 2 semaines, je me suis fait chier à lancer regedit via pstools -s car je devais supprimer des clés mais ça n'était possible QUE en utilisateur système...

    December 28, 2020 at 12:42:02 AM GMT+1 * - permalink -
    QRCode
    - https://github.com/M2Team/NSudo
    Windows Sysadmin Tricks Outils
  • Gagner des supers pouvoirs avec la CLI Cisco ! 🐱‍🏍

    Tout ces petits tricks que tu oublies si tu ne pratiques pas assez souvent la CLI, omg !

    December 11, 2020 at 5:21:27 PM GMT+1 * - permalink -
    QRCode
    - https://blog.jbriault.fr/cisco-tips/
    Cisco CLI Tricks
  • Désinstaller New Microsoft Edge

    Ça fait déjà 3 fois que je dois le faire, alors je me note cette info:

    1. Ouvrir Powershell en élevé et aller dans (remplacer la version au besoin):
      cd "C:\Program Files (x86)\Microsoft\Edge\Application\86.0.622.51\Installer"
    2. Taper la commande suivante:
      .\setup --uninstall --force-uninstall --system-level
    October 27, 2020 at 7:53:55 AM GMT+1 * - permalink -
    QRCode
    - /shaare/BdkaKA
    Microsoft Tricks Powershell Edge
  • using robocopy to copy folder structure only

    TL;DR:
    robocopy <source> <destination> /zb /e /xf *

    /!\ Quotes ARE required to use a path name with spaces. The trick is there MUST be a space after the path names before the closing quote...like this: robocopy "C:\Source Path " "C:\Destination Path " /option1 /option2...

    October 6, 2020 at 8:12:57 AM GMT+2 * - permalink -
    QRCode
    - https://social.technet.microsoft.com/Forums/azure/en-US/0b3d3006-0e0f-4c95-9e2f-4c820832ebfa/using-robocopy-to-copy-folder-structure-only?forum=w7itprogeneral
    Robocopy Windows Tricks
  • Remove Quick access from the navigation pane Windows 10
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
    • New DWORD -> HubMode -> Value 1
    • Restart
    September 26, 2020 at 9:42:52 AM GMT+2 * - permalink -
    QRCode
    - /shaare/aZtrLw
    Windows10 Tricks
  • KeePass : ouvrir une base sans le mot de passe – Blogmotion

    Top l'astuce, merci Xhark !

    cmd://"{APPDIR}\KeePass.exe" "P:\dossier\equipe.kdbx" -pw-enc:{PASSWORD_ENC}

    September 8, 2020 at 1:13:04 PM GMT+2 - permalink -
    QRCode
    - http://blogmotion.fr/internet/securite/keepass-ouvrir-base-sans-saisir-mot-de-passe-18471
    Keepass Passwords Tricks
  • HPE Smart Array CLI commands on ESXi | Kalle's playground

    Pour agir au niveau du hardware HPE depuis la CLI d'un ESXi. Très pratique !

    September 8, 2020 at 12:53:03 PM GMT+2 - permalink -
    QRCode
    - https://kallesplayground.wordpress.com/useful-stuff/hp-smart-array-cli-commands-under-esxi/
    HPE VMware CLI Tricks
  • Restore Default File Type Associations in Windows 10 | Tutorials

    Ces tutos font toujours un peu peur mais ça m'a permis de restaurer l'association pour les VHD, alors je valide.

    August 15, 2020 at 3:21:05 PM GMT+2 - permalink -
    QRCode
    - https://www.tenforums.com/tutorials/8703-restore-default-file-type-associations-windows-10-a.html
    Fichiers Windows Tricks
  • You can now set the target Windows 10 version in professional editions - gHacks Tech News

    Coudé.

    Edit, voir aussi: https://windows.developpez.com/actu/306737/Microsoft-supprime-la-possibilite-pour-les-utilisateurs-professionnels-de-differer-manuellement-les-MaJ-de-fonctionnalites-de-Windows-10-a-l-aide-des-parametres-de-Windows-Update/

    June 28, 2020 at 12:03:02 PM GMT+2 * - permalink -
    QRCode
    - https://www.ghacks.net/2020/06/27/you-can-now-set-the-target-windows-10-release-in-professional-versions/
    Windows10 Update Tricks
  • Firefox 77: désactiver (encore!) la nouvelle barre d'adresse
    • Open about:config
    • Now copy and paste following string in Search filter box:
      browser.urlbar.disableExtendForTests
    • Since the preference doesn't exist, Firefox will ask you to create the preference, Select Boolean (it's selected by default) and click on "+" button to add the preference to Firefox.
    • Now type richresults in Search filter box and look for following preference in the window:
      browser.urlbar.maxRichResults
    • The preference value is set to 10. Double-click on the preference or click on the Edit (pencil) icon to change the value.
    • Set the value to 0 and press Enter key.

    Et voilà.

    June 4, 2020 at 10:24:24 PM GMT+2 * - permalink -
    QRCode
    - /shaare/5rAQIg
    Firefox Update Tricks
  • Azure AD Connect Password Sync not working for some users : Office365

    Si un user a son mot de passe qui n'est pas synchronisé sur Azure AD:

    "On your AAD Connect box, open the AAD Connect app. Hit Configure, then Troubleshoot, then Next, then Launch.
    It will pull up the troubleshooter in Powershell.
    Pick Option 2, then Option 3. (You'll see the descriptions on the screen) When it asks for the user to force a sync for, give it the user's DN.
    If you're unfamiliar with distinguished name format, look up the user in ADUC, and DistinguishedName will be one of the user attributes.
    Copy/paste that whole value. It will be something to the effect of CN=user,DN=SubOU,DN=OU,DC=Company,DC=com."

    May 8, 2020 at 5:21:54 PM GMT+2 * - permalink -
    QRCode
    - https://www.reddit.com/r/Office365/comments/bxjqbh/azure_ad_connect_password_sync_not_working_for/eq7eamu/
    Azure Microsoft Debug Tricks
  • Supported Remote Desktop RDP file settings | Microsoft Docs

    Les paramètres applicables dans un ficher .rdp.

    March 1, 2020 at 9:07:08 PM GMT+1 - permalink -
    QRCode
    - https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files
    RDP Microsoft Tricks
Links per page: 20 50 100
◄Older
page 1 / 7
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation