Jump to content

MCT

Member
  • Posts

    3,244
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by MCT

  1. [shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Luna VX.theme" thats what i use & it works
  2. %windir% is only a windows variable, so u dont have 2 specify C:\ or D:\ , this way u can install your batch file/unattended cd on any pc & any drive, it doesnt have 2 be c:\ EDIT %windir% is the same as ... C:\WINDOWS\ or D:\WINDOWS\ or F:\124355djd8 whatever your windows directory is regards
  3. yes, it will, aslong as your theme is correctly set 2 load %windir%\Resources\Themes\mytheme.theme regards
  4. glad it helped
  5. this is what i have and it works ECHO. ECHO Installing Kerio Personal Firewall start /wait %systemdrive%\Install\Apps\kerio-pf-4.1beta.exe /s /v"/qn REBOOT=Suppress (note, im using the beta, ive used the version u are using with the same switches and it works) regards
  6. what version of the uxtheme are u using? make sure its the 1 for your build example. 2149 regards
  7. so, based upon what i have... instead of AddReg=performance AddReg=whatever its Addreg = performance,whatever,whatever2........ ? thanks
  8. alrighty, i think ive done it ... ive transfered all my .reg files to .INF can someone look over my file plz, im expecting 2 have a couple minor mistakes, since its my first time... EDIT: i tried 2 apply the tweak on my vmware install & i got a bsod lol, can anyone tell me whats wrong with the tweak? regards tweaks.inf
  9. how do i set the default value to "nothing" just ,,%dword%,"" dword is a variable im using 2 replace the dword numbers (0x00010001) thanks
  10. ya, i have im slowly gettin threw it, now that im startin 2 slowly catch on, inf's are Wayyyyyy better then .reg files i can make variables : lol regards
  11. ya, i have it as 1 long string, its just the way the board displays it thanks again :
  12. can u also tell me if this'll work ;Add "Services" to the right-click menu of "My Computer" HKCR,"CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services",,,0x00000001,53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00,SuppressionPolicy,4000003c HKCR,"CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command",0x00000001,25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 ;Allow renaming and removing of Recycle Bin HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder",Attributes,0x00000001,70,10,00,20 HKCR,"CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder",CallForAttributes,0x00010001,00000040 This was my Original .reg file (which works) ;Add "Services" to the right-click menu of "My Computer" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 ;Allow renaming and removing of Recycle Bin [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] "Attributes"=hex:70,10,00,20 "CallForAttributes"=dword:00000040
  13. i have another question:P in my .inf file can i add spaces between commands? Example: [whatever] CODE HERE ANOTHER CODE instead of.. code code thanks
  14. can u explian that a bit? im still new 2 this EDIT: replacing dword with a number? how come wouldnt this work? HKLM,"SYSTEM\CurrentControlSet\Services\AudioSrv",start,REG_DWORD,0x00000002 EDIT: disregard what i said, ive been browsing a bit more & u were right alanoll <ponders why he cant use reg_dword tho> inf's are weird regards
  15. i have a question.. ive been learning the inf files, adding my .reg tweaks 2 them, in my .reg file i want 2 replace this [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NoUpdateCheck"=dword:00000001 "Disable Script Debugger"="yes" "Start Page"="http://google.ca" "First Home Page"="http://google.ca" with the inf values, is there a way 2 do that like i have above, example, add 1 "main" key, and a bunch of other "sub keys" so im not having 10 lines of the same thing? this is kinda hard 2 explain thanks
  16. i think i answered my own question inf files look fairly easy , atleast for what i need regards
  17. maybe i mean inf , but i think i mean ini lol u be the judge.. i wanna add keys 2 it (reg keys) & i wanna be able 2 install programs and stuff, just for somethin 2 learn basically lol thanks
  18. what about checking for a registry entry? i would think it would add something 2 the registry... regards
  19. just wonderin if anyone has any good places on how 2 make .ini files, im interested in learning, it seems hard tho regards
  20. try here: http://www.msfn.org/board/index.php?showto...931&hl=KB839643 regards
  21. Hey ECHO. ECHO Installing TweakUI 2.10 Powertoy ECHO Please wait... start /wait %systemdrive%\install\Powertoys\TweakUI.msi /qn Use the Search Feature regards
  22. hi, goto the drivers section in the unattended section & look there, tons of posts about the ATI Drive (Catalyst) regards
  23. ya, from the unattended homepage, click installrite search for the switch for your program with google or in this forum regards
  24. also.. if you dont always use "C:\" as your systemroot u can try this idea, once u get working reg tweak... http://www.msfn.org/board/index.php?showtopic=21180
×
×
  • Create New...