Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit d554140

Browse files
author
Eun
committed
Fix for Windows 10 Anniversary Update 14393
1 parent 106e340 commit d554140

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Hook/VirtualDesktops.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ EXTERN_C const IID IID_IVirtualDesktopManagerInternal;
7070
// 10130
7171
//MIDL_INTERFACE("EF9F1A6C-D3CC-4358-B712-F84B635BEBE7")
7272
// 10240
73-
MIDL_INTERFACE("AF8DA486-95BB-4460-B3B7-6E7A6B2962B5")
73+
//MIDL_INTERFACE("AF8DA486-95BB-4460-B3B7-6E7A6B2962B5")
74+
// 14393
75+
MIDL_INTERFACE("f31574d6-b682-4cdc-bd56-1827860abec6")
7476
IVirtualDesktopManagerInternal : public IUnknown
7577
{
7678
public:

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Adds the Move to Desktop feature to the Windows 10 System menu:
55

66
![](https://raw.githubusercontent.com/Eun/MoveToDesktop/res/screenshot1.png)
77

8-
[![Download](https://raw.githubusercontent.com/Eun/MoveToDesktop/res/download.png)](https://github.com/Eun/MoveToDesktop/releases/download/1.3/MoveToDesktop-1.3.zip)
8+
[![Download](https://raw.githubusercontent.com/Eun/MoveToDesktop/res/download.png)](https://github.com/Eun/MoveToDesktop/releases/download/1.4/MoveToDesktop-1.4.zip)
99

1010
Installation Usage
1111
======
@@ -25,6 +25,9 @@ A restart of the application is required.
2525

2626
Changelog
2727
=========
28+
1.4:
29+
* Update for Windows 10 Anniversary (14393)
30+
2831
1.3:
2932
* Delete empty desktops
3033
* Bufix Issue #8

0 commit comments

Comments
 (0)