-= MD =- Posted October 13, 2004 Posted October 13, 2004 With this register key, you see your scanner or Camera on your desktop when you connect it with the USB cable [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{E211B736-43FD-11D1-9EFB-0000F8757FCD}]@="Scanners & Cameras"
MonsterMax-=SPB= Posted October 14, 2004 Posted October 14, 2004 What should i do to have a clear start menu with 10 items in unattended install?I know this code: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_MinMFU"=dword:00000010 but it give me only 10 items in start menu but 4 items is already set.Sorry for my english Ohh sorry i read ~20 posts back and i see an answer.
bonedaddy Posted October 14, 2004 Posted October 14, 2004 I know I saw this here or somewhere, bin lookin for 1.5 hrs and finallyrealized...........do it yourselfWindows Registry Editor Version 5.00;Disable all Drives Autorun[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy Objects\{2F0E6775-B8C2-4D0A-B893-C22409485A34}Machine\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoDriveTypeAutoRun"=dword:000000ff
Lucius Snow Posted October 14, 2004 Posted October 14, 2004 I'm using this tweak to turn off the screensaver :[HKEY_CURRENT_USER\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_CURRENT_USER\Control Panel\Desktop]"SCRNSAVE.EXE"=-[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"SCRNSAVE.EXE"=-[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]"SCRNSAVE.EXE"=-[HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Windows\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Windows\Control Panel\Desktop]"SCRNSAVE.EXE"=-The problem is that it's completely disabled. The option is grey out so i have no way to turn it on later if i want. How to turn it off only (just put the selection on "none") ? Thank you.
mazin Posted October 14, 2004 Posted October 14, 2004 @atlas95You posted the same question and I answered you there. @bonedaddyNice to read you here. Haven't heard from you for long. Are you OK?
prathapml Posted October 15, 2004 Author Posted October 15, 2004 @bonedaddyThat registry section you posted looks like you went to a lot of trouble. The CLSID and all.....; Disable Autorun[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]"AutoRun"=dword:00000000; disable Autorun for all Drive Types[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoDriveTypeAutoRun"=dword:00000091It is far simpler. This is what I use, and I believe I put it into the regtweaks in the first-post of this thread as well. (If I did not, pardon me, lol).
SeDkY Posted October 15, 2004 Posted October 15, 2004 For screen saver, juste edit ur C:\windows\ressources\Themes\ Files, opent it in notepad and modify:[Control Panel\Desktop]ScreenSaveActive=1toScreenSaveActive=0
bonedaddy Posted October 15, 2004 Posted October 15, 2004 @ Prathamplyes it's there, poor old eyes didn't see it, if listed youras you did in your post could have seen better.......not a big deal, spent long time looking and 2min findingin registry. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] ;----- Remove frequently accessed programs list from Start Menu;"NoStartMenuMFUprogramsList"=dword:00000001 ;----- Disable USB/CDRom Autorun"NoDriveTypeAutoRun"=dword:000000FF ;----- Control panel classic view"ForceClassicControlPanel"=dword:00000001 ;----- Automatically Start CD-R and DVD-R Disks ;----- Value: (1 = enabled CDR auto run)"CDRAutoRun"=dword:00000001thanks bonedaddy
Denney Posted October 15, 2004 Posted October 15, 2004 Has anyone been able to find the registry tweak to disable the "Customer Experience" program in MSN Messenger (NOT Office 2003)?Edit: I found it but it appears to be on a per user basis.HKCU,"SOFTWARE\Microsoft\MSNMessenger\SQM","OptInRefCount",%REG_DWORD%,0x00000000HKCU,"SOFTWARE\Microsoft\MSNMessenger\SQM","1475624578",%REG_DWORD%,0xffffffffNote: That number isn't mine... It's just an example. The number is 10 digits long so you would need to figure your number out first.It appears as though the number stays the same (even after reinstalls).Edit2: Yep, the number stays the same. The number is the identification number of your passport. Check the registry for your number.
Timorad Posted October 15, 2004 Posted October 15, 2004 I've got a slight problem with the start menu, and specificly the list of recently ran programs. Somehow, after applying the tweaks, this list just stays empty. Has anyone encountered this before or knows the solution to this?
Lucius Snow Posted October 15, 2004 Posted October 15, 2004 For screen saver, juste edit ur C:\windows\ressources\Themes\ Files, opent it in notepad and modify:[Control Panel\Desktop]ScreenSaveActive=1toScreenSaveActive=0Merci.Which file should i remplace ?
war59312 Posted October 16, 2004 Posted October 16, 2004 I'm using this tweak to turn off the screensaver :[HKEY_CURRENT_USER\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_CURRENT_USER\Control Panel\Desktop]"SCRNSAVE.EXE"=-[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"SCRNSAVE.EXE"=-[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]"SCRNSAVE.EXE"=-[HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Windows\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Windows\Control Panel\Desktop]"SCRNSAVE.EXE"=-The problem is that it's completely disabled. The option is grey out so i have no way to turn it on later if i want. How to turn it off only (just put the selection on "none") ? Thank you. Should be this then:[HKEY_CURRENT_USER\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_CURRENT_USER\Control Panel\Desktop]"SCRNSAVE.EXE"=-[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"ScreenSaveActive"="0"[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"SCRNSAVE.EXE"=-
Lucius Snow Posted October 16, 2004 Posted October 16, 2004 war59312, this doesn't work. The screensaver is active, like by default
bob3d Posted October 17, 2004 Posted October 17, 2004 I have always been annoyed at the start point of Explore when right-clicking the Start Button going to C:\Documents and Settings\"UserID"\Start Menu, so I added this "Explore from C:\" selection to the Start Button right-click menu:;Add "Explore from C:\" to Start Button right click menu[HKEY_CLASSES_ROOT\Directory\shell\ExploreFromC]@="Explore from C:\\"[HKEY_CLASSES_ROOT\Directory\shell\ExploreFromC\command]@="C:\\WINDOWS\\explorer.exe /e,/n,C:\\"
maxXPsoft Posted October 17, 2004 Posted October 17, 2004 XP SP2 only = If you don't know read next post oK@prathapml you can add these if you wantI have a bunch more but I'm playing with them;Filter out the updates from Change or Remove Programs list + Add or Remove Programs;the list WILL only show installed programs and not updates makes this list easier for users to read;Change the DWORD value to 1 to disable the filter feature or simply delete and reboot...[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Uninstall]"DontGroupPatches"=dword:00000000;RPC interface restriction = LEAVE ALONE if you don't know what RPC is. ;Value: 0 = Causes the system to bypass the RPC interface restriction.; Equivalent to the behavior in previous versions of Windows.;Value: 1 = This value is the default value in Windows XP Service Pack 2. Restricts access to all RPC interfaces.;Value: 2 = All remote anonymous calls are rejected by the RPC runtime with no exemptions.[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\RPC]"RestrictRemoteClients"=dword:00000002;Crash Detection 0 — Off, 1 — On;Delete for Default value of On[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoCrashDetection"=dword:00000001;Users who do not want data to be written from their computer to a USB storage device;0 - Disabled, 1 - Enabled, (Delete for Default Allow)[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]"WriteProtect"=dword:00000000
Recommended Posts