Forum Discussion
Windows 11 Week numbers to taskbar and calendar
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).
This shows the week number of the current date but I think what people are after is having week numbers for the whole year (e. g. for planning)