473,785 Members | 2,167 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can i change my logon without using any software

Ali Rizwan
925 Contributor
Any body knows how to make bootscreens and logons for XP without using any software.
And how to apply
Help
Aug 28 '07 #1
6 6678
Nepomuk
3,112 Recognized Expert Specialist
Any body knows how to make bootscreens and logons for XP without using any software.
And how to apply
Help
OK, let's do it!


  1. Prepare the picture

    Create a bmp picture, size 640 x 480, 16 Colors. MS Paint can save pictures in that format, many other graphic editors can do it too.

    Name your picture "boot.bmp" and copy it to your Windows folder (e.g. "C:\Windows \".
  2. Change System settings

    Now you have to change the boot settings. Make sure, you can see hidden files (you can set that in "Folder settings"). Make the file "boot.ini", which would be on your root directory (e.g. "C:\"), writable (right mouse click onto it, "Properties ", deselect "Write protected", click "OK") and open it with an editor (e.g. Notepad).

    Find the entry "[operating systems]" and to the line beneath, add "/bootlogo /noguiboot". (Example picture in german) Now save and close "boot.ini", make it write protected again and restart your system. If you did every thing correctly, it should load with the new Bootscreen!
Source: http://www.chip.de/artikel/c1_artike...ml?tid1=&tid2=
Aug 28 '07 #2
Ali Rizwan
925 Contributor
OK, let's do it!


  1. Prepare the picture

    Create a bmp picture, size 640 x 480, 16 Colors. MS Paint can save pictures in that format, many other graphic editors can do it too.

    Name your picture "boot.bmp" and copy it to your Windows folder (e.g. "C:\Windows \".
  2. Change System settings

    Now you have to change the boot settings. Make sure, you can see hidden files (you can set that in "Folder settings"). Make the file "boot.ini", which would be on your root directory (e.g. "C:\"), writable (right mouse click onto it, "Properties ", deselect "Write protected", click "OK") and open it with an editor (e.g. Notepad).

    Find the entry "[operating systems]" and to the line beneath, add "/bootlogo /noguiboot". (Example picture in german) Now save and close "boot.ini", make it write protected again and restart your system. If you did every thing correctly, it should load with the new Bootscreen!
Source: http://www.chip.de/artikel/c1_artike...ml?tid1=&tid2=
Thnks a lot
I ll try it
Bye
Aug 28 '07 #3
Nepomuk
3,112 Recognized Expert Specialist
Here's the pic I meant:
Attached Images
File Type: jpg 93833929_b73e6d6814.jpg (26.6 KB, 642 views)
Aug 28 '07 #4
bartonc
6,596 Recognized Expert Expert
Any body knows how to make bootscreens and logons for XP without using any software.
And how to apply
Help
Check out Stardock's BootSkin.
Aug 29 '07 #5
Ali Rizwan
925 Contributor
Hi,
As title says i want to change a logon screen for winXP without any software.
Is there any solution?
Thanx
Oct 2 '07 #6
Nilpo
2 New Member
Hello Ali,

Unfortunately there is no way to change the Windows logon screen without the use of third-party programs.

In Windows XP, the logon screen is referred to as the Welcome Screen. The GUI elements for the Welcome screen are housed in the logongui.exe file in your System32 directory. Since this is a compiled file, the only way to edit it is through the use of some third-party program such as Resource Hacker.

Nilpo

<removed links>
Mar 29 '09 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1521
by: R. Clausen | last post by:
Have two machines with Win 2K 5.00.2195 (Machine 'A' has SP4, Machine 'B' has SP3) and both have DB2 UDB v8.1 FP4 all loaded fresh (not an upgrade). Machine 'A' gives the error 'Logon failure: unknown user name or bad password.' when executing a copy command to send a file to a network printer or when trying to delete file(s)located on another machine also on the network with the del command. Machine 'B' executes both commands without a...
10
9890
by: Fabrizio | last post by:
(Sorry for the crosspost, but I really don't know which is the right newsgroup!) Hi all, I try to change the password to a user that as to change the password at first logon: try {
5
20268
by: Ram | last post by:
Hey, I'v managed to set the "User Must Change Password At Next Logon" flag on the LDAP protocol, Using the - "pwdLastSet" property - by setting it to - "0" (for on) or - "-1" (for off). The problem is, I dont know how to check what's the current status of this user - When I try and read this property from the user's DirectoryEntry, I get a "System.ComObject" object, and I cant get any data from this object. Does Anyone has an idea what...
1
8603
by: Anil | last post by:
Hi All, we have four app servers and 5 services are installed in each machine. For every 60 days we need to change winodws domain users passwords, which the services run. Is there any way we can grab the service programatically and change service logon credentials using C# utility? I can loop through all services installed on the machine using the following code.
8
1844
by: Maxi | last post by:
Hello, i'm sorry my bad english :( I have CR9 Webservice, how to change databadse name and User_name into Webservice method? (not Viewer Control) Tks!! -- --------------------------
0
2660
by: Marty Cruise | last post by:
I successfully deploy my application to 20 domain users. Only one new user is giving me a problem, although he can access all domain resources. When he clicks the installation link on the publish page, Framework 2.0 installs successfully, but then the application installation fails during the "Verifying Application Requirements" process. Can anyone help me figure out how to solve this? Error is as follows. PLATFORM VERSION INFO...
2
1552
by: spncc | last post by:
i'm making Form authenticate page to let the user first logon before using the application. However, like most security manner, the new user is needed to first logon and forced to change password before using the application. My problem is - When the user passed the authentication at logon page, we need to redirect them to change thier password. but anyway the user can type at the address bar to surf other pages on the application. What...
3
5044
by: =?Utf-8?B?QXhlbCBEYWhtZW4=?= | last post by:
Hi, we've got a strange problem here: We've created an ASP.NET 2.0 web application using Membership.ValidateUser() to manually authenticate users with our website. The problem is: If the user has the "User must change password" flag set in Active Directory, ValidateUser() always returns false if that user wants to log in.
2
5078
by: bemytthm | last post by:
I just want to ask abt communicate with AD using ASP.net. I would want to ask you all to help me correct a problem like this: This is a code i use to change password on AD public bool ChangePasswordAD(string strLogin, string strOldPasswd, string strNewPasswd) { try { string domainAndUsername = "aloha.com" + @"\" + strLogin; DirectoryEntry entry = new...
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9489
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10100
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.