Tag

Windows

Navegando


Windows 11 Classic Context menu
The context (Right Click) menu in Windows 11 is redesigned and kept with limited entries when compared to old windows . It includes a row of icons for basic actions like copy, paste, and delete, but hides some functionality you might want behind a ‘Show More Options’ button this mean Every time we need to press an extra option to see all the context menu options. We will make a brief assessment of the cost to the world of the “show more” option that Microsoft added to the Windows 11 desktop context menu. Ergonomics is important because, Implementing ergonomic solutions can help trim operating expenses by reducing costs and improving productivity. Imagine a workplace where 10 people work, each computer user clicks on the desktop 100 times a day, each click wastes an extra 1 second.

10 x 100 = 1000 seconds (16,67 Minutes) a day Lost.
30 x 1000 = 30000 seconds ( 500 Minutes = 8,33 Hours) a Month Lost.

Even in a workplace with only 10 employees, it causes loss of 8.33 hours per month. Consider the waste of time in the workplace where 100 people work.

Windows 11 Classic Context Menu v1.1 – (Thursday, 11 November 2021)

[Added] – All user support (Choose Menu – Apply to all users)
[Added] – Language support
[Added] – Move the Taskbar to the Top (Under menu)
[Added] – Some code improvements

How to Get the Classic (old) Context Menu on Windows 11







Windows 11 new and Old (Classic) context menu

If you want to remove the “Show More Options” entry from Windows 11 Context Menu and restore classic Right Click menus in Windows 11 you can use following registry entries.

Restore full right click context menu in Windows 11 via Registry

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}InprocServer32]
@=””

Get the default Windows 11 Context Menu back via Registry

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USERSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]

After applying the above registry entries, you need to restart File explorer for the settings to take effect. Alternatively you can use Command Prompt to do the same task.

Restore Classic Context Menu on Windows 11 with Cmd

1. Open Cmd with Administrator privileges
2. Copy and paste the below Code and press enter

reg.exe add “HKCUSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}InprocServer32” /f 

Restore Default Context Menu on Windows 11 with Cmd

1. Open Cmd with Administrator privileges
2. Copy and paste the below Code and press enter

reg.exe delete “HKCUSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f

NOTE: Restart the file explorer after the above steps.

If you are looking for a one click solution to Disable or Enable the New Context Menu in Windows 11 instead of dealing with registry entries you can use Win 11 Classic Context Menu v 1.0 Portable freeware Application. It has minimalistic interface Use first Button “Enable Win 11 Classic Context Menu Style” button to disable “Show More Options” from the Right Click Menu in Windows 11

Get the Classic (old) Context Menu on Windows 11

To disable the classic Context Menu in Windows 11 use second button “Enable Win 11 default Context Menu Style”, If you need to restart Windows explorer, software will detect it and warn you

Get the Default Context Menu on Windows 11

Windows 11 Classic Context menu has CMD parameter support. To see all the supported command line parameters , use the Menu – “Command Line Info” Button.

win11 classic context menu cmd parameters

With this Application you can easily toggle between Old Windows 10 Right Click Context Menu and default Windows 11 Context menu.

Supported operating systems: Windows 11

Supported languages: English ,Turkish , German , Russian , French

Eula license for our freware

File: W11ClassicMenu.exeVirustotal
MD5: a1acc40475a972122688e430ace3089c
SHA1: fed53ff8c3b7139b9efc5d039482f69f9490efd3
SHA256: ee6f84e10e025416cd32b8d2eb7182c2ac475ca4b03fc4bb8f57046fe41b9c31

Download



Source link


Send Windows key
The Windows logo key is a keyboard key which was originally introduced on the Microsoft Natural keyboard in 1994. This key became a standard key on PC keyboards. When pressed with no other key, the Windows key displays the Start menu/screen. When pressed in conjunction with another key, it provides shortcuts to several Windows functions. These shortcuts can speed up common tasks. For example, pressing the Windows key + E (press and hold the Windows key and then, while holding that key, press the “E” key, and then let go of both buttons) opens Windows Explorer.

SendKeys methode allows you to send keystrokes just as if you had manually typed them on the keyboard . For example ; if you trying to make a script that automatically opens a few applications and resizes them to the corners of your screen and you want to do that with the WinKey + Arrow Keys you can’t do it with batch , Vbs … usw.

Send Windows Key v1.1 – (Thursday, 11 November 2021)

[Added] – A different key (except windows key) can be send
[Added] – /Wait: parameter
[Added] – Some code Improvements

Oddly enough, Microsoft didn’t add a special code to the SendKeys method that would allow you to access the Windows key. Send Windows key is a very simple Portable freeware and helps to run the keyboard key combination which using with the windows key. Here are a short common list of Windows key shortcuts;







Windows 10 Keyboard Shortcuts

You can find a larger list in this Microsoft Link or in the download file. If you double click the exe file , the software will open a list of example parameters

Send Windows key examples

For example if you want to use “Send Windows Key” in batch script , here is an example ;

@echo off
SendWKey.exe #R notepad.exe

