Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0c1d9a229 | ||
|
|
ac80080f90 | ||
|
|
d28c8e512a | ||
|
|
be57a43589 |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 4.0 KiB |
14
README.md
@@ -1,11 +1,11 @@
|
||||
## Open-Shell 
|
||||
## Open-Shell <img src=/Src/Setup/OpenShell.ico width="64" />
|
||||
|
||||
*Originally* **[Classic Shell](http://www.classicshell.net)** *by [Ivo Beltchev](https://sourceforge.net/u/ibeltchev/profile/)*
|
||||
|
||||
[](https://github.com/Open-Shell/Open-Shell-Menu/releases/latest) [](https://github.com/Open-Shell/Open-Shell-Menu/releases) [](https://ci.appveyor.com/project/passionate-coder/open-shell-menu/branch/master) [](https://gitq.com/passionate-coder/Classic-Start) [](https://gitter.im/open-shell/Lobby) [](https://discord.gg/7H6arr5)
|
||||
[](https://github.com/Open-Shell/Open-Shell-Menu/releases/latest) [](https://github.com/Open-Shell/Open-Shell-Menu/releases) [](https://ci.appveyor.com/project/passionate-coder/open-shell-menu/branch/master) [](https://gitq.com/passionate-coder/Classic-Start) [](https://gitter.im/open-shell/Lobby) [](https://discord.gg/7H6arr5)
|
||||
|
||||
[Home Page](https://open-shell.github.io/Open-Shell-Menu)
|
||||
[Gitter Discussion room](https://gitter.im/Open-Shell)
|
||||
[Homepage](https://open-shell.github.io/Open-Shell-Menu)
|
||||
[Gitter Discussion rooms](https://gitter.im/Open-Shell)
|
||||
|
||||
### Features
|
||||
- Classic style Start Menu for Windows 7, 8, 8.1, 10
|
||||
@@ -15,7 +15,7 @@
|
||||
- Title bar and status bar for Internet Explorer
|
||||
|
||||
### Download
|
||||
If you just want to use it or looking for setup file, click here to download:
|
||||
You can find the latest stable version here:
|
||||
|
||||
[](https://github.com/Open-Shell/Open-Shell-Menu/releases/latest)
|
||||
|
||||
@@ -28,6 +28,6 @@ If you just want to use it or looking for setup file, click here to download:
|
||||
*For archival reasons, we have a mirror of `www.classicshell.net` [here](https://coddec.github.io/Classic-Shell/www.classicshell.net/).*
|
||||
|
||||
[How To Skin a Start Menu](https://coddec.github.io/Classic-Shell/www.classicshell.net/tutorials/skintutorial.html)
|
||||
[Classic Shell - Custom Start Buttons](https://coddec.github.io/Classic-Shell/www.classicshell.net/tutorials/buttontutorial.html)
|
||||
[Classic Shell: Custom Start Buttons](https://coddec.github.io/Classic-Shell/www.classicshell.net/tutorials/buttontutorial.html)
|
||||
[Questions? Ask on the Discussions section](https://github.com/Open-Shell/Open-Shell-Menu/discussions) or on [Discord](https://discord.gg/7H6arr5)
|
||||
[Report a bug/issue or submit a feature request](https://github.com/Open-Shell/Open-Shell-Menu/issues)
|
||||
[Submit a bug report/feature request](https://github.com/Open-Shell/Open-Shell-Menu/issues)
|
||||
|
||||
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 401 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -2812,7 +2812,7 @@ void CMenuContainer::ActivateItem( int index, TActivateType type, const POINT *p
|
||||
info.fMask|=CMIC_MASK_NOASYNC; // wait for delete/link commands to finish so we can refresh the menu
|
||||
|
||||
// we don't want our virtual folder to appear in Explorer's frequent list
|
||||
if (wcsncmp(item.pItemInfo->PATH, L"::{82E749ED-B971-4550-BAF7-06AA2BF7E836}", 40) == 0)
|
||||
if (item.pItemInfo && wcsncmp(item.pItemInfo->PATH, L"::{82E749ED-B971-4550-BAF7-06AA2BF7E836}", 40) == 0)
|
||||
info.fMask &= ~CMIC_MASK_FLAG_LOG_USAGE;
|
||||
|
||||
s_bPreventClosing=true;
|
||||
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |