Jump to content

Humfri

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Humfri

  1. Hi,

    btw thanks for all your addons!

    I found that this one doens't actually copies the tweakui.exe into the system32 directory. I'm not a pro, but i figured the .inf file should be like this, unless there's something I didn'T get:


    [Version]
    Signature="$Windows NT$"
    [Defaultinstall]
    OptionDesc ="Adds TweakUI to the control panel"
    Tip ="TweakUI"
    Modes =0,1,2,3
    AddReg =Tweak.reg
    [b]copyfiles =prog.copy[/b]
    [Optional Components]
    TweakUI
    [TweakUI]
    OptionDesc ="Adds TweakUI to the control panel"
    Tip ="TweakUI"
    Modes =0,1,2,3
    AddReg =Tweak.reg
    [b][DestinationDirs]
    Prog.Copy = 11[/b]
    [b][sourcedisksfiles]
    TweakUI.exe =1[/b]
    [b][Prog.Copy]
    TweakUI.exe[/b]
    [Tweak.reg]
    HKCR,"CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}",,,"TweakUI"
    HKCR,"CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}","InfoTip",,"TweakUI customizes many advanced options in Windows"
    HKCR,"CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon",,,"%SystemRoot%\\System32\\tweakui.exe,0"
    HKCR,"CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open"
    HKCR,"CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\command",,,"tweakui.exe"
    HKCR,"CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder","Attributes",0x00010001,30,00,00,00
    HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}",,,"Add Tweakui to Control Panel"

    TweakUI.inf.txt

×
×
  • Create New...