Jump to content

How to change the Start Button Text during Unattended Steup


Recommended Posts

Posted

Most guides are for inside Windows, i want it during Setup(unattended) can i do it?

i found something here: but i thought the explorer.exe is specific to the current windows? like softwares etc?

http://www.msfn.org/board/lofiversion/index.php/t33813.html

You will Need Resource Hacker Or What Ever App You Use To Do This

1:\ Resource Hacker

2:\ Make A Temp Work Area In %systemdrive%:\WHATEVER

3:\ Goto %systemdrive%:\Windows

Directory Than Right Click explorer.exe and than hit copy

4:\ Go Back to %systemdrive%:\WHATEVER

right click and paste explorer.exe

5:\ Open Resource Hacker And Open %systemdrive%:\WHATEVER\explorer.exe

6:\ Than Expand The Folder Called String Table

7:\ Than Expand String Table\37\1033

1033 is where the string you want to edit.

PLEASE USE CAUTION WHEN EDITING OR MODIFING ANY OF WINDOWS FILES

Here is What The string Looks Like

STRINGTABLE

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

{

578, "start"

579, "There was an internal error and one of the windows you were using has been closed."

580, "Restrictions"

581, "This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator."

590, "Hiding your inactive notification icons..."

591, "To see the hidden icons, click this button."

}

8:\ If you have this directory

%systemdrive%\XPCD\i386

Copy And Paste And Save As WHATEVER.Cmd After You Have Done Changing

echo off

cls

mode con: Cols=75 Lines=5

color 7f

Title Replace Explorer

:::CHANGE WHATEVER TO MATCH WHAT YOU NEED

cd %systemdrive%\WHATEVER

makecab %systemdrive%\WHATEVER\explorer.exe

cls

color b0

echo.

ping -n 2 127.0.0.1>nul | set /p = Makecab Completed

del %systemdrive%\Xpcd\i386\explorer.ex_

ping -n 1 127.0.0.1>nul

copy %systemdrive%\WHATEVER\explorer.ex_ %systemdrive%\Xpcd\i386

ping -n 1 127.0.0.1>nul

Hope This helps


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...