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

Commit

Permalink
Fix for Windows 10 Anniversary Update 14393
Browse files Browse the repository at this point in the history
  • Loading branch information
Eun committed Aug 8, 2016
1 parent 106e340 commit d554140
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Hook/VirtualDesktops.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ EXTERN_C const IID IID_IVirtualDesktopManagerInternal;
// 10130
//MIDL_INTERFACE("EF9F1A6C-D3CC-4358-B712-F84B635BEBE7")
// 10240
MIDL_INTERFACE("AF8DA486-95BB-4460-B3B7-6E7A6B2962B5")
//MIDL_INTERFACE("AF8DA486-95BB-4460-B3B7-6E7A6B2962B5")
// 14393
MIDL_INTERFACE("f31574d6-b682-4cdc-bd56-1827860abec6")
IVirtualDesktopManagerInternal : public IUnknown
{
public:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Adds the Move to Desktop feature to the Windows 10 System menu:

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

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

Installation Usage
======
Expand All @@ -25,6 +25,9 @@ A restart of the application is required.

Changelog
=========
1.4:
* Update for Windows 10 Anniversary (14393)

1.3:
* Delete empty desktops
* Bufix Issue #8
Expand Down

0 comments on commit d554140

Please sign in to comment.