Skip to content

Commit

Permalink
バージョンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
yuusakuri committed Dec 14, 2020
1 parent a528ac1 commit c20cedf
Showing 1 changed file with 66 additions and 67 deletions.
133 changes: 66 additions & 67 deletions PSWinUtil.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSWinUtil.psm1'

# このモジュールのバージョン番号です。
ModuleVersion = '1.3.1'
ModuleVersion = '1.4.1'

# サポートされている PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -77,71 +77,71 @@ PSWinUtil is a PowerShell module for Windows users. Dependencies are automatical
# NestedModules = @()

# このモジュールからエクスポートする関数です。最適なパフォーマンスを得るには、ワイルドカードを使用せず、エクスポートする関数がない場合は、エントリを削除しないで空の配列を使用してください。
FunctionsToExport = @(
'Add-WUEnvPath',
'ConvertTo-WUPascalCase',
'Edit-WUSshKey',
'Find-WUPath',
'Get-WUChassisType',
'Get-WULnkTarget',
'Get-WUMediaProperty',
'Get-WUMonitor',
'Get-WURandomString',
'Invoke-WUDownload',
'New-WUSshKey',
'Optimize-WUPowerShellStartup',
'Remove-WUEnvPath',
'Resolve-WUFullPath',
'Set-WUMonitor',
'Start-WUScriptAsAdmin',
'Disable-WUAdvertisingId',
'Disable-WUAppLaunchTracking',
'Disable-WUAppSuggestions',
'Disable-WUDarkMode',
'Disable-WUFileHistory',
'Disable-WUGameDvr',
'Disable-WULockScreen',
'Disable-WULockWorkstation',
'Disable-WURequireSignInOnWakeup',
'Disable-WUSaveZoneInformation',
'Disable-WUSmartScreen',
'Disable-WUSystemSounds',
'Disable-WUUac',
'Disable-WUWebSearchInStartMenu',
'Disable-WUWebsiteAccessToLanguageList',
'Disable-WUWindowsHello',
'Disable-WUWindowsSecurityAllNotifications',
'Disable-WUWindowsSecurityNonCriticalNotifications',
'Disable-WUWindowsUpdateAutoRestart',
'Disable-WUWindowsUpdateNotifications',
'Enable-WUAdvertisingId',
'Enable-WUAppLaunchTracking',
'Enable-WUAppSuggestions',
'Enable-WUDarkMode',
'Enable-WUFileHistory',
'Enable-WUGameDvr',
'Enable-WULockScreen',
'Enable-WULockWorkstation',
'Enable-WURequireSignInOnWakeup',
'Enable-WUSaveZoneInformation',
'Enable-WUSmartScreen',
'Enable-WUSystemSounds',
'Enable-WUUac',
'Enable-WUWebSearchInStartMenu',
'Enable-WUWebsiteAccessToLanguageList',
'Enable-WUWindowsHello',
'Enable-WUWindowsSecurityAllNotifications',
'Enable-WUWindowsSecurityNonCriticalNotifications',
'Enable-WUWindowsUpdateAutoRestart',
'Enable-WUWindowsUpdateNotifications',
'Register-WUStartup',
'Set-WUCapsLockToControl',
'Set-WUDesktopIconSize',
'Set-WUPS1Action',
'Set-WUScalingBehavior',
'Set-WUSearchBoxTaskbarMode',
'Set-WUWindowsAutoLogin'
)
FunctionsToExport = @(
'Add-WUEnvPath',
'ConvertTo-WUPascalCase',
'Edit-WUSshKey',
'Find-WUPath',
'Get-WUChassisType',
'Get-WULnkTarget',
'Get-WUMediaProperty',
'Get-WUMonitor',
'Get-WURandomString',
'Invoke-WUDownload',
'New-WUSshKey',
'Optimize-WUPowerShellStartup',
'Remove-WUEnvPath',
'Resolve-WUFullPath',
'Set-WUMonitor',
'Start-WUScriptAsAdmin',
'Disable-WUAdvertisingId',
'Disable-WUAppLaunchTracking',
'Disable-WUAppSuggestionsInStart',
'Disable-WUDarkMode',
'Disable-WUFileHistory',
'Disable-WUGameDvr',
'Disable-WULockScreen',
'Disable-WULockWorkstation',
'Disable-WURequireSignInOnWakeup',
'Disable-WUSaveZoneInformation',
'Disable-WUSmartScreen',
'Disable-WUSystemSounds',
'Disable-WUUac',
'Disable-WUWebSearchInStartMenu',
'Disable-WUWebsiteAccessToLanguageList',
'Disable-WUWindowsHello',
'Disable-WUWindowsSecurityAllNotifications',
'Disable-WUWindowsSecurityNonCriticalNotifications',
'Disable-WUWindowsUpdateAutoRestart',
'Disable-WUWindowsUpdateNotifications',
'Enable-WUAdvertisingId',
'Enable-WUAppLaunchTracking',
'Enable-WUAppSuggestionsInStart',
'Enable-WUDarkMode',
'Enable-WUFileHistory',
'Enable-WUGameDvr',
'Enable-WULockScreen',
'Enable-WULockWorkstation',
'Enable-WURequireSignInOnWakeup',
'Enable-WUSaveZoneInformation',
'Enable-WUSmartScreen',
'Enable-WUSystemSounds',
'Enable-WUUac',
'Enable-WUWebSearchInStartMenu',
'Enable-WUWebsiteAccessToLanguageList',
'Enable-WUWindowsHello',
'Enable-WUWindowsSecurityAllNotifications',
'Enable-WUWindowsSecurityNonCriticalNotifications',
'Enable-WUWindowsUpdateAutoRestart',
'Enable-WUWindowsUpdateNotifications',
'Register-WUStartup',
'Set-WUCapsLockToControl',
'Set-WUDesktopIconSize',
'Set-WUPS1Action',
'Set-WUScalingBehavior',
'Set-WUSearchBoxTaskbarMode',
'Set-WUWindowsAutoLogin'
)

# このモジュールからエクスポートするコマンドレットです。最適なパフォーマンスを得るには、ワイルドカードを使用せず、エクスポートするコマンドレットがない場合は、エントリを削除しないで空の配列を使用してください。
CmdletsToExport = @()
Expand Down Expand Up @@ -194,4 +194,3 @@ PSWinUtil is a PowerShell module for Windows users. Dependencies are automatical
# DefaultCommandPrefix = 'u'

}

0 comments on commit c20cedf

Please sign in to comment.