Jump to content

bytesurfer

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by bytesurfer

  1. Hi@all!

    I´m trying to install german MUI language pack into RTM install.wim (english Edition) using WAIK:

    - copied imagex & pkgmgr to system32 folder

    - copied RTM installation sources to folder on harddrive;

    - mounted install.wim: 'imagex /mountrw f:\rtm-en\sources\install.wim 4 f:\mnt'

    - created 'unattend.xml' using Windows System Image Manager only containing the language pack

    So far, so good..

    Now I´m trying to install the language pack using the package manager (pkgmgr.exe).

    'start /w pkgmgr /o:"f:\mnt\;f:\mnt\windows" /n:f:\unattend.xml'

    And? NOTHING!! Nada! Nichts! :realmad:

    unattend.xml:

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
    <package action="install">
    <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="de-DE" />
    <source location="F:\WAIK\de-de\lp.cab" />
    </package>
    </servicing>
    <cpi:offlineImage cpi:source="wim:f:/waik/rtm/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    Anyone who has an idea? Please help me!

  2. running vista rc1 build 5600 ultimate edition....

    local admin...

    can't access some folders in my %userprofile%

    looks like it's a shortcut...

    i dunno...

    Hi net user!

    You have to change the permission settings of these folders.

    Click on Properties from the contextual menu and select the Security tab.

    Notice: Before you are able to change the permission settings you have to get ownership of the folder!

    Click on the Advanced button. Click on the Owner tab; change your settings and get ownership of that file.

    Now you can edit the permission settings on the Security tab to get full access.

    Click the OK button to apply your changes..

    ..and :w00t:

  3. msconfig has been around for years........

    also where is the tabbed browser reg entry?

    Do I have to create it or modify it?

    Thanks

    Hi kartel! :yes:

    The entry will be created by regfile.

    Save text below to regfile and execute it..

    Windows Registry Editor Version 5.00

    ;Internet Explorer: Disable Tabbed Browsing

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\TabbedBrowsing]"Enabled"=dword:00000000

  4. The RC1 watermark in the right corner is set by user32.dll.mui.

    The user32.dll.mui file is situated in your '\Windows\System32\xy-XY' folder (accordingly to your installed language):

    on english based systems in 'en-US', german = 'de-DE' [, ...].

    Here are 2 solutions to stop this Watermark being displayed:

    I.) Modify user32.dll.mui by yourself (for instance with ResourceTuner or similar programs)

    or

    II.) Replace original user32.dll.mui with a patched one

    I.) You intend to modify the file by yourself? Ok, let´s start!

    [1.] Create a folder 'C:\user32dll', switch to your '\Windows\System32\xy-XY' folder and copy the user32.dll.mui to your new folder.

    [2.] Start ResourceTuner (or a similar program) and navigate to 'c:\user32dll\user32.dll.mui'.

    In the treeview panel expand 'String', open Item #45 and modify the strings like in the image below.

    Item #45

    post-109657-1158541440_thumb.jpg

    Do the same for Item #46 and #47.

    post-109657-1158542434_thumb.jpg post-109657-1158542447_thumb.jpg

    [3.] After completing all changes save the file and quit ResourceTuner.

    That´s all about the modding part..

    Now, we want to attach the modified user32.dll.mui to our System.

    [4.] In your '\Windows\System32\xy-XY' folder right-click to user32.dll.mui, click on Properties

    from the contextual menu select the Security tab.

    post-109657-1158544844_thumb.png Notice: Before you are able to change the permission settings you have to get ownership of the user32.dll.mui file!

    [5.] Click on the Advanced button. Click on the Owner tab; change your settings and get ownership of that file.

    Now you can edit the permission settings on the Security tab to get full access.

    Click the OK button to apply your changes.

    [6.] Rename the user32.dll.mui to user32.dll.mui.bak.

    [7.] Copy our modified user32.dll.mui to 'Windows\System32\xy-XY', Reboot and Enjoy!

    ----------------------------

    II.) Download the modified user32.dll.mui and run steps 4.-7.

    Download English Version

    Download French Version

    Download German Version

    I thank Lost SOul™ & Nesquix from www.aeroxp.org/board discovering this tweak in the English and French Version of user32.dll.mui in RC1. © 2006 Lost SOul™ & Nesquix

    The German Version is modified by myself. © 2006 ByteSurfer

  5. Hi@all!!

    Here are some rRegTweaks I´ve found in RC1 Registry..

    ;Desktop: Font Smoothing to ClearType

    [HKEY_CURRENT_USER\Control Panel\Desktop]"FontSmoothing"="2"

    ;Desktop: Disable Windows Sidebar

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar]

    "TurnOffSidebar"=dword:00000001

    ;Desktop: Remove Shortcuts

    [HKEY_CLASSES_ROOT\lnkfile]

    "IsShortcut"=-

    ;Explorer: Disable Thumbnail Cache

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

    "DisableThumbnailCache"=dword:00000001

    ;Explorer: Show Menubar

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

    "AlwaysShowClassicMenu"=dword:00000001

    ;Internet Explorer: Disable Tabbed Browsing

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\TabbedBrowsing]

    "Enabled"=dword:00000000

    ;Internet Explorer: Disable Update Check

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

    "NoUpdateCheck"=dword:00000000

    ;Internet Explorer: Change startpage

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

    "Start Page"="http://www.google.de/"

    ;Internet Explorer: Disable 'Download finished'-Popup

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

    "NotifyDownloadComplete"="no"

    ;Internet Explorer: Enable Smooth Scrolling

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

    "SmoothScroll"=dword:00000001

    ;Internet Explorer: Disable 'Script debugger'

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

    "Disable Script Debugger"="yes"

    ;Internet Explorer: Disable Statusbar

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

    "Show_StatusBar"="yes"

    ;Recycle Bin: Skip the Recycle Bin Confirmation Message

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]

    "ShellState"=hex:24,00,00,00,37,a8,01,00,00,00,00,00,00,00,00,00,00,00,00,00,\

    01,00,00,00,0d,00,00,00,00,00,00,00,02,00,00,00

    ;Startmenu: Display AdminTools in Startmenu

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

    "StartMenuAdminTools"="YES"

    ;System: Disable Windows Media Digital Rights Management (DRM)

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WMDRM]

    "DisableOnline"=dword:00000001

    ;System: Disable SQMClient 'Programm zur Verbesserung der Benutzerfreundlichkeit'

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\Windows]

    "CEIPEnable"=dword:00000000

    ;System: Modify Programs Location Folder

    [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion]

    "ProgramFilesDir"="C:\Program Files"

    ;System: Disable User Account Protection (UAP)

    [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

    "EnableLUA"=dword:00000000

    ;System: To login as Administrator

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]

    "Administrator"=dword:00000001

    ;System: Disable Windows Error Reporting

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting]

    "Disabled"=dword:00000001

    ;System: Disable 'New Hardware was found'-Popup

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Settings]

    "DisableBalloonTips"=dword:00000001

    ;Windows Mail: Disable Windows Mail Splash Screen

    [HKEY_CURRENT_USER\Software\Microsoft\Windows Mail]

    "NoSplash"=dword:00000001

    ;Windows Mail: Disable Access to Windows Mail

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Mail]

    "ManualLaunchAllowed"=dword:00000000

    ;WindowsMediaPlayer: Disable Auto-Updates

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]

    "DisableAutoUpdate"=dword:00000001

    ;WindowsMediaPlayer: Disable Automatic Codec Download

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer]

    "PreventCodecDownload"=dword:00000001

    Notice: You have to reboot to see the changes.

    I hope its useful :D

×
×
  • Create New...