I hereby claim:
- I am citillara on github.
- I am citillara (https://keybase.io/citillara) on keybase.
- I have a public key ASChxF6Wg8PMVO3WleSvQZkbXJpC1UhvfTVy3pOZ0M_ZWgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| param( | |
| [Parameter(Mandatory = $true)] | |
| [string]$FolderName, # e.g. "Assassin's Creed Odyssey" | |
| [switch]$Merge # Allow merging into a non-empty destination | |
| ) | |
| # Usage : .\Move-ToMyGamesJunction.ps1 -FolderName "Assassin's Creed Odyssey" | |
| # Merge if exist : .\Move-ToMyGamesJunction.ps1 -FolderName "Assassin's Creed Odyssey" -Merge | |
| 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 |