Skip to content

Releases: jaapbrasser/CustomizeWindows11

1.1.3 - Added ability to Add/Remove Chat Icon

14 Oct 09:51
cf99da8
Compare
Choose a tag to compare

Added

  • Added cmdlets Get-TaskbarShowChatIcon & Set-TaskbarShowChatIcon to manage the chat icon on the taskbar

Fixed

  • Bug in ConvertTo-Hash private function that caused it to fail on null values, resolves Issue 12

1.1.2 - NavBar cmdlets & changed file encoding

11 Oct 19:22
d82fee7
Compare
Choose a tag to compare

Changed

  • Changed encoding from Unicode to UTF8

Added

  • Added new functions, 'Get-ExplorerNavExpandToCurrentFolder', 'Get-ExplorerNavShowAllFolder', 'Get-ExplorerNavShowAvailabilityStatus', 'Get-ExplorerNavShowLibrary', 'Set-ExplorerNavExpandToCurrentFolder', 'Set-ExplorerNavShowAllFolder', 'Set-ExplorerNavShowAvailabilityStatus', 'Set-ExplorerNavShowLibrary' to manage various NavBar settings, resolves resolve Issue 10

Removed

  • Removed duplicate functions Get-ExplorerHideFileExt & Set-ExplorerHideFileExt, the Get/Set-ExplorerHideFileExtion functions can be used instead

1.1.1 - Bug fixes and calendar options

11 Oct 19:12
c5cb331
Compare
Choose a tag to compare

Added

  • Added Get/Set-TaskbarAdditionalCalendar to set or remove additional calendars
  • Added private function ConvertTo-Hash to resolve Issue 9
  • Added new functions

Fixed

  • Property display bug when using some Get-* cmdlets
  • Updated documentation for Set-TaskbarSize
  • Fixed PowerShell 5 bug in Invoke-ConfigurationData, resolves Issue 9

1.1.0 - Performance Improvements

06 Oct 20:34
49949d2
Compare
Choose a tag to compare

Changed

  • Updated documentation on all cmdlets

Fixed

  • Performance of all cmdlets by not using resolves IISResetMe Tweet
  • Get / Set-TaskbarSize now works as expected

1.0.0 - Initial release with 63 public cmdlets

06 Oct 01:23
a62f9ac
Compare
Choose a tag to compare

Initial release of Customize Windows 11 PowerShell module

Added

  • Get-ClassicContextMenu
  • Get-DesktopShowIcons
  • Get-ExplorerCheckboxFileSelection
  • Get-ExplorerHideFileExt
  • Get-ExplorerHideFileExtension
  • Get-ExplorerLaunchInSeparateProcess
  • Get-ExplorerPrettyPath
  • Get-ExplorerServerAdminUI
  • Get-ExplorerShowCompressedFilesColor
  • Get-ExplorerShowHidden
  • Get-ExplorerShowIconsOnly
  • Get-ExplorerShowInfoTip
  • Get-ExplorerShowMapNetworkDriveButton
  • Get-ExplorerShowStatusBar
  • Get-ExplorerShowSuperHidden
  • Get-ExplorerShowTypeOverlay
  • Get-ExplorerSnapAssistFlyout
  • Get-PerformanceListviewShadow
  • Get-PerformanceTranslucentSelectionRectangle
  • Get-SnapAssist
  • Get-TaskbarAnimations
  • Get-TaskbarAutoHideInTabletMode
  • Get-TaskbarInCenter
  • Get-TaskbarLock
  • Get-TaskbarShowCortanaButton
  • Get-TaskbarShowOnMultiMonitor
  • Get-TaskbarShowStoreApps
  • Get-TaskbarShowTaskViewButton
  • Get-TaskbarShowWidgetIcon
  • Get-TaskbarSize
  • Get-TaskbarSmallIcon
  • Set-ClassicContextMenu
  • Set-DesktopShowIcons
  • Set-ExplorerCheckboxFileSelection
  • Set-ExplorerHideFileExt
  • Set-ExplorerHideFileExtension
  • Set-ExplorerLaunchInSeparateProcess
  • Set-ExplorerPrettyPath
  • Set-ExplorerServerAdminUI
  • Set-ExplorerShowCompressedFilesColor
  • Set-ExplorerShowHidden
  • Set-ExplorerShowIconsOnly
  • Set-ExplorerShowInfoTip
  • Set-ExplorerShowMapNetworkDriveButton
  • Set-ExplorerShowStatusBar
  • Set-ExplorerShowSuperHidden
  • Set-ExplorerShowTypeOverlay
  • Set-ExplorerSnapAssistFlyout
  • Set-PerformanceListviewShadow
  • Set-PerformanceTranslucentSelectionRectangle
  • Set-SnapAssist
  • Set-TaskbarAnimations
  • Set-TaskbarAutoHideInTabletMode
  • Set-TaskbarInCenter
  • Set-TaskbarLock
  • Set-TaskbarShowCortanaButton
  • Set-TaskbarShowOnMultiMonitor
  • Set-TaskbarShowStoreApps
  • Set-TaskbarShowTaskViewButton
  • Set-TaskbarShowWidgetIcon
  • Set-TaskbarSize
  • Set-TaskbarSmallIcon