HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey\xx
Where xx
is the key
Strings
"Association"="http"
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Drawing; | |
using System.Linq; | |
using System.Runtime.InteropServices; | |
using System.Threading.Tasks; | |
using System.Windows.Forms; | |
namespace VolumeFucker |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using TaleWorlds.CampaignSystem.Actions; | |
using TaleWorlds.CampaignSystem.CampaignBehaviors; | |
using TaleWorlds.CampaignSystem.CharacterDevelopment; | |
using TaleWorlds.CampaignSystem.ComponentInterfaces; | |
using TaleWorlds.CampaignSystem.MapEvents; |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using TaleWorlds.CampaignSystem.Actions; | |
using TaleWorlds.CampaignSystem.CampaignBehaviors; | |
using TaleWorlds.CampaignSystem.CharacterDevelopment; | |
using TaleWorlds.CampaignSystem.ComponentInterfaces; | |
using TaleWorlds.CampaignSystem.MapEvents; |
$source = @" | |
using System; | |
using System.IO; | |
using System.Security.AccessControl; | |
using System.Security.Principal; | |
public class Program | |
{ | |
public static void Main() | |
{ |
netsh interface ip reset all | |
netsh winsock reset all |
net stop wuauserv | |
sc config wuauserv start= disabled |
In shell | |
All packages | |
pm list packages -f | |
Delete package | |
pm uninstall -k --user 0 com.samsung.android.bixby.wakeup |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Runtime.InteropServices; | |
namespace Tlk | |
{ | |
class TlkFile | |
{ |