The above code opens “Run dialog box” and write Notepad exe in it.You will find an example of  Vbscript in the downloaded file.

NOTE: Older windows versions may not support Some of the Windows Shortcut Keys
Wikipedia – Windows Key

Supported languages: English
Supported Operating Systems: Windows 11 , Windows 10 , Windows 8.1 , Windows 8 , Windows 7 , Windows Vista , Windows Xp (32 and 64-bit).

Eula license for our freware

File: SendWKey_x64.exeVirustotal
MD5: c0a6f690558550a4aebf73457a2dff85
SHA1: 7d5489faccc9b9162a8012fea26b92c712d94f49

File: SendWKey.exeVirustotal
MD5: e50f39586bd8fe802004d2ff94357916
SHA1: c76d8a0885988dd3f5625ecf06405c86daeb0eec

Download



Source link


Windows 11 Classic Context menu
The context (Right Click) menu in Windows 11 is redesigned and kept with limited entries when compared to old windows . It includes a row of icons for basic actions like copy, paste, and delete, but hides some functionality you might want behind a ‘Show More Options’ button this mean Every time we need to press an extra option to see all the context menu options. We will make a brief assessment of the cost to the world of the “show more” option that Microsoft added to the Windows 11 desktop context menu. Ergonomics is important because, Implementing ergonomic solutions can help trim operating expenses by reducing costs and improving productivity. Imagine a workplace where 10 people work, each computer user clicks on the desktop 100 times a day, each click wastes an extra 1 second.

10 x 100 = 1000 seconds (16,67 Minutes) a day Lost.
30 x 1000 = 30000 seconds ( 500 Minutes = 8,33 Hours) a Month Lost.

Even in a workplace with only 10 employees, it causes loss of 8.33 hours per month. Consider the waste of time in the workplace where 100 people work.

How to Get the Classic (old) Context Menu on Windows 11







Windows 11 new and Old (Classic) context menu

If you want to remove the “Show More Options” entry from Windows 11 Context Menu and restore classic Right Click menus in Windows 11 you can use following registry entries.

Restore full right click context menu in Windows 11

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}InprocServer32]
@=””

Get the default Windows 11 Context Menu back

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USERSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]

After applying the above registry entries, you need to restart File explorer for the settings to take effect. If you are looking for a one click solution to Disable or Enable the New Context Menu in Windows 11 instead of dealing with registry entries you can use Win 11 Classic Context Menu v 1.0 Portable freeware Application. It has minimalistic interface Use first Button “Enable Win 11 Classic Context Menu Style” button to disable “Show More Options” from the Right Click Menu in Windows 11

Get the Classic (old) Context Menu on Windows 11

To disable the classic Context Menu in Windows 11 use second button “Enable Win 11 default Context Menu Style”, If you need to restart Windows explorer, software will detect it and warn you

Get the Default Context Menu on Windows 11

Windows 11 Classic Context menu has CMD parameter support. To see all the supported command line parameters , use the Menu – “Command Line Info” Button.

win11 classic context menu cmd parameters

With this Application you can easily toggle between Old Windows 10 Right Click Context Menu and default Windows 11 Context menu.

Supported operating systems: Windows 11

Eula license for our freware

File: W11ClassicMenu.exeVirustotal
MD5: 6e86b3bf4a01b2c40f9b08cfedf300b1
SHA1: 799969c3d0acf0135178e2aa2224f868316ecd08

Download



Source link


Windows 11 Classic Context menu
The context (Right Click) menu in Windows 11 is redesigned and kept with limited entries when compared to old windows . It includes a row of icons for basic actions like copy, paste, and delete, but hides some functionality you might want behind a ‘Show More Options’ button this mean Every time we need to press an extra option to see all the context menu options. We will make a brief assessment of the cost to the world of the “show more” option that Microsoft added to the Windows 11 desktop context menu. Ergonomics is important because, Implementing ergonomic solutions can help trim operating expenses by reducing costs and improving productivity. Imagine a workplace where 10 people work, each computer user clicks on the desktop 100 times a day, each click wastes an extra 1 second.

10 x 100 = 1000 seconds (16,67 Minutes) a day Lost.
30 x 1000 = 30000 seconds ( 500 Minutes = 8,33 Hours) a Month Lost.

Even in a workplace with only 10 employees, it causes loss of 8.33 hours per month. Consider the waste of time in the workplace where 100 people work.

How to Get the Classic (old) Context Menu on Windows 11







Windows 11 new and Old (Classic) context menu

If you want to remove the “Show More Options” entry from Windows 11 Context Menu and restore classic Right Click menus in Windows 11 you can use following registry entries.

Restore full right click context menu in Windows 11 via Registry

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}InprocServer32]
@=””

Get the default Windows 11 Context Menu back via Registry

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USERSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]

After applying the above registry entries, you need to restart File explorer for the settings to take effect. Alternatively you can use Command Prompt to do the same task.

Restore Classic Context Menu on Windows 11 with Cmd

1. Open Cmd with Administrator privileges
2. Copy and paste the below Code and press enter

reg.exe add “HKCUSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}InprocServer32” /f 

