Mike_Wilson Posted June 28, 2005 Author Posted June 28, 2005 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
fredmsfn Posted June 29, 2005 Posted June 29, 2005 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
Mike_Wilson Posted June 29, 2005 Author Posted June 29, 2005 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
1boredguy Posted June 29, 2005 Posted June 29, 2005 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...
Mike_Wilson Posted June 29, 2005 Author Posted June 29, 2005 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.
Smurf22 Posted June 29, 2005 Posted June 29, 2005 (edited) 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, 2005 by Smurf22
Mike_Wilson Posted June 29, 2005 Author Posted June 29, 2005 yes, if they are not double they do not work since \ is an escape key
Astalavista Posted June 30, 2005 Posted June 30, 2005 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
smashly Posted June 30, 2005 Posted June 30, 2005 (edited) 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, 2005 by smashly
MAVERICKS CHOICE Posted June 30, 2005 Posted June 30, 2005 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
Mike_Wilson Posted July 2, 2005 Author Posted July 2, 2005 @AstalavistaDo they work in windows normal or do they only get set in like T12 of the UA install?@smashlyIll add in nxt version
websee Posted July 5, 2005 Posted July 5, 2005 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%
Mike_Wilson Posted July 5, 2005 Author Posted July 5, 2005 @webseesry I forgot it, ill add it for nxt, ive made a note of it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now