Skip to content

Commit

Permalink
Dec 28, 2023, 2:34 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
serverhorror committed Dec 28, 2023
1 parent 063d5d9 commit 5d94607
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion notes/kb.windows-alt-tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: nxlvjm6hui0yaltptr19hok
title: Windows Alt Tab
desc: ''
updated: 1703770177491
updated: 1703770452905
created: 1703770067787
---

Expand All @@ -18,3 +18,23 @@ created: 1703770067787
taskkill /f /im explorer.exe
start explorer.exe
```

### Alternative via registry file

1. Save the following as a `.reg` file.

```reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"AltTabSettings"=dword:00000001
```

2. Double-click the file to apply the change.

3. Restart Windows Explorer or sign out and sign in again to apply the change.

```batch
taskkill /f /im explorer.exe
start explorer.exe
```

0 comments on commit 5d94607

Please sign in to comment.