How to Get the New Dark Acrylic Taskbar, Action Center & the Start Menu in Windows 11

  Рет қаралды 32,522

Tanjim The Tech Guy

Tanjim The Tech Guy

Күн бұрын

Пікірлер: 109
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
Start Menu Styler Alternative Codes: drive.google.com/file/d/1BfE55MYTVyIrV822E-N0aZ0J_Gsrf033/view
@hayatuddeenabdulrashid7728
@hayatuddeenabdulrashid7728 2 ай бұрын
This start is better
@hayatuddeenabdulrashid7728
@hayatuddeenabdulrashid7728 2 ай бұрын
But explorer blur mica didn't work on my win 11 version 24h2
@bikkhoto
@bikkhoto 2 ай бұрын
Now it works but right side was good :)
@bog9026
@bog9026 25 күн бұрын
If anyone has issues with the task bar rounding on a 1440p monitor, find width in the text file and change the width to 2495. I found that best. It goes slightly past the clock and looks amazing
@AkramAlqhfa
@AkramAlqhfa 2 ай бұрын
wow , most beautiful style i ever seen for windows 11 ... you should try it guys
@lewishenriques4690
@lewishenriques4690 2 ай бұрын
You make very great stuff thanks for your amazing work
@widget347U
@widget347U 5 сағат бұрын
do u know how i can get the start menu search transparent?
21 күн бұрын
Taskbar Styler not working. I'm using Windows 11 24H2.
@V.SKariyapperuma
@V.SKariyapperuma 4 күн бұрын
Guys, if anyone is using a PC with a resolution of 1920x1080, you can fix the taskbar by simply changing the taskbar width to 1530 in the code.
@Netro1700
@Netro1700 Күн бұрын
is there a file styler ?
@LightLevity
@LightLevity Ай бұрын
this is beautiful thanks so much for refreshing my windows ... one question my taskbar is transparent and not that dark how to make it darker? thanks
@emanuelevalente2253
@emanuelevalente2253 2 ай бұрын
Thank you for your work, this customization is beautiful. Would it be possible to have military time for example 19:00 instead of 07:00 PM? and have "where next" in Italian in the start menu? Thank you
@FrankKlawuhn
@FrankKlawuhn Ай бұрын
You can. In his clock.txt replace the "TimeFormat":"hh':'mm'" with capital H "TimeFormat":"HH':'mm'" That did it for me
@souradeepdey8091
@souradeepdey8091 2 ай бұрын
can you do this for another wallpaper? and the all apps portion of the start menu is not transparent
@shadowdarkness5173
@shadowdarkness5173 Ай бұрын
How do you have space between apps in Taskbar?
@manifest_dreams
@manifest_dreams 28 күн бұрын
would like to know this as well
@RLJaz
@RLJaz Ай бұрын
Hey Tanjim, good video and good JSON code. Great work! However, I think there might be some trouble with the 24H2 version. The taskbar is a bit hard to style.😅 When I try to style the taskbar on my 24H2 system using your code, the taskbar just becomes transparent. I can see that when I save the code, there is one frame where everything works great, but then it turns transparent, which is very frustrating. Does anyone have any ideas or tips on how to fix this?👀
@shomgerry
@shomgerry 29 күн бұрын
I/m facing this issue too mamehn, anyone with a solution please help
@RLJaz
@RLJaz 29 күн бұрын
@@shomgerry I found the problem. 24H2 do not support AcrylicBrush. So i changed the code that it doesen't have AcrylicBrush und it works, but without the blur effect. You can try this code: { "controlStyles[0].target": "taskbar:TaskListButton", "controlStyles[0].styles[0]": "CornerRadius=12", "resourceVariables[0].variableKey": "TaskbarContextMenuMargin", "resourceVariables[0].value": "0", "promptForExplorerRestart": 1, "controlStyles[1].target": "taskbar:ExperienceToggleButton", "controlStyles[1].styles[0]": "CornerRadius=12", "controlStyles[2].target": "Rectangle#BackgroundStroke", "controlStyles[2].styles[0]": "Height=0", "controlStyles[3].target": "taskbar:SearchBoxButton", "controlStyles[3].styles[0]": "CornerRadius=12", "controlStyles[4].target": "Rectangle#RunningIndicator", "controlStyles[4].styles[0]": "Height=2", "controlStyles[5].target": "systemtray:ChevronIconView", "controlStyles[5].styles[0]": "CornerRadius=12", "controlStyles[6].target": "systemtray:NotifyIconView", "controlStyles[6].styles[0]": "CornerRadius=12", "controlStyles[7].target": "systemtray:OmniButton", "controlStyles[7].styles[0]": "CornerRadius=12", "controlStyles[8].target": "systemtray:IconView", "controlStyles[8].styles[0]": "Padding=6,6", "controlStyles[9].target": "taskbar:TaskListButtonPanel", "controlStyles[9].styles[0]": "CornerRadius=12", "controlStyles[10].target": "taskbar:AugmentedEntryPointButton", "controlStyles[10].styles[0]": "CornerRadius=12", "controlStyles[11].target": "taskbar:TaskbarFrame", "controlStyles[11].styles[0]": "Margin=0", "controlStyles[12].target": "Border#BackgroundFill", "controlStyles[12].styles[0]": "CornerRadius=12", "controlStyles[13].target": "Rectangle#BackgroundFill", "controlStyles[13].styles[0]": "RadiusX=20", "controlStyles[13].styles[1]": "RadiusY=20", "controlStyles[13].styles[2]": "Height=48", "controlStyles[13].styles[3]": "Width=1120", "controlStyles[13].styles[4]": "Opacity=0.85" } this should work for 24H2 :)
@RLJaz
@RLJaz 29 күн бұрын
@@shomgerry Do you still need help ? I found the problem and made some changes to the code. So now it works with 24h2 but without blur.
@yhenek
@yhenek 26 күн бұрын
@@RLJaz Can u help? Pls !
@RLJaz
@RLJaz 26 күн бұрын
@@yhenek Sure. Try this Code: { "controlStyles[0].target": "taskbar:TaskListButton", "controlStyles[0].styles[0]": "CornerRadius=12", "resourceVariables[0].variableKey": "TaskbarContextMenuMargin", "resourceVariables[0].value": "0", "promptForExplorerRestart": 1, "controlStyles[1].target": "taskbar:ExperienceToggleButton", "controlStyles[1].styles[0]": "CornerRadius=12", "controlStyles[2].target": "Rectangle#BackgroundStroke", "controlStyles[2].styles[0]": "Height=0", "controlStyles[3].target": "taskbar:SearchBoxButton", "controlStyles[3].styles[0]": "CornerRadius=12", "controlStyles[4].target": "Rectangle#RunningIndicator", "controlStyles[4].styles[0]": "Height=2", "controlStyles[5].target": "systemtray:ChevronIconView", "controlStyles[5].styles[0]": "CornerRadius=12", "controlStyles[6].target": "systemtray:NotifyIconView", "controlStyles[6].styles[0]": "CornerRadius=12", "controlStyles[7].target": "systemtray:OmniButton", "controlStyles[7].styles[0]": "CornerRadius=12", "controlStyles[8].target": "systemtray:IconView", "controlStyles[8].styles[0]": "Padding=6,6", "controlStyles[9].target": "taskbar:TaskListButtonPanel", "controlStyles[9].styles[0]": "CornerRadius=12", "controlStyles[10].target": "taskbar:AugmentedEntryPointButton", "controlStyles[10].styles[0]": "CornerRadius=12", "controlStyles[11].target": "taskbar:TaskbarFrame", "controlStyles[11].styles[0]": "Margin=0", "controlStyles[12].target": "Border#BackgroundFill", "controlStyles[12].styles[0]": "CornerRadius=12", "controlStyles[13].target": "Rectangle#BackgroundFill", "controlStyles[13].styles[0]": "RadiusX=20", "controlStyles[13].styles[1]": "RadiusY=20", "controlStyles[13].styles[2]": "Height=48", "controlStyles[13].styles[3]": "Width=1120", "controlStyles[13].styles[4]": "Opacity=0.85" }
@gbro35
@gbro35 Ай бұрын
How to separate the taskbar buttons in to gruops?
@AtharvFaltankar
@AtharvFaltankar Ай бұрын
Thanks a lot ❤ but there is no power button on start please add to it
@TanjimTheTechGuy
@TanjimTheTechGuy Ай бұрын
Because you have a different screen resolution than mine. Download the alternative version from the pinned comment.
@8184侣行
@8184侣行 Ай бұрын
How to solve the opacity of File Explorer menu bar?
@Brutell01
@Brutell01 Ай бұрын
How to Get the windows background colour?
@x1ndreg677
@x1ndreg677 2 ай бұрын
the taskbar rounded corners only works on the left side on the right side its not working how to fix?
@satyapattanaik27
@satyapattanaik27 Ай бұрын
same issue
@TanjimTheTechGuy
@TanjimTheTechGuy Ай бұрын
Open the taskbar styler codes notepad file, scroll down & find the width value, change it to 1530 Now copy the codes & paste inside the taskbar styler advanced option.
@lewishenriques4690
@lewishenriques4690 2 ай бұрын
Great job make pc 💻 very cool
@eduardopanduro5520
@eduardopanduro5520 28 күн бұрын
How to make the pinned Icons name to appear in Start Menu?
@shomgerry
@shomgerry 29 күн бұрын
My Taskbar doesn't appear Acrylic. It's just fully gone with the icons remaining. Any idea how to solve this?
@rachitsingh8716
@rachitsingh8716 Ай бұрын
Hey i have a small issue in start menu it's only showing me "all" from "all Apps" text and i think "All" is bit too much on left side
@im_not_bdboy
@im_not_bdboy 26 күн бұрын
same and mine is not transculent
@proxgamer2815
@proxgamer2815 Ай бұрын
How do i Make my icons like yours??
@andriellieutrant442
@andriellieutrant442 Ай бұрын
How can I decrease the menu size? Because the power off button doesn't appear my notebook screen is smaller.
@TanjimTheTechGuy
@TanjimTheTechGuy Ай бұрын
Download the alternative code from the pinned comment.
@anh_chang_thich_truyen_tranh.
@anh_chang_thich_truyen_tranh. Ай бұрын
Thanks you
@noureldeen6162
@noureldeen6162 2 ай бұрын
What is the name of mouse crosshair I want to downloaded
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
Already made a video on it. Visit my channel.
@Danielzahra31
@Danielzahra31 2 ай бұрын
I have a problem. With the start menu mod first its fine but when I start searching up an app or smth it turns back to normal. How do I fix this?
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
It's normal. Right now the search menu mod is not available.
@ranjangupta8796
@ranjangupta8796 Ай бұрын
Impact on performance?
@p.m.hthetech2487
@p.m.hthetech2487 Ай бұрын
How do I get the codes that you are pasting
@hayatuddeenabdulrashid7728
@hayatuddeenabdulrashid7728 2 ай бұрын
Explorer blur.mica doesn't work on my windows 11 24h2 😢
@calvinkey198
@calvinkey198 Ай бұрын
Notification, Star Menu, Taskbar not working on Win 24h2 version
@tashnif_
@tashnif_ 2 ай бұрын
The start menus all apps section is not fully acrylic after i updated to the latest version of the mod i am on win 11 pro 23H2
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
Download the alternative code from the pinned comment.
@jtamsj144
@jtamsj144 2 ай бұрын
how did you get the weather widget on the left side of taskbar
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
Enable widgets option from windows taskbar settings.
@leavemealone5683
@leavemealone5683 Ай бұрын
How to revert back to normal?? especially for Mica Blur??
@TanjimTheTechGuy
@TanjimTheTechGuy Ай бұрын
Run the uninstaller inside the mica folder as administrator.
@leavemealone5683
@leavemealone5683 Ай бұрын
​@@TanjimTheTechGuyTysm dude, BTW excellent video 😊❤
@minminmin23
@minminmin23 24 күн бұрын
How can I return File Explorer to its original format?
@TanjimTheTechGuy
@TanjimTheTechGuy 24 күн бұрын
Run the uninstaller inside the explorer blur mica folder as administrator.
@ramizs
@ramizs 2 ай бұрын
Can you make exactly same default Windows 11 Start Menu but more Translucent, and making sure that white background don't hide the icon texts
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
Switch to windows dark mode & restart your pc to solve this.
@im_not_bdboy
@im_not_bdboy 26 күн бұрын
@@TanjimTheTechGuy hey my all apps is not transparent
@AzuolasVR
@AzuolasVR Ай бұрын
theres a problem for me, the taskbar styler is just transparent
@envifabulous
@envifabulous Ай бұрын
same problem
@rexiionet
@rexiionet Ай бұрын
Bro power button & user button is not showing in start menu, My display scale is 100% & resulation 1366x768. Please help!
@andriellieutrant442
@andriellieutrant442 Ай бұрын
I need this help too.😔
@jeepcatjamal
@jeepcatjamal 2 ай бұрын
will this work on windows 10?
@ForTest-y5d
@ForTest-y5d 2 ай бұрын
everythings fine, but.. my taskabr corners doesnt seem perfect and i also tried to do smthg abt it, but nothing seems working, the left side is rounded but the right is not, and the left rounded one is touching the corner of the screen on its side, while on the right side, nothing changed, no rounded corners nothing.
@gamerstech9065
@gamerstech9065 2 ай бұрын
@@ForTest-y5d Bro i changed the width to 1530 and it works for right side also.
@ForTest-y5d
@ForTest-y5d 2 ай бұрын
@@gamerstech9065 oh, lemme try that as well blud, and inform you back, if it works. 😺
@ForTest-y5d
@ForTest-y5d 2 ай бұрын
@@gamerstech9065 dang! It finally worked! TYSM brother 😃😁🙆🤩💮🌸🌸tysm once again!
@gamerstech9065
@gamerstech9065 Ай бұрын
@@ForTest-y5d Pleasure is all mine bro, i just wanted to help someone else also , Btw have you done the acrylic explorer mod download, my system rejects it idk why
@ForTest-y5d
@ForTest-y5d Ай бұрын
@@gamerstech9065 i havent tried it yet bro, i will tell you afterwards, once i would have tried and see if it works on mine or not.
@gsmsolution2826
@gsmsolution2826 7 күн бұрын
Taskbar Styler not working
@SK_studi0s
@SK_studi0s 3 күн бұрын
clock code need?
@TanjimTheTechGuy
@TanjimTheTechGuy 3 күн бұрын
Check the video description & download the code folder.
@Gamerfromeastandwest
@Gamerfromeastandwest Ай бұрын
bhai mera time taskbar ka jo frame hai uske bahar aa raha hai kya karu plz help
@Gamerfromeastandwest
@Gamerfromeastandwest Ай бұрын
aur pehle bell icon show kr raha tha but after customization bell icon nhi dikha raha hai
@bikkhoto
@bikkhoto 2 ай бұрын
not works on start menu. there is some shade on apps list.
@andersonlin9296
@andersonlin9296 2 ай бұрын
@@TanjimTheTechGuy Still has a shade on apps list.....
@Aryan17890
@Aryan17890 2 ай бұрын
@@TanjimTheTechGuy Still has a shade... 😥
@sparkgamer3190
@sparkgamer3190 2 ай бұрын
@@TanjimTheTechGuy am having the same problem restarted but still has shade on the app list
@TheArpitRana
@TheArpitRana 2 ай бұрын
@@sparkgamer3190 Im facing the same issue
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
Check my pinned comment & download the alternative codes.
@ramizs
@ramizs 2 ай бұрын
The text of Start Menu disappears if something full white like a white webpage comes behind it
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
Download the alternative code from the pinned comment.
@dangkhoinx
@dangkhoinx 2 ай бұрын
the right side of my taskbar, right next to the notification center button is not rounded like the left side. please fix. good content about windows 11 customization!
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
What's your screen resolution?
@prakash3425
@prakash3425 2 ай бұрын
For me also same issue right side is not rounded as left side
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
This is for 1920X1080p display. If u have higher/lower resolution display do this: Check the width of your display first, now open the taskbar styler codes notepad file, scroll down & find the width value & decrease the value. For example: width of your display -22 or -26 or -30 (1920-22)=1898 or (3840-30)=3810. Now copy the codes & paste again inside the taskbar styler advanced option.
@prakash3425
@prakash3425 2 ай бұрын
@@TanjimTheTechGuy Still it is not changing
@TanjimTheTechGuy
@TanjimTheTechGuy 2 ай бұрын
Also change the taskbar height & icon size numbers.
@vader567
@vader567 Ай бұрын
My start menu looks slightly different from yours, all apps portion of the menu is inconsitent with the totality of the menu
@nrusimhakoushik
@nrusimhakoushik 14 күн бұрын
same issue
@hayatuddeenabdulrashid7728
@hayatuddeenabdulrashid7728 2 ай бұрын
I experience Bluetooth issue
@laiceps-o9l
@laiceps-o9l Ай бұрын
i tried the normal acrylic but the right corner was extended to the right its not curved
@SaifulIslamShihab-c1q
@SaifulIslamShihab-c1q 2 ай бұрын
need a new video just for wallpapers
@marknine999
@marknine999 2 ай бұрын
just browse 4Kwallpaper and hit the website
@harshalpareta7594
@harshalpareta7594 2 ай бұрын
First comment
@pokoren
@pokoren Ай бұрын
thank you
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
I made maps that show time instead of space
10:44
Václav Volhejn
Рет қаралды 895 М.
AtomOS 11 Standard - The Lighest Windows 11 24h2
3:33
Project AtomOS
Рет қаралды 4,9 М.
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 4,6 МЛН
How to Customize Your Desktop Like a Pro!
5:32
Tech Rifle
Рет қаралды 144 М.
I Combined AMD & NVIDIA in One PC and Got 1500 FPS
8:46
Lecctron
Рет қаралды 563 М.
7 МИНУТ, и твой Windows будет красивым
7:30
How to Make Your Windows 11 TRANSLUCENT
6:23
Tech Rifle
Рет қаралды 43 М.