Hack to Run DreamScene in Vista Home Premium, Basic, Starter, Business and Enterprise

Own a non-Ultimate edition of Windows Vista, but very like the DreamScene application featured in Ultimate Extras package? With most OEM brand computers factory installed Windows Vista Home Premium or Home Basic, and corporates go for Windows Vista Enterprise edition, Microsoft will be earning a lot if everybody upgrade to Ultimate version with Windows Anytime Upgrade just for DreamScene. There’re alternative programs in VideoLAN’s VLC Player and BS.Player that can be used to set video as desktop background wallpaper, however, this is a hack to allow users in any editions of Vista to run native and original Windows DreamScene from Microsoft.

Hack to install Windows DreamScene in non-Ultimate Vista

  1. Download the patched DreamScene dll files package NonUltimateDreamScene.zip (alternative link) (Sorry, Demand for Immediate Take Down received).
  2. Unpack the archive content to a folder.
  3. Right click on InstallDreamScene.bat and select “Run as Administrator” to install Windows DreamScene on your non-Ultimate version of Vista. Answer “Y” to continue. You can also open elevated command prompt with administrator rights and type InstallDreamScene.bat to execute the batch script.
  4. Restart your computer.

Note: Apparently you can still download the patched version of DreamScene somewhere, however, most is offering incorrect version of install script, which was fixed in second edition. If you encounter problem, simply follow manual method below. Non-English version try to install English language pack. Please provide feedback at the forum or comment.

Voila, your system now will run DreamScene without paying hefty Ultimate price. If you prefer to manually to install the patched DreamScene DLL files, here’s the step-by-step guide:

  1. Download the patched DreamScene files as above and unpack to a folder.
  2. Copy DreamScene.dll to %WinDir%\System32\ folder.
  3. Copy DreamScene.dll.mui to %WinDir%\System32\en-US\ folder.
  4. In Windows Explorer, navigate to %WinDir%\System32\ folder.
  5. Right click on themecpl.dll file, and click on Properties on right click menu.
  6. Select the Security tab, then click Advanced.
  7. Subsequenly select the Owner tab, click Edit button. Press Continue (or log in if you’re not Administrator) on any User Access Control prompt.
  8. Select your Vista logon user name, then click OK button. Then click OK in any dialog window that pops up, and press OK again at Advanced Security Settings window.
  9. On Security tab, click the Edit button. Press Continue (or log in if you’re not already an Administrator) on User Access Control prompt.
  10. Click Add button, and click on Advanced button. Next press Find Now button, and then select your logged on user name. Press OK when done.
  11. Click OK again on Select Users or Groups dialog.
  12. On Permissions for themecpl.dll window, highlight your user name, and check the box next to “Full Control” under “Allow” column. Hit OK when done, and confirm any message. Click OK twice to exit from ownership taking process.
  13. Rename the file themecpl.dll in %WinDir%\System32 to themecpl.dll.original.
  14. Copy the patched version of themecpl.dll to %WinDir%\System32\ folder.
  15. Repeat step 4 - 12 on themecpl.dll.mui file located in %WinDir%\System32\en-US\ folder.
  16. After taking ownership, rename the file %WinDir%\System32\en-US\themecpl.dll.mui to themecpl.dll.mui.original.
  17. Copy the patched version of themecpl.dll.mui to %WinDir%\System32\en-US\ folder.
  18. Create a new folder in %windir%\Web named “Windows DreamScene” (without quotes). This is the location to place all your videos want to set as DreamScene wallpaper, and can be easily configured via Control Panel Personalization applet.
  19. Lastly, import and merge DreamScene.reg to registry.
  20. Reboot computer.

Using DreamScene

After patching, right click on any blank space on Desktop, select “Personalize”, then click on “Desktop Background”. Under location, select “Windows DreamScene Content”, and then select a animated video you want.

Source: UnfocusedOne

Share and contribute or get technical support and help at My Digital Life Forums.



150 Responses to “Hack to Run DreamScene in Vista Home Premium, Basic, Starter, Business and Enterprise”

