Skip to main content

Windows 10 Taskbar Settings

- If you already have the Settings screen displayed, click on the Taskbar item on the left:
If you can't see a settings screen, you can bring it up by clicking on the Settings item on the Start menu (bottom left of your desktop screen):
Start menu options
When you click on Settings, the screen may look like this at first:
Windows 10 Settings screen
Click on the Personalisation item to go to the settings screen. Then click the Taskbar item on the left:
The TAskbar item on the Settings screen in Windows 10
Most of the items on the Taskbar list are toggle switches. So, for example, if you want to automatically hide the taskbar at the bottom of the screen, click the toggle to turn this item on:
The toggle switch to automatically hide the taskbar
If you look at the bottom item in the image above, you'll see an option to "Use Peek to preview the desktop … ". This is what we turned on to get a preview of running apps. Click on the toggle switch to turn this item on, and it will turn blue.
The toggle switch for Use Peek to preview the desktop
If you want to squeeze more items onto your taskbar, toggle the Use small taskbar buttons item. The effect is this:
Small taskbar buttons
Notice that the Cortana search box has now turned into a white circle.

Taskbar Location

Although the taskbar is at the bottom by default, you can change this. You can have your taskbar at the top of your screen, or on the sides. To do this, scroll down until you come to the section called Taskbar location on screen. Click the dropdown list to see the following options:
Taskbar location setting in Windows 10
So you can select Bottom, Left, Right and Top. Try it out to see what it looks like.

Comments

Popular posts from this blog

Beginners PHP  -This is a complete and free PHP programming course for beginners. It's assumed that you already have some HTML skills. But you don't need to be a guru, by any means. If you need a refresher on HTML, then click the link for the Web Design course on the left of this page. Everything you need to get started with this PHP course is set out in section one below. Good luck! Home Page > PHP Section One - An Introduction to PHP 1. What is PHP and Why do I need it? 2. What you need to get started 3. Installing and testing Wampserver 4. Troubleshooting > PHP Two - Getting Started With Variables 1. What is a Variable? 2. Putting text into variables 3. Variables - some practice 4. More variable practice 5. Joining direct text and variable data 6. Adding up in PHP 7. Subtraction 8. Multiplication 9. Division 10. Floating point numbers > PHP Three - Conditional Logic 1. If Statements 2. Using If Statements 3....
Visual Basic .NET Contents Page   -This computer course is an introduction to Visual Basic.NET programming for beginners. This course assumes that you have no programming experience whatsoever. It's a lot easier than you think, and can be a very rewarding hobby! You don't need to buy any software for this course! You can use the new FREE Visual Basic Express Edition from Microsoft. To see which version you need, click below: Getting the free Visual Studio Express - Which version do I need? > VB .NET One - Getting Started   1. Getting started with VB.NET 2. Visual Basic .NET Forms 3. Adding Controls using the Toolbox Home Page 4. Adding a Textbox to the Form 5. Visual Basic .NET and Properties 6. The Text Property 7. Adding a splash of colour 8. Saving your work 9. Create a New Project >   VB .NET Two - Write your first .NET code   1. What is a Variable? 2. Add a coding button to the Form 3. Writing y...
The Excel SumIF Function  - Another useful Excel function is SumIF. This function is like CountIf, except it adds one more argument: SUMIF( range ,  criteria ,  sum_range ) Range and criteria are the same as with  CountIF  - the range of cells to search, and what you want Excel to look for. The Sum_Range is like range, but it searches a new range of cells. To clarify all that, here's what we'll use SumIF for. (Start a new spreadsheet for this.) Five people have ordered goods from us. Some have paid us, but some haven't. The five people are Elisa, Kelly, Steven, Euan, and Holly. We'll use SumIF to calculate how much in total has been paid to us, and how much is still owed. So in Column A, enter the names: In Column B enter how much each person owes: In Column C, enter TRUE or FALSE values. TRUE means they have paid up, and FALSE means they haven't: Add two more labels: Total Paid, and Still Owed. Your spreadsheet should look something li...