Jump to content

masterpp

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by masterpp

  1. Windows Registry Editor Version 5.00 

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\TextPad]
    @="{2F25CF20-C569-11D1-B94C-00608CB45480}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2F25CF20-C569-11D1-B94C-00608CB45480}]
    @="TextPad"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2F25CF20-C569-11D1-B94C-00608CB45480}\InProcServer32]
    @="C:\\Program Files\\TextPad 4\\System\\shellext.dll"
    "ThreadingModel"="Apartment"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved\{2F25CF20-C569-11D1-B94C-00608CB45480}]
    @="TextPad"

  2. why do you have to create ur own program. just use the registry to apply during the T-12. Here is my registry for Visual Effect. This work 100% on numerous computers and creating new accounts.

    this codes only enable Smooth edges of screen font, use drop shadows for icon labels on desktop , and Use visual styles on windows and button.

    ; ************************************


    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
    "VisualFXSetting"=dword:00000003

    ;Animate windows when minimizing and maximizing
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000000

    ;Slide open combo boxes
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000000

    ;Show shadows under mouse pointer
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000000

    ;Show window contents while dragging
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000000
    "DefaultByAlphaTest"=dword:00000000

    ;Show shadows under menus
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000000
    "DefaultByAlphaTest"=dword:00000000

    ;Smooth edges of screen fonts
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000001

    ;Smooth-scroll list boxes
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000000
    "DefaultByAlphaTest"=dword:00000000

    ;Show translucent selection rectangle
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]
    "DefaultApplied"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000

    ;Use drop shadows for icon labels on the desktop
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow]
    "DefaultApplied"=dword:00000001
    "DefaultByAlphaTest"=dword:00000001
    "DefaultValue"=dword:00000001

    ;Use a background image for each folder type
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000000
    "DefaultByAlphaTest"=dword:00000000

    ;Fade or slide menus into view
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]
    "DefaultApplied"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000

    ;Fade out menu items after clicking
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]
    "DefaultApplied"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000

    ;Slide taskbar buttons
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]
    "DefaultApplied"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000

    ;Use visual styles on windows and buttons
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000001
    "DefaultByAlphaTest"=dword:00000001

    ;Fade or slide ToolTips into view
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]
    "DefaultApplied"=dword:00000001
    "DefaultByAlphaTest"=dword:00000000
    "DefaultValue"=dword:00000000

    ;Use common tasks in folders
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]
    "DefaultApplied"=dword:00000001
    "DefaultValue"=dword:00000000
    "DefaultByAlphaTest"=dword:00000000


    ; Use "Windows Classic Folder" instead of common tasks in folders
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "WebView"=dword:00000000

    ; Disable "Translucent selection rectangle"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ListviewAlphaSelect"=dword:00000000

    ; Enable "Drop shadows for icon labels on desktop"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ListviewShadow"=dword:00000001

    ; Disable "background image for each folder type"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ListviewWatermark"=dword:00000000

    ; Disable "Slide taskbar buttons"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "TaskbarAnimations"=dword:00000000

    ; Enable "Visual Theme"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager]
    "ThemeActive"="1"

    ; Disable "Window contents while dragging"
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "DragFullWindows"="0"

    ; Enable "Smooth edges of screen fonts
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "FontSmoothing"="2"

    ; Disable "Animate windows when minimizing and maximizing"
    [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
    "MinAnimate"="0"

    ; Disable Menu Shadow & Fade
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "UserPreferencesMask"=hex:90,12,01,80

  3. oh well i guess i'll have to leave the Search Asst on and remove the dog. this is much better now.

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
    "SearchSystemDirs"=dword:00000001
    "SearchHidden"=dword:00000001
    "IncludeSubFolders"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]
    "SocialUI"=dword:00000000
    "UsageCount"=dword:00000001
    "UseAdvancedSearchAlways"=dword:00000001

  4. When I turn off the Search Assistant by using this

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
    "Use Search Asst"="no"

    When you search system folders or hidden files, the options are turn off each time you start open the search.

    With SearchAsst enabled, these options can be saved for future search.

    so how can i enable the Advanced options for "Search system folder", "Search hidden files and folders", and "Search Subfolders" and also have the checked box for Advanced Options.

  5. Most of the registry tweak are HKEY_Current_USER. I'm wondering after i've finished the installation and I want to add new user account someday in future.

    Will those HKECY_Current_user in unattended apply to the new account i create? I thought this only affect to one account when install windows.

    Should I change to HKEY_LOCAL MACHINE if it can apply to new account?

    All the current-user i have are un-hidedesktop icons, search url, start menu options, etc..

    or should it be HKEY_USERS/.DEFAULT

  6. How do you get all these switches for software like /qn , /s, /S, /v, /silent, /noreboot, etc...?

    I want to be able to know all the switches for other software such as mysql, php, textpad, photoshop, divx, winzip, winrar, quicktime, ad-aware, flashfxp, etc... I have no idea which switches to use.

    taken from website http://unattended.msfn.org/xp/examples.htm
    start /wait %systemdrive%\install\MSN\MsnMsgs.msi /qn
    start /wait %systemdrive%\install\Powertoys\TweakUI.msi /qn
    start /wait %systemdrive%\install\PowerToys\TaskswitchPowertoySetup.exe /s /v/qn
    start /wait %systemdrive%\install\Applications\diskeeper\Setup.exe /s /v/qn
    start /wait %systemdrive%\install\Applications\flashget\fgf140.exe /S

×
×
  • Create New...