Pages: « 6 5 [4] 3 2 1 » Show All

  1. Frank
    June 30th, 2007 03:24
    100

    Hello Rozzer, since you do installed dreamscene in your Vista in Spanish, I have Home Premium and wanted that also she settles in mine, the indicated steps of the installation estan in English, I understand until certain help part but I am confused there for that reason if she is not much to please request me in the passages in Spanish. So long

  2. rozzer
    June 28th, 2007 19:24
    99

    MR> .dream files are propietary of stardock´s deskcape sofware that only runs (for the moment) in vista ultimate, there is no way tu run .dreams files in vista home right now.
    FRANK> yo lo instalado en español y funciona sin problemas. sigue los pasos como dice el articulo. tienes que ser propietario y darte permisos en los archivos que has de sustituir

    Rozzer

  3. Frank
    June 22nd, 2007 12:18
    98

    They can say porfavor the steps to me to install the DreamScene Windows in Spanish already I have the patch but since I do in the installation. Greetings

  4. MR
    June 22nd, 2007 11:21
    97

    I’m having the exact same problem as Mikey commented earlier, but I didn’t see a response: I have everything working, video will run as the wallpaper, I can see the DreamScene Content on the drop down, but my system doesn’t see (or run) the .DREAM files. Any ideas?

  5. Frank
    June 21st, 2007 16:03
    96

    Por favorrrrrrrrrrr pon los pasos en español, animate tio porfa haslo tu puedesssssssss.

    Saludos y espero me contestes

  6. Ali
    June 16th, 2007 15:44
    95

    So….i managed to get this works if i right click a video file and select set as wallpaper, but “dreamscene contect” doesn’t appear in the drop down menu….plz help

  7. Dirk Digweed
    June 11th, 2007 18:29
    94

    Hi. Can you send a link to the hacked DreamScene dlls?

    Thanks so much!

    Dirk

  8. WwTIPPYwW
    June 11th, 2007 00:13
    93

    fixed the BAT file to actually copy the files:

    —————————————————–
    @echo off
    TITLE Windows DreamScene for non-Ultimate Vista
    echo.
    echo Windows DreamScene for non-Ultimate Vista
    echo for Windows Vista Starter, Home Basic, Home Premium, Business and Enterprise Editions
    echo.
    echo (c) My Digital Life (www.mydigitallife.info)
    echo.
    echo.
    echo Confirm to install? (Press Ctrl-C and answer Y to terminate)
    pause
    echo.
    echo.

    copy DreamScene.dll , %WinDir%\System32\DreamScene.dll /y
    copy DreamScene.dll , %WinDir%\System32\en-US\DreamScene.dll /y

    takeown /f %WinDir%\System32\themecpl.dll
    icacls %WinDir%\System32\themecpl.dll /grant “%username%”:f
    copy %WinDir%\System32\themecpl.dll %WinDir%\System32\themecpl.dll.original
    copy themecpl.dll %WinDir%\System32\themecpl.dll /y

    takeown /f %WinDir%\System32\en-US\themecpl.dll.mui
    icacls %WinDir%\System32\en-US\themecpl.dll.mui /grant “%username%”:f
    copy %WinDir%\System32\en-US\themecpl.dll.mui %WinDir%\System32\en-US\themecpl.dll.mui.original
    copy themecpl.dll.mui %WinDir%\System32\en-US\themecpl.dll.mui /y

    mkdir “%WinDir%\Web\Windows DreamScene”

    reg import DreamScene.reg
    echo.
    echo *** Windows DreamScene installation completed. ***
    echo.
    pause

  9. Scott
    June 10th, 2007 05:56
    92

    Hi, i have installed dream scene and it is in the personalize menu, however when i try to select dream scene content i get a task bar icon that says DreamScene can only run when Windows AERO sceme is selected. I have vista home premium on my laptop but it wont support AERO. Is there anyway around this?

  10. Robs
    June 8th, 2007 23:11
    91

    hi.
    this does not seem to work on my english vista 64 business. The personalize-page does not appear and it says “This page could not be loaded”.
    Anyone else got experiences?

  11. admin
    June 7th, 2007 02:54
    90

    This is English version only. If you would like to translate may be it’s possible to create an Italian version.

  12. lele
    June 6th, 2007 20:22
    89

    Can I install in my windows home premium italian language?
    I have to create an \en-US\ folder under System32 ????

  13. Microsoft Talk » Blog Archive » Hack: Vista Dreamscene - version does not matter!
    May 30th, 2007 13:02
    88

    [...] Vista Dreamscene - version does not matter! May 30th, 2007 by Alpesh Tech blog My Digital life links to a modified version of Dreamscene, describing on how to install and use this [...]

  14. Dreamscene in jeder Vista Version verwenden » Ghacks.net DE
    May 26th, 2007 01:54
    87

    [...] ist, für alle Versionen von Windows Vista verfügbar zu machen. Zumindest wird dieses vom Blog My Digital life, welches einen Link zu einer modifizierten Version von Dreamscene bietet und ebenfalls eine [...]

  15. Ananda
    May 23rd, 2007 13:00
    86

    kay,

    got the file dowloaded,
    let u know weather it works.

    Thanks a lot Bro

  16. duyhung
    May 22nd, 2007 21:43
    85

    i used this guide and it works
    one problem tho,i purchased a Dell Inspiron system and it came with Vista Basic. After i used the hack i was able to run DreamScenes theme, but how come my CPU load run constantly on 25-40%, if i switch to a picture as wallpaper the load drop to 0-2%. I think my system’s good enough to run it.

  17. John
    May 20th, 2007 23:01
    84

    A must have for Dreamscene is DeskScapes, this allows .Dream files to be used as the desktop backgrounds. Mostly all sreamscene backgrounds are being made as these .Dream files now as they run smoother, however the program DeskScapes checks to see if your OS is Vista Ultimate which with this hack it is not. So the next thing to do would be to get DeskScapes to work on any version of vista or if there is a way to make it think that you have Vista Ultimate then that too could work. Please get back to me if there is any way and here is a website about DeskScapes and .Dream Backgrounds. http://dream.wincustomize.com/index.aspx?c=1
    Thanks.

  18. admin
    May 20th, 2007 13:24
    83

    rooofey, for XP, try BS.Player or VLC.

  19. rooofey
    May 20th, 2007 06:43
    82

    man i thought i could run it on xp but guess not oh well

  20. Kay
    May 20th, 2007 05:52
    81

    heres a mega upload version:

    http://www.megaupload.com/?d=08CSA6GD

  21. kay
    May 20th, 2007 05:40
    80

    ananda read

    anyways heres the link for downloading:

    http://rapidshare.com/files/30860269/NonUltimateDreamScene.zip

  22. rooofey
    May 20th, 2007 03:50
    79

    of windows? im using xp sp2 i believe

  23. admin
    May 20th, 2007 01:55
    78

    What edition you’re using?

  24. rooofey
    May 20th, 2007 00:07
    77

    i dont see a security tab when i click on properties can someone help me out?

  25. DreamScene sin Windows Vista Ultimate: DreamScene Hack at MakSox
    May 19th, 2007 20:51
    76

    [...] Tutorial para hackear DreamScene (En Inglés) (Si algún día me animo, lo traduciré.) [...]

Pages: « 6 5 [4] 3 2 1 » Show All

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting


Custom Search

New Articles

Incoming Search Terms for the Article

dreamscene hack - DreamScene vista - dreamscene - dreamscene crack - vista dreamscene - dreamscene for home premium - deskscapes home premium - dreamscene premium - DeskScapes hack - dreamscene home premium - NonUltimateDreamScene.zip - dreamscene for premium - dreamscene on home premium - dreamscene for vista premium - dreamscene on premium - NonUltimateDreamScene - dreamscene for vista home premium - dreamscene business - non ultimate dreamscene - dreamscene vista premium - dreamscene vista business - dreamscene on vista business - dreamscene vista home premium - Deskscapes for Home Premium - hack dreamscene - dreamscene on vista premium - vista dreamscene hack - dreamscene on vista home premium - dreamscene for vista - dreamscene home - dreamscene vista home - dreamscene patch - DeskScapes non ultimate - DreamScene For Vista Home - dreamscene vista enterprise - deskscapes vista premium - DeskScapes vista business - vista home premium dreamscene - dream scene for vista home premium - dreamscene non ultimate - dreamscene enterprise - dreamscene for vista business - hacked dreamscene - deskscapes for vista premium - dreamscene without ultimate - deskscapes on home premium - DeskScapes - patched dreamscene - vista premium dreamscene - deskscapes premium - dreamscene files - vista dreamscene crack - dream scene vista home premium - dreamscene cracked - vista enterprise dreamscene - dreamscene on vista - vista business dreamscene - deskscapes business - dreamscene hacked - deskscapes on vista business - dreamscene for all vista - dreamscene on home - hack deskscapes - dreamscene.reg - dreamscene for home - dreamscene in home premium - deskscapes vista home premium - crack dreamscene - deskscapes vista home - vista home premium crack - all - Hack to Run DreamScene in Vista Home Premium - my digital life - dreamscene vista basic - home premium dreamscene -