Jump to content

Adding files


JayDogg

Recommended Posts

Ok so I made a xp sp2 disk with nlite everything worked great but I want to add some wallpapers/themes/user pic and so on but do not know how

So lets start off with themes I did add a few themes with nlite but what I didnt like was it only put the msstyless/shell/font files and not the .theme files, so the files are there but have to go C:\WINDOWS\Resources\Themes\whatevertheme and double click on them. So how do I put the .theme files on the disk then when installing or on the first boot up have them moved off the disk and into C:\WINDOWS\Resources\Themes\.

Next wallpapers need to go to C:\WINDOWS\Web\Wallpaper

Last user pics need to go to C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\Default Pictures

This is the first time for me so I need detailed help Thanks

Link to comment
Share on other sites


One more thing does any one know if you add just the .theme files in nlite if it adds the rest of the files like msstyles/shell/font files cause I added the msstyles files in nlite and everything but the .theme file was there so maybe if I just add the .theme file instead that would fix my problem... so anyone know

Link to comment
Share on other sites

here is how i handle themes and user pics

Windows Registry Editor Version 5.00

;disable add passport balloon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MessengerService]
"PassportBalloon"="0"

;hide IT account on welcome
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"IT"=dword:00000000

;disable ICW
[HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard]
"Completed"=hex:01,00,00,00

;set homepage and search to google
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Use Search Asst"="no"
"Start Page"="http://www.google.com"
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie_rsearch.html"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
@="http://www.google.com/keyword/%s"
"provider"="gogl"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie_rsearch.html"

;set wallpaper
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"Wallpaper"="C:\\WINDOWS\\web\\wallpaper\\wallpaper640x480.png"

;classic control panel
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"SortOrderIndex"=dword:00000054

;Benefit: The seven above tweaks place the My Computer, My Documents, and Internet Explorer icons on
;the user\'s desktop. It also places the My Computer icon in the upper left corner followed by
;My Documents and then Internet Explorer - provided this portion of the grid isn\'t occupied by other icons

;disable desktop cleanup
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanUpWiz]
"NoRun"=dword:00000001

;shut security center up
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusDisableNotify"=dword:00000001
"FirewallDisableNotify"=dword:00000001
"UpdatesDisableNotify"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"FirstRunDisabled"=dword:00000001
"AntiVirusDisableNotify"=dword:00000001
"FirewallDisableNotify"=dword:00000001
"UpdatesDisableNotify"=dword:00000001

;disable XP tour
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

;disable search assistant
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Use Search Asst"="No"

;set screensaver prefs
[HKEY_CURRENT_USER\Software\Microsoft\Screensavers\Flying Objects]
"Options"=dword:00000001
"Type"=dword:00000006
"Tesselation"=dword:000000c8
"Size"=dword:00000064
"Texture"="C:\\WINDOWS\\web\\wallpaper\\Wallpaper640x480.bmp"
"TextureFileOffset"=dword:0000000c
"AllScreensSame"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Screensavers\Flying Objects\Screen 1]
"Leave Black"=dword:00000000
"Disable Hardware"=dword:00000000
"Width"=dword:00000000
"Height"=dword:00000000
"Format"=dword:00000000

;set user pic for user 'staff'
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Hints\Staff]
"PictureSource"="C:\\WINDOWS\\web\\wallpaper\\Wallpaper640x480.bmp"

in D:\SlipStreams\WXP_SP3_04302008\I386\winnt.sif i have

[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\my.Theme"

there are other tweaks in there but i keep it pretty well documented so you should be able to find everything

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...