From 122918e3dc1a9bbfca2ac38fb032906e34c65522 Mon Sep 17 00:00:00 2001
From: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com>
Date: Mon, 3 Oct 2022 02:46:51 +0530
Subject: [PATCH] Added option to Disable Notifications and Action Center
(#220)
---
MainWindow.xaml | 1 +
winutil.ps1 | 21 +++++++++++++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/MainWindow.xaml b/MainWindow.xaml
index 1b790212..b6dc587a 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -187,6 +187,7 @@
+
diff --git a/winutil.ps1 b/winutil.ps1
index ed84d94b..8419f55f 100644
--- a/winutil.ps1
+++ b/winutil.ps1
@@ -5,8 +5,8 @@
Version 0.0.1
#>
-# $inputXML = Get-Content "MainWindow.xaml" #uncomment for development
-$inputXML = (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/MainWindow.xaml") #uncomment for Production
+$inputXML = Get-Content "MainWindow.xaml" #uncomment for development
+# $inputXML = (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/MainWindow.xaml") #uncomment for Production
$inputXML = $inputXML -replace 'mc:Ignorable="d"', '' -replace "x:N", 'N' -replace '^