Forum Discussion
Gumdalf
Mar 21, 2022Brass Contributor
Windows 11 Week numbers to taskbar and calendar
Hey microsoft! I like to see week numbers! Please add this feature. I don't want to browse internet for simple things. I found out that you can add dddd or ddd to see week day on taskbar without c...
maidjerry
Aug 15, 2025Copper Contributor
Hey Guys,
you too enjoying a more demographic operating system?
My fix to this one is a shortcut to the powershell executable plus an arguments .. proceed as follows:
- Create a shortcut (File Explorer) and enter the following command as it will also locate the item (powershell.exe):
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Get-Date;'week';(Get-Culture).Calendar.GetWeekOfYear((Get-Date),(Get-Culture).DateTimeFormat.CalendarWeekRule,(Get-Culture).DateTimeFormat.FirstDayOfWeek);'day';(Get-Date).DayOfYear;pause"
- Give it a name ... something like date_detail or so..
- Double click it to see if it works
If not, check its properties, enter the code above into the target field .. works at least on my system.
For fast access consider adding it to the start menu or the task bar ... for frequent access consider giving it a short cut key (also to set in the properties of the newly created shortcut).