June 28, 200521 yr Author no idea, sorry, they all work here and ive tested them on 3 systems.Anyone else having this problem?I PASSED MY UNI EXAMS, W00000
June 29, 200521 yr This app just what i've been wanting for ages. I enabled the extensions for links/shortcuts : Microsoft Word.lnk, and i cant turn it off with registrytweakage. Even in the registry things look too complicated!any help?cheers
June 29, 200521 yr Author well basicly, understanding whats going on in the tweak is pretty straight forward. The tweak looks at each key and you see the:"NeverShowExt"=-string value being set to -, when =- is set it means that the string is going to be deleted just like [-HKCU etc is for a key. So to get it back all you need to do is add a string named "NeverShowExt" like so:; Hide Extended File Extensions (.lnk/.url etc.)[HKEY_CLASSES_ROOT\lnkfile]"NeverShowExt"=""[HKEY_CLASSES_ROOT\InternetShortcut]"NeverShowExt"=""[HKEY_CLASSES_ROOT\ShellScrap]"NeverShowExt"=""[HKEY_CLASSES_ROOT\DocShortcut]"NeverShowExt"=""[HKEY_CLASSES_ROOT\piffile]"NeverShowExt"=""[HKEY_CLASSES_ROOT\SHCmdFile]"NeverShowExt"=""The above code re-adds the string value "NeverShowExt" and sets its default value to blank and this should hide the extensions.I have attached a reg file so you just have to execute it. Tell me if it works or not.hideextendedextensions.reg
June 29, 200521 yr this is great! so many options that i don't even know what to do with...the hover info suggestion is a great idea.how about some "security suggested" check option? or atleast downloadable profiles that are recommeded? so much power here, and i don't know what options are "right" for me."optimize core system performance"... hmmm...
June 29, 200521 yr Author Users could share profiles, but with new updates its hard to keep the old profiles working with the new updates due to the amount of changes . I might release some profiles which have recommended disabling of services and other stuff but most is personal preference.I will look into the hovering and stuff, its alot of work for me to code into the program tho, i might write it all up on my website and then link it.
June 29, 200521 yr Hi Mike, Congrats passing your exam Is it normal to have double \\ and %% ?Example:; Add Device Manager to Right Click Menu of My Computer[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc" Edited June 29, 200521 yr by Smurf22
June 30, 200521 yr Mike Check this out[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]"VisualFXSetting"=dword:00000003[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]"DefaultApplied"=dword:00000001try to integrate that... it removes all the crazy fade, and smooth scroll. Thanks
June 30, 200521 yr Here's another to add to Security Tweaks section;Dissable Network Connections in classic Start Menu->Settings[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]"NoNetworkConnections"=dword:00000001I like to see a reg tweak that hides the "Settings" option from the Classic Start Menu alltogether.Also like to see a tweak to stop access to "Taskbar and Starmenu" options from anywhere whithin windows.Thank You Mike for your excellent Utility.Cheers. Edited June 30, 200521 yr by smashly
June 30, 200521 yr Havin trouble with this sunjava icon in systemtray upon first use following install, disabled with the following tweak but still shows in systemtray? Until I manually hide? ;Disable System Tray Icon for the Sun Java VM[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_04]"HideSystemTrayIcon"=dword:00000001
July 2, 200521 yr Author @AstalavistaDo they work in windows normal or do they only get set in like T12 of the UA install?@smashlyIll add in nxt version
July 5, 200521 yr well, i already told you in the last version that mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.mscis not compatible with those wo use other windows directory names like me (WINNT).you changed it for all other options, but not for this one, plz change it to %windir% or %systemroot%
Create an account or sign in to comment