From 642cc9a4a540b6bfe4ffe859b78835869a64eafc Mon Sep 17 00:00:00 2001 From: yuusakuri Date: Fri, 30 Jul 2021 10:31:50 +0900 Subject: [PATCH] Bump module version --- PSWinUtil.psd1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PSWinUtil.psd1 b/PSWinUtil.psd1 index 56c249e..aacf1ac 100644 --- a/PSWinUtil.psd1 +++ b/PSWinUtil.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSWinUtil.psm1' # このモジュールのバージョン番号です。 - ModuleVersion = '1.6.8' + ModuleVersion = '1.6.9' # サポートされている PSEditions # CompatiblePSEditions = @() @@ -125,6 +125,7 @@ PSWinUtil is a PowerShell module for Windows users. Dependencies are automatical 'Disable-WULockScreen', 'Disable-WULockWorkstation', 'Disable-WULongPaths', + 'Disable-WUNewsAndInterestsOnTaskbar', 'Disable-WURequireSignInOnWakeup', 'Disable-WUSaveZoneInformation', 'Disable-WUSmartScreen', @@ -150,6 +151,7 @@ PSWinUtil is a PowerShell module for Windows users. Dependencies are automatical 'Enable-WULockScreen', 'Enable-WULockWorkstation', 'Enable-WULongPaths', + 'Enable-WUNewsAndInterestsOnTaskbar', 'Enable-WURequireSignInOnWakeup', 'Enable-WUSaveZoneInformation', 'Enable-WUSmartScreen',