
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
RT7Lite Help: " is replaced with @
myselfidem replied to nice_guy75's topic in Unattended Windows 7/Server 2008R2
I think it's better to use RT Se7en Lte 1.7.0 RC with DVD Windows 7 SP1, because it is more stable than RT Se7en Lite 2.6.0 beta! Could you attach your Lastsession.inf please! -
Final ESU Updates for Windows 7 SP1 (Retired!)
myselfidem replied to steven4554's topic in User Contributed Update Lists
Yes, I think it's better do not include this update inside your ULZ's list! But everyone can choose to add KB971033 or do not install after the installation with Windows Update! It was just to clarify that this update isn't include inside Windows 7 SP1. BTW, no more nightmare with KB976902 because this update is include with SP1 BUT this update doesn't appear inside Microsoft update list with SP1! Weird. I've tried to install first KB976902 and after SP1 but fails. Now I don't install this update because I see this one after the silent installation. Thanks Image about KB976902 Image Updates inside SP1- 666 replies
-
Final ESU Updates for Windows 7 SP1 (Retired!)
myselfidem replied to steven4554's topic in User Contributed Update Lists
Thanks steven4554! As I see and after many tests the update KB971033 is always given with Windows update ( if we haven't integrated) and this one isn't include inside Windows 7 SP1. But we can choose to not install this update! Hotfixes and Security Updates included in Windows 7 and Windows Server 2008 R2 Service Pack 1.xls: http://www.microsoft...&displaylang=en However, I know that we can see this update inside the Microsoft update list with all the updates included inside the SP1. But a link is given to download this update! Regards- 666 replies
-
Yes, I've tried RT Se7en Lite beta 2.6.0 to integrate SP1. But after many tests, I see the best way is to use "sysprep" and after using RT Se7en Lte. It's just my advice! Anyway, we must remember It's a BETA VERSION and Benjamin is working to give us a new version V3.0 RC. I hope your problem will be solved with Autounattend.xml! Cheers *Edit: I always use my "Autounattend.xml" file customized .
-
You can find help here about this problem inside Autounattend.xml with [pass specialize]: http://www.msfn.org/...ssed-fully-set/ Microsoft-Windows-Security-Licensing-SLC-UX. Important: This setting is deprecated and should not be used. Please use Microsoft-Windows-Security-SPP-UX instead. Change to: <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation>
-
I've upgraded my Windows 7 Ultimate DVD with SP1 using "sysprep" and I've changed the file FirstUXRes.WIM, because the first one with my FirstUXBackground.bmp image customized inside Windows 7 SP0 was amended by default. During my silent install the new FirstUXRes.WIM integrated works fine, and I see my image during video performance stage before "Welcome window"! Image video performance *Edit: It seems that using an image colored for FisrtUXBackground.bmp doen't works really fine, and maybe it's needed to change also the others images with black background?
-
Inside your "Autounattend.xml" file you can add: All Disks will be displayed and you can choose the one you want erase. <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.microsoft.com/WMIConfig/2002/State[/url]" xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/url]"> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> Autonunattend.xml file example for Windows 7 ULTIMATE x86: More help: http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/
-
Thanks coucou! Yes the createCLSID.vbs is very awesome and useful, but we must create the reg file anyway. Example for "Autoruns" and "Process EXplorer" or other programs without exe file extension, because we can choose the path where we want set those programs! The path can be: %SystemDrive%\Program Files %SystemDrive%\Program Files (x86) %SystemDrive%\Windows %SystemDrive%\Windows\System32 Just adapt the path inside the reg file to launch the program and show the icon inside Control Panel! Cheers
-
@maxXPsoft Solved! Yes. I've had the same problem with upgrading Windows 7 SP0 to SP1. It seems the file FirstUXRes.WIM is replaced during the upgrade, and I've mounted a new time install.wim to add my FirstUXRes.WIM customized inside "%Mount_Folder%\Windows\System32\oobe" and all works fine now! Regards
-
@coucou You can see the reg file for "GSpot270a" at my first post! Maybe you have another GSpot version? For this program you can extract the files inside C:\Program Files\GSpot270a or the place you want, BUT ADAPT THE PATH FOR THE REG FILE! You can also use the createCLSID.vbs and use the CLSID given to create the new reg file! Each time you use the script, you will have a new CLSID that you can use! Run the script on your Desktop and save the CLSID! Example for GSpot270a and using createCLSID.vbs to have a new CLSID: {241D5CE0-2232-4D86-BDF0-4F2F244F2BA1} Add a shorcut to the Control Panel for GSpot270a: Windows Registry Editor Version 5.00 ; Add "GSpot 270a" to the Control Panel ; Extract the files inside = "C:\Program Files\GSpot270a" [HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}] @="GSpot" "InfoTip"="Codecs Audios et Vidéos..." "System.ControlPanel.Category"="8" [HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\DefaultIcon] @="C:\\Program Files\\GSpot270a\\GSpot.exe,0" [HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\Shell] [HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\Shell\Open\Command] @="\"C:\\Program Files\\GSpot270a\\GSpot.exe\"" [HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\ShellFolder] "Attributes"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}] @="Add GSpot270a to the Control Panel" See that the result is the same, only changing the CLSID!
-
You can make those changes inside: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="New Name" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "RegisteredOrganization"="" "RegisteredOwner"="New Name" [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\LanmanServer\Parameters] "srvcomment"="New comment" [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\services\LanmanServer\Parameters] "srvcomment"="New comment" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters] "srvcomment"="New comment" Look also for Microsoft Office products inside the registry. For Computer Name: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName] @="mnmsrvc" "ComputerName"="NAME-PC" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName] "ComputerName"="NAME-PC"
-
How to add shorcuts to the Control Panel. I hope this subject isn't already covered! When we install some programs and we want to add a shorcut inside the Control Panel, we can use a reg file to add this one. 1) If the CLSID key already exist, you can create a new one to add an shorcut for a program. Take care do not use the same CLSID, but you can change the last number, like for example CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C25} CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C26} 2) Choose carefully the path where you set your program to adapt the reg file! Examples with: "Registry Editor" - "Group Policy Editor" - "Services" - "MSConfig" - "Autoruns" (Sysinternals) - "Process Explorer" (Sysinternals) - "Cpu-z" - "GPU-Z" - "HWMonitor" - " GSpot" ... Windows Registry Editor Version 5.00 ; Add "Registry Editor" to the Control Panel [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}] @="Registry Editor" "InfoTip"="Starts the Registry Editor" "System.ControlPanel.Category"="5" [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\DefaultIcon] @="%SystemRoot%\\regedit.exe" [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell] [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open\Command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,\ 00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}] @="Add Registry Editor to the Control Panel" ; Add "Group Policy Editor" to the Control Panel [HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}] @="Group Policy Editor" "InfoTip"="Starts Group Policy Editor" [HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\DefaultIcon] @="%SystemRoot%\\System32\\gpedit.dll" [HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell] [HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell\Open\Command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\ 63,00,2e,00,65,00,78,00,65,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,\ 00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,\ 33,00,32,00,5c,00,67,00,70,00,65,00,64,00,69,00,74,00,2e,00,6d,00,73,00,63,\ 00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}] @="Add Group Policy Editor to the Control Panel ; Add "Win 2K Style User Accounts Controls" to the Control Panel [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}] @="User Accounts 2" "InfoTip"="Win 2K style User Accounts." "System.ControlPanel.Category"="9" [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon] @="%SystemRoot%\\System32\\EhStorAuthn.exe,0" [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell] [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open\command] @="Control Userpasswords2" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}] @="Add Win 2K Style User Accounts Controls" ; Add "Windows Services" to the Control Panel [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}] @="Services" "InfoTip"="Starts, stops and configure Windows services." "System.ControlPanel.Category"="5" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\DefaultIcon] @="C:\\WINDOWS\\system32\\filemgmt.dll,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\Shell\Open\Command] @="C:\\WINDOWS\\system32\\mmc.exe C:\\WINDOWS\\system32\\services.msc" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\ShellFolder] "Attributes"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}] @="Add Windows Services to the Control Panel" ; Add "Task Manager" to the Control Panel [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}] @="Task Manager" "InfoTip"="The Windows Task Manager shows CPU usage, running processes, the rate of memory available..." "System.ControlPanel.Category"="5" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\DefaultIcon] @="C:\\WINDOWS\\system32\\taskmgr.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\Shell\Open\Command] @="\"C:\\WINDOWS\\system32\\taskmgr.exe\"" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\ShellFolder] "Attributes"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}] @="Add Task Manager to the Control Panel" ; Add "MSconfig" to The Control Panel [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}] @="Msconfig" "InfoTip"="Msconfig is a Windows utility that can extract files to enable or disable services and startup items." "System.ControlPanel.Category"="5" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\DefaultIcon] @="C:\\WINDOWS\\system32\\msconfig.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\Shell\Open\Command] @="\"C:\\WINDOWS\\system32\\msconfig.exe\"" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\ShellFolder] "Attributes"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}] @="Add MSconfig to The Control Panel" ; Add "GPU-Z.0.5.2" to the Control Panel [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}] @="GPU-Z" "InfoTip"="GPU-Z provided specific details on the model used GPU, shaders, memory type, bandwidth, version of the driver or the GPU frequency." "System.ControlPanel.Category"="2" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\DefaultIcon] @="C:\\WINDOWS\\GPU-Z.0.5.2.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\Shell\Open\Command] @="\"C:\\WINDOWS\\GPU-Z.0.5.2.exe\"" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\ShellFolder] "Attributes"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}] @="Add GPU-Z to the Control Panel" ; Skip the update for GPU-Z [HKEY_CURRENT_USER\Software\techPowerUp\GPU-Z] "Interval"=dword:00000003 ; Add "Cpu-z" to the Control Panel [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}] @="Cpu-z" "InfoTip"="Provides specific details on the processor model used: stepping, voltage, supported instructions..." "System.ControlPanel.Category"="2" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\DefaultIcon] @="C:\\Program Files\\CPUID\\CPU-Z\\Cpuz.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\Shell\Open\Command] @="\"C:\\Program Files\\CPUID\\CPU-Z\\Cpuz.exe\"" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\ShellFolder] "Attributes"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}] @="Add Cpu-z to the Control Panel" ; Add "HWMonitor" to the Control Panel [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}] @="HWMonitor" "InfoTip"="Provides specific details on the hard drive temperature..." "System.ControlPanel.Category"="2" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\DefaultIcon] @="C:\\Program Files\\CPUID\\HWMonitor\\HWMonitor.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\Shell\Open\Command] @="\"C:\\Program Files\\CPUID\\HWMonitor\\HWMonitor.exe\"" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\ShellFolder] "Attributes"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}] @="Add HWMonitor to the Control Panel" ; Add "GSpot 270a" to the Control Panel ; Extracted files inside = C:\Program Files [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}] @="GSpot" "InfoTip"="Audio and Videos Codecs..." "System.ControlPanel.Category"="8" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\DefaultIcon] @="C:\\Program Files\\GSpot270a\\GSpot.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\Shell\Open\Command] @="\"C:\\Program Files\\GSpot270a\\GSpot.exe\"" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\ShellFolder] "Attributes"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}] @="Add GSpot to the Control Panel" ; Add "Process Explorer" to the Control Panel ; Download: [url]http://technet.microsoft.com/fr-fr/sysinternals/bb795535.aspx[/url] ; Then extract inside the folder: %Systemdrive%\Windows\System32\ProcessExplorer [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}] @="Sysinternals Process Explorer" "InfoTip"="Process explorer." "System.ControlPanel.Category"="5" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\DefaultIcon] @="C:\\WINDOWS\\system32\\ProcessExplorer\\procexp.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell\Open\Command] @="\"C:\\WINDOWS\\system32\\ProcessExplorer\\procexp.exe\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}] @="Add Process Explorer to the Control Panel" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\ProcessExplorer] "GroupPrivacyAcceptance"=dword:00000001 ; Add "AutoRuns" to The Control Panel ; Download: [url]http://technet.microsoft.com/fr-fr/sysinternals/bb795535.aspx[/url] ; Then extract inside the folder: %Systemdrive%\Windows\System32\Autoruns [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}] @="Sysinternals Autoruns" "InfoTip"="Autoruns process." "System.ControlPanel.Category"="5" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}\DefaultIcon] @="C:\\WINDOWS\\system32\\Autoruns\\autoruns.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}\Shell\Open\Command] @="\"C:\\WINDOWS\\system32\\autoruns\\autoruns.exe\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}] @="Add AutoRuns to The Control Panel" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Autoruns] "GroupPrivacyAcceptance"=dword:00000001 I hope this can help! Image Shorcuts inside Control Panel Assigning Control Panel Categories: http://msdn.microsof...3(v=vs.85).aspx Registering Control Panel Items: http://msdn.microsof...5(v=vs.85).aspx *Edit: To generate an unique GUID, we can use: 1) CreateCLSID.vbs given by maxXPsoft 2) GUIDGen.EXE : http://www.microsoft...&displaylang=en 3) Windows PowerShell : http://msdn.microsof...2(v=vs.80).aspx Start | All programs | Accesories | Windows PowerShell | Windows PowerShell (x86) (Choose the version you need) Write: [system.guid]::newguid() Copy/paste the new GUID with Notepad
-
You can try to download a new time WPI 8.1.0; and don't delete any files inside the folder after expand: http://www.wpiw.net/The_Dark_Side/home.html *Edit: Place WPI_v8.1.0.rar at the root (like C:\) and with WinRAR, right-click to extract the files HERE! For your Windows 7 customized, you need to set the WPI folder at the root of your distribution folder.
-
Spam inside my e-mail using MSFN forum
myselfidem replied to myselfidem's topic in Site & Forum Issues
Good to know! Many thanks Tripedacus. -
look my example above and just adapt to your needs. You can use the CLSID: To "My Computer": CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D} To "Control Pannel": CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19} Example adding a shorcut icon inside "Control Panel" for "Sysinternals Process Explorer": Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}] @="Sysinternals Process Explorer" "InfoTip"="Exploration des processus." [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\DefaultIcon] @="C:\\WINDOWS\\system32\\ProcessExplorer\\procexp.exe,-0" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell\Open\Command] @="\"C:\\WINDOWS\\system32\\ProcessExplorer\\procexp.exe\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}] @="Ajoute le module Exploration des processus au Panneau de configuration" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\ProcessExplorer] "GroupPrivacyAcceptance"=dword:00000001 *Edit: last post updated, because the CLSID wasn't correct! However if the CLSID value already exist, you can change the value like: {D14ED2E1-C75B-443c-BD7C-FC03B2F08C20} {D14ED2E1-C75B-443c-BD7C-FC03B2F08C21} {D14ED2E1-C75B-443c-BD7C-FC03B2F08C22}
-
@coucou SOLVED! Windows 7 SP1 activated successfuly. The file "tokens.dat" isn't the same for Windows 7 SP1. Replaced with the new one and ALL IS FINE! Whithout KB971033 integrated! No more window pop up about "Windows 7 SP1 Activation"!! About the link for "Gspot.exe" inside "Control Panel". Look for the HKEY_CLASSES_ROOT\CLSID inside the Registry for Gspot.exe, and make a reg file (example): Link for Registry inside Control Panel: Windows Registry Editor Version 5.00 ; Ajouter le module "Editeur du registre" au Panneau de configuration [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}] @="Editeur du registre" "InfoTip"="Démarre l'Editeur du registre" "System.ControlPanel.Category"="5" [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\DefaultIcon] @="%SystemRoot%\\regedit.exe" [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell] [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open\Command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,\ 00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}] @="Ajoute Editeur du registre au Panneau de configuration" Cheers *Edit: You can use this CLSID: CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}
-
OK! Thanks coucou for your help. After many tests I see that KB976902 is include with SP1. The window pop up is about Activation Windows 7 SP1, when I use the batch file to replace "Tokens.dat" activated for Windows 7 SP0! After the reboot Windows 7 SP1 is activated, but this wasn't happend with Windows 7 SP0! Weird! Maybe is using Virtual Machine? In fact, there is no problem with IE9 integrated!! However all works fine!