Restore Default Context Menu on Windows 11 with Cmd

1. Open Cmd with Administrator privileges
2. Copy and paste the below Code and press enter

reg.exe delete “HKCUSoftwareClassesCLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f

NOTE: Restart the file explorer after the above steps.

If you are looking for a one click solution to Disable or Enable the New Context Menu in Windows 11 instead of dealing with registry entries you can use Win 11 Classic Context Menu v 1.0 Portable freeware Application. It has minimalistic interface Use first Button “Enable Win 11 Classic Context Menu Style” button to disable “Show More Options” from the Right Click Menu in Windows 11

Get the Classic (old) Context Menu on Windows 11

To disable the classic Context Menu in Windows 11 use second button “Enable Win 11 default Context Menu Style”, If you need to restart Windows explorer, software will detect it and warn you

Get the Default Context Menu on Windows 11

Windows 11 Classic Context menu has CMD parameter support. To see all the supported command line parameters , use the Menu – “Command Line Info” Button.

win11 classic context menu cmd parameters

With this Application you can easily toggle between Old Windows 10 Right Click Context Menu and default Windows 11 Context menu.

Supported operating systems: Windows 11

Eula license for our freware

File: W11ClassicMenu.exeVirustotal
MD5: 6e86b3bf4a01b2c40f9b08cfedf300b1
SHA1: 799969c3d0acf0135178e2aa2224f868316ecd08

Download



Source link



Windows System Control Center (WSCC) allows you to install, update, execute and organize the utilities from various system utility suites. The program either works as an interface or as downloader. The program can work with both utilities suites downloaded or can dynamically grab and run the programs via a web connection. The included Update Manager can check for newer versions of the utilities already installed and can download and install the missing items.

Works with Windows Sysinternals and NirSoft Utilities suites, but also highlights Windows’ own utilities.

Note: The setup packages are downloaded from the author’s website.



Source link



Windows File Analyzer decodes and analyzes to provide cached information for forensic analysis. Includes a tabbed interface with a multiple-document window and horizontal/vertical/cascade view settings. Analysis results can be printed in user-friendly form. The program includes a variety of analysis tools useful for seeing how much information your computer leaves behind that could represent a privacy risk or for trying to detect nefarious activity.

Features include thumbnail viewers available for Windows XP, ACDSee, Google Picasa, FastStone Viewer, and HP Digital Imaging files, displaying content with stored data and image preview. A Prefetch Analyzer looks at recent programs run and stored in the Prefetch folder while the Shortcut Analyzer for all shortcut files in specified folder and data stored in them. An Index.DAT Analyzer looks at Internet Explorer cookies, temporary files or history while a Recycle Bin decoding tool displays Info2 files that hold recycle bin content (Win2k and XP only).

A PDF-format help file is available from the author website.



Source link



Windows System Control Center (WSCC) allows you to install, update, execute and organize the utilities from various system utility suites. The program either works as an interface or as downloader. The program can work with both utilities suites downloaded or can dynamically grab and run the programs via a web connection. The included Update Manager can check for newer versions of the utilities already installed and can download and install the missing items.

Works with Windows Sysinternals and NirSoft Utilities suites, but also highlights Windows’ own utilities.

Note: The setup packages are downloaded from the author’s website.



Source link



Windows File Analyzer decodes and analyzes to provide cached information for forensic analysis. Includes a tabbed interface with a multiple-document window and horizontal/vertical/cascade view settings. Analysis results can be printed in user-friendly form. The program includes a variety of analysis tools useful for seeing how much information your computer leaves behind that could represent a privacy risk or for trying to detect nefarious activity.

Features include thumbnail viewers available for Windows XP, ACDSee, Google Picasa, FastStone Viewer, and HP Digital Imaging files, displaying content with stored data and image preview. A Prefetch Analyzer looks at recent programs run and stored in the Prefetch folder while the Shortcut Analyzer for all shortcut files in specified folder and data stored in them. An Index.DAT Analyzer looks at Internet Explorer cookies, temporary files or history while a Recycle Bin decoding tool displays Info2 files that hold recycle bin content (Win2k and XP only).

A PDF-format help file is available from the author website.



Source link


Windows System Control Center (WSCC) allows you to install, update, execute and organize the utilities from various system utility suites. The program either works as an interface or as downloader. The program can work with both utilities suites downloaded or can dynamically grab and run the programs via a web connection. The included Update Manager can check for newer versions of the utilities already installed and can download and install the missing items.

Works with Windows Sysinternals and NirSoft Utilities suites, but also highlights Windows’ own utilities.

Note: The setup packages are downloaded from the author’s website.





Source link



Windows System Control Center (WSCC) allows you to install, update, execute and organize the utilities from various system utility suites. The program either works as an interface or as downloader. The program can work with both utilities suites downloaded or can dynamically grab and run the programs via a web connection. The included Update Manager can check for newer versions of the utilities already installed and can download and install the missing items.

Works with Windows Sysinternals and NirSoft Utilities suites, but also highlights Windows’ own utilities.

Note: The setup packages are downloaded from the author’s website.



Source link