Quote from: Link fonteKB 3035583 - According to Microsoft, this update enables "additional capabilities for Windows Update notifications when new updates are available".
KB 2952664 - Labeled a compatibility upgrade for upgrading Windows 7, its purpose is to "make improvements to the current operating system in order to ease the upgrade experience to the latest version of Windows".
KB 2976978 - A compatibility update for Windows 8.1 and Windows 8 which "performs diagnostics on the Windows system [..] to determine whether compatibility issues may be encountered when the latest Windows operating system is installed.
KB 3021917 - Does the same as KB 2976978 but on Windows 7.
KB 3044374 - This update for Windows 8.1 enables systems to upgrade from the current operating system to a later version of Windows.
KB 2990214 - Does the same as KB 3044374 but on Windows 7.
KB 3022345 - Update to enable the Diagnostics Tracking Service in Windows (Windows 7 SP1, Windows 8.1)
Quote from: Codici di Win7wusa /kb:3035583 /uninstall /quiet /norestart
wusa /kb:3035583 /uninstall /quiet /norestart
wusa /kb:2952664 /uninstall /quiet /norestart
wusa /kb:3021917 /uninstall /quiet /norestart
wusa /kb:2990214 /uninstall /quiet /norestart
wusa /kb:3022345 /uninstall /quiet /norestart
dir /s/b/o:gn-d/A:-D > list.txt
Quote from: Dettaglio comandi/s visualizza tutto il contenuto nella directory e subdirectory
/b versione snella, no heading e sommario
/o Sorting
"g" raggruppa le cartelle prima, con il prefix davanti "-" ordine inverso.
"n" ordine alfabetico, con il prefix davanti "-" ordine inverso.
"d" ordine cronologico dal più vecchio al nuovo, prefix "-" dal più recente al meno.
/A visualizza i file con specifici attributi
"d" visualizza le cartelle, con il prefix "-" non le mostra.
C:\wamp\bin\php\php5.3.29\
Quote
Dal Sito Microsoft
YOU CAN SERIOUSLY DAMAGE YOUR SYSTEM IF YOU MAKE ANY ERRORS WHILE MODIFYING THE REGISTRY!!
So, after mucking about in the registry a bit, I found something that might do what you want. When you right-click the power icon, it brings up a context menu that you can define in the registry, once you set up the power plans you want, you can add a menu item for it (using powercfg):
First, create the power plan.
Second, go to cmd and get the guid for your power scheme using "powercfg -l"
This lists all your power plans and the associated GUID, you will plug this into the registry to create menu item for it.
Third, go to regedit and navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\SysTray\BattMeter\ContextMenu\
Fourth, select or create a numbered sub folder from 1-6
Navigate to the numbered folder:
Set or create Expandable String Value named "Application" to "%SystemRoot%\system32\powercfg.exe"
Set or create Expandable String Value named "ItemName" to whatever you want for the display name
Set or create Expandable String Value named "Parameters" to "-s <scheme guid>"
Set or create Expandable String Value named "IconID" to whatever icon you want to show
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with GIMP]
[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with GIMP\command]
@="C:\Program Files\GIMP 2\bin\gimp-2.8.exe" \"%1\""
Page created in 0.078 seconds with 10 queries.