Skip to content

Instantly share code, notes, and snippets.

@Ragdata
Ragdata / win-symlinks.md
Last active November 4, 2022 22:58
Creating Symbolic Links (Symlinks) on Windows 10 & Windows 11
@ChuckMichael
ChuckMichael / notepadplusplus_win11.reg
Last active October 8, 2023 23:56
***/!\Not needed starting from Notepad++ v8.5.1/!\*** It adds "Edit with Notepad++" option to new context menu under Windows 11. Thanks to @AveYo!
Windows Registry Editor Version 5.00
; Edit with Notepad++ in Windows 11 contextmenu - by AveYo (https://gist.github.com/AveYo)
[-HKEY_CURRENT_USER\Software\Classes\*\shell\extract]
[HKEY_CURRENT_USER\Software\Classes\*\shell\extract]
"MuiVerb"="Edit with &Notepad++"
"Icon"="C:\\Program Files\\Notepad++\\notepad++.exe,0"
"MultiSelectModel"="Player"
"NeverDefault"=""
"AppliesTo"="NOT .zip"
@a-bode
a-bode / Install Windows 11 without Internet.md
Last active November 4, 2022 22:46
Install Windows 11 without Internet

On the “Oops, you’ve lost internet connection” or “Let’s connect you to a network” page, use the Shift + F10 keyboard shortcut.

In Command Prompt, type the OOBE\BYPASSNRO command to bypass network requirements on Windows 11 and press Enter.

The computer will restart automatically and the out-of-box experience (OOBE) will start again.

Install driver

@aljbri
aljbri / idm_reset_trial.md
Last active May 8, 2024 06:24
Internet Download Manager reset trial

IDM reset trial

Internet Download Manager (IDM) has two registry keys that are used to save the installation timestamp that considers the starting of the trial time. For resetting the timer both keys have to be deleted, besides other configurations that have to be reset to the default configuration.


To reset the time you can do it either by using the original setting that was used while installing the application for the first time. ConfigTime and MData have to be deleted, and the Thread value has to be set to 1 while the Model value will be set to 0x68. in addtion, you have to delete the IDM setting folder in this path %appdata%\IDM

  • copy the folowing code and save it in reg file
@AveYo
AveYo / 7-Zip_Windows11.reg
Last active May 24, 2024 11:22
7-Zip Windows 11 Context Menu entries via whitelisted id reuse example by AveYo
Windows Registry Editor Version 5.00
; 7-Zip Windows 11 Context Menu entries via whitelisted id reuse example by AveYo
; Add to archive.. only single files (multiple would need a single instance redirect tool)
[-HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\connectNetworkDrive]
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\connectNetworkDrive]
"MuiVerb"="@C:\\Program Files\\7-Zip\\7-zip.dll,-2324"
"Position"="Middle"
"Icon"="C:\\Program Files\\7-Zip\\7-zip.dll,0"
@krlvm
krlvm / StartButtonReplacement.cpp
Last active August 10, 2023 09:39
Changing Windows 11 Start Button to match Windows 11 logo when using ExplorerPatcher
/*
* MIT License
*
* Copyright (c) 2021 krlvm
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@nimdasx
nimdasx / windows 11 installation skip network connection.txt
Created November 7, 2021 09:21
windows 11 installation skip network connection
Let’s Connect You To A Network -> “Shift” and “F10”
taskkill /F /IM oobenetworkconnectionflow.exe
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active May 23, 2024 07:35
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active May 24, 2024 11:21
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@wertyoo
wertyoo / DarkBlueDittoTheme.xml
Last active November 24, 2021 15:25
Ditto Clipboard Themes XML - Dark Blue Ditto Clipboard Theme
<Ditto_Theme_File Version="2" Author="Wertyoo" Notes="DarkBlue Theme">
<CaptionLeft>RGB(18,36,41)</CaptionLeft>
<CaptionRight>RGB(36,55,60)</CaptionRight>
<CaptionLeftTopMost>RGB(18,36,41)</CaptionLeftTopMost>
<CaptionRightTopMost>RGB(36,55,60)</CaptionRightTopMost>
<CaptionLeftNotConnected>RGB(18,36,41)</CaptionLeftNotConnected>
<CaptionRightNotConnected>RGB(36,55,60)</CaptionRightNotConnected>