Well, I not really a fan of Winbuilder Scripts
so may someone give me a hand? Here is a very basic begin of one.
There is actually no problem.
Just use WinBuilder. Make a rightclick and choose what you want from the menu. A template of the command with complete syntax will be written in that spot in the script.
- appended
Themes to REG_MULTI_SZ
netsvcs inside WB-Software\Microsoft\Windows NT\CurrentVersion\SvcHost
Ask Peter (psc) for that one, i don't know if it already works in WB.
- copy the full Resources folder form Source to Target
DirCopy,%SourceDir%\Resources,%TargetDir%
- copy/rename
blue_ss.dll from Source to Target
SHELLSTYLE.DLLrequire_file,blue_ss.dll
FileRename,"%target_sys%\blue_ss.dll","%target_sys%\SHELLSTYLE.DLL"
- copy
shsvcs.dll from Source to Target
require_file,shsvcs.dll
- copy
MSGINA.dll form Source to Target (overwrite the fake one)
require_file,MSGINA.dll
- patch and copy
sxs.dll from Source to Target
require_file,sxs.dll
PatchingShellExecute,Hide,Filenam,"Parameters"
Filenam would be the name and path of your patch.exe and parameters would be the parameters your patch program requires.
- patch and copy
umpnpmgr.dll from Source to Target
require_file,umpnpmgr.dll
- patch and copy
services.exe from Source to Target
require_file,services.exe
- patch and copy
uxtheme.dll from Source to Target (patch will be added soon)
require_file,uxtheme.dll
- patch and copy
winlogon.exe from Source to Target
require_file,winlogon.exe
Hope this helps.