Wednesday, November 24, 2010

Can I change /~user to /other on Mac Apache Server?

I have a Mac OS X computer. I know to access a users personal web space normally you have to type /~username but can I make it something else instead. Maybe mysite.com/bob.



I hate having to type the ~ and I might want to make it /sister or /mother instead of /momusername.



Don%26039;t just say I can can you give me a tutorial or explain how, and don%26039;t just post long blobs of run on text.



Thanks.Can I change /~user to /other on Mac Apache Server?
go into terminal



make symlinks to the user%26039;s directories in the main http docs directory.



that way YOU determine who can be accessed without the ~



cd %26lt;your docs directory%26gt;



ln -s ~sister/Sites/ sister



...Can I change /~user to /other on Mac Apache Server?
Mac Advisor hed: Be a webmaster with Mac OS X dek: OS X is the easiest platform for a personal or SOHO Web site. by Dennis Sellers



Did you know that if you can point and click, you can be a webmaster and run an Apache Web server on your Mac, especially if you%26039;re using Mac OS X?



But wait--let%26039;s back up and explain. You probably know that Mac OS X is Apple%26039;s new operating system, which puts a Mac user interface body on a Unix engine. Not only can it run classic Mac software and applications built especially for it, but it also runs some of the best open-source programs, including Apache, a Web server that, in fact, forms the basis for Mac OS X%26039;s file-sharing capabilities.



Open source is a term for the historical development model used by the Internet community to facilitate the distributed development of software. The basic idea: involve as many people as possible in writing and debugging code by publishing the source code and encouraging the formation of a large community of developers who will submit modifications and enhancements.



Apache is a powerful, flexible, HTTP/1.1-compliant Web server known for its stability. It%26039;s highly configurable, and can be extended with third-party modules. Apache is the world%26039;s most popular Web server, powering more than 60 percent of Internet domains, according to Netcraft%26039;s June 2001 Web Server Survey.



Mac OS X has a Web Sharing feature. But, you may say, the %26quot;traditional%26quot; Mac operating system has included a personal Web server in the past. And you%26039;d be right. However, X%26039;s Web Sharing is very different. It%26039;s a fully functional installation of the aforementioned Apache Web server.



When you first install Mac OS X, Web Sharing is inactive by default. And unlike Web Sharing in previous versions of the Mac operating system, you don%26039;t have to enable file sharing. Since Mac OS X is designed as a multi-user system, it presumes that file sharing is on.



In fact, multiple users can have multiple Web sites operating from the same Mac with Mac OS X. However, since Mac OS X is a multi-user system, the start-up process for this can be relatively fast or a bit slow. It all depends on how many user accounts are configured on your Mac, as well as how many files and folders are in the serving content locations. No matter how many users there are, when the Web Sharing process is finished, the Start button will change to a Stop button.



You can set up your Web site simply by adding HTML pages and images to the Sites folder in your Home folder. This means that if someone%26039;s browsing the Net and types in your computer%26039;s name, they can%26039;t run wild with access to your computer and all its files.



You can place HTML docs in your Sites folder and make them accessible by appending ~username/ to the URL of your Web server. You can use the short user name that%26039;s assigned to you. For example, if my Web server%26039;s IP address is 615.859.1.2, the URL, http://615.859.1.2/~dsellers, would cause the page, index.html, to load from the Sites folder. If your Mac%26039;s Web server is accessible through a domain name address, such as www.dsellers.com, then user sites can be accessed with a URL address such as http://www.dsellers.com/~dsellers.



You can place new pages in your Sites folder and create subfolders-e.g., %26quot;Docs,%26quot; %26quot;Images,%26quot; %26quot;Text%26quot;-within it.



Once you%26039;ve started Web Sharing, it%26039;ll keep on keepin%26039; on until you tell it otherwise or until you shut down your Mac. But when you restart your system, the process will automatically be implemented. To disable Web Sharing, open the Sharing System Preferences and click the Stop button.



Web Sharing only works when your Mac is connected to the Internet. If, like many folks, you access the Internet by modem, the downside to this is that your server will only be on the Internet when you%26039;ve dialed up and made a modem connection. If you%26039;re not connected, your server%26039;s not available. You can still Web Share, but you%26039;ll have to spread the word about when your Web site is actually available.



By the way, all Web servers have a default home page. Web Sharing uses a file named index.html, the default file name specified in the configuration files for the Apache Web server. In other words, it%26039;s the default for serving HTML documents in each directory in the Web server. This can only be overridden with the Terminal application or a product such as iTools. More on both of those in a moment.



Once you%26039;ve got your Web server up and going, you can test it by using the Mac that%26039;s working as the server, or from another machine. If your Mac has a fixed IP (Internet Protocol) address on the Internet, you can access it by typing the address in a Web browser that%26039;s Internet connected. If your computer or network has its own domain name, you can access the server by typing in its server name (the old faithful %26quot;www%26quot; moniker) and domain name (dennis-sellers, for example) together (www.dennis-sellers.com).



However, if your Web server isn%26039;t connected to the Internet, you can enter the server%26039;s private IP address from your own Mac or from another Mac on your local network. Ditto if you%26039;re connecting from behind a firewall on a private IP network. (A firewall is a computer or router configured to act as a security gateway between your LAN and the Internet.)



Either way, an Apache default document should download from the Web server to your client Mac and pop up on-screen. The default page tells you what type of server (Apache, naturally) is being used to serve up your Web documents, and provides links for more information. Eventually, you%26039;ll want to replace the default page with your own files.



What%26039;s nifty about Apple%26039;s new operating system is that it hides all of Apache%26039;s expansion modules and configuration options. All of the Web server%26039;s advanced options are still there; Apple has just chosen to cloak them under a friendly user interface.



Although Apple has hidden Apache%26039;s advanced options, power users can still access them via the included Terminal application, which offers command-line access to the Unix core that hums beneath Mac OS X%26039;s Aqua interface. If you%26039;re a Unix guru, you can go ahead and test-drive the command line to get familiar with the characteristics of the Unix shell in Mac OS X.



However, if you%26039;re not a Unix-head, prepare for some initial intimidation. You%26039;ll want to check out the Terminal to see that it%26039;s not really that difficult to use the command line for certain tasks. The best way to get started is to walk through Apple%26039;s online Terminal tutorial.



Tenon Intersystems%26039; iTools provides a Web-based graphical administration interface to Apache and a comprehensive suite of Internet server tools. The latest release, version 6, lets you configure and remotely manage Apache, DNS, and FTP, along with a range of other Mac OS X Internet services, by using a standard browser on any platform.



The centerpiece of iTools is the Administration Server, which extends Apache in two important ways. First, you get a graphical interface that manages the syntactically demanding Apache configuration file. And you can access this interface from any Web browser, which by definition gives you the ability to configure Apache remotely.



With Tenon%26039;s new Aqua graphical user interface, webmasters will also be able to manipulate Apache, DNS, and FTP directly on Apple%26039;s Aqua desktop. The new graphical user interface (GUI) will co-exist with Tenon%26039;s secure, remote browser-based administration, enabling webmasters to switch between desktop management and %26quot;anywhere, anytime%26quot; browser-based control.



Because all the needed Web server capabilities will be available using Tenon%26039;s iTools 6 on Mac OS X, webmasters will only need to consider Apple%26039;s upcoming new server product if they need additional file sharing, NetBoot, or other advanced hardware features.



And if you really need more powerful Web-serving features, you%26039;ll want to look into Mac OS X Server, Mac OS X%26039;s big brother. It%26039;s designed to combine the strengths of AppleShare IP with the power of Mac OS X, integrating services for file sharing, Internet and Web serving, networking, client management, and e-mail. Mac OS X Server, which ranges in price from $499 for a 10-user license to $999 for an %26quot;unlimited%26quot; license, comes bundled with Apache, mySQL, and PHP (also known as AMP). With PHP, you can develop and host a wide variety of sites for delivering content, conducting e-commerce, or any application that requires connecting to a database server and extracting its data.



Mac OS X is satisfactory for developers who want to download and install PHP themselves. For those who want the software pre-installed and ready to go, Mac OS X Server is the way to go. For more info, go to the Mac OS X Server Web site.



By the way, the Apache Web server is open-source software overseen by the Apache Software Foundation, which exists to ensure %26quot;that the Apache projects continue to exist beyond the participation of individual volunteers, to enable contributions of intellectual property and funds on a sound basis, and to provide a vehicle for limiting legal exposure while participating in open-source software projects.%26quot;

How to change user password in vista?

I have vista, theres three user accounts, I don't know any of the passwords to sign on, I have access to the bios, is there something that I can do to disable the passwords to sign on so that I'm able to delete the passwordsHow to change user password in vista?
yes do you have acces to the internet on that computerHow to change user password in vista?
when the account selection come press ctrl+alt+2times del key

there will br diloag box type there administrator and then sign in and change other accounts password and gt acsses
  • Hosting a server
  • rodents
  • Change User Interface (UI) Language of Microsoft Office Word 2007?

    My family is Korean, yet I have absolutely no clue how to read my language.



    Apparently when we installed Microsoft Office 2007 on this computer, the language was set to Korean. Unfortunately, this makes it impossible for me to find out how to navigate any Microsoft Office 2007 products.



    I'd like to change Microsoft Office's interface language to English. I have no clue where the installation CD for Microsoft Office is, since it's been a while since we've had this product (it hasn't bothered me too much until recently since I now need to read the interface)



    I have Windows Vista.



    Thanks in advance!Change User Interface (UI) Language of Microsoft Office Word 2007?
    It seems unlikely that you would be able to do this without the original CDs. If you did have the original CDs all you would need to do is uninstall and reinstall Microsoft Office. This would not affect any of your files or documents, only Office's program files. Replacement CDs for Microsoft software can be purchased directly from Microsoft on their website (for a ridiculous fee).

    How to change user passwords on an account without administrative privileges.?

    Someone put passwords on all three administrative accounts on my computer. I need to change the passwords back. Which I would have been able to do, however the only account now available on my computer that I can access is a non-administrative one.

    Now, I can't change the passwords, I can't make this account administrative, and I can't create a new administrative account... all because I would need an administrative account myself to do these things.

    Basically, I need admin privileges, which I don't have, to change back the passwords.

    Can you change passwords by logging on the the Administrative account? I don't know how to do this, I tried rebooting in safe mode, but it didn't appear, even after I did the ctrl+alt+del trick.



    Help would be much, Much appreciated.

    Thank you :)How to change user passwords on an account without administrative privileges.?
    1. Reboot the computer

    2. Right after the bios is finished, hit F8 (or F2,10,12)

    3. Select 楽afe mode?or 楽afe mode with networking support?br>
    4. Windows will boot up to the logon screen. Click administrator, 9/10 there is no password.

    5. Do, Start-%26gt;Run-%26gt;type 榗ommand?br>
    6. At the prompt, type 榥et user?which will display a list of usernames. Find the one you are looking for, try 榥et user username?for them all. Type 榥et user /HELP?for more info.

    7. To reset the password type 榥et user username *?where username is the username you want to reset.

    8. For no password, leave blank.

    9. Now, reboot and you can login as that user.How to change user passwords on an account without administrative privileges.?
    Run through Windows installation again in %26quot;Repair%26quot; mode, it should give you the option to set the Administrator password, and it'll leave all your other accounts, files, and setting untouched.How to change user passwords on an account without administrative privileges.?
    Who ever put the passwords on it, is the only one who can remove/change them!How to change user passwords on an account without administrative privileges.?
    Run through Windows installation again in %26quot;Repair%26quot; mode, it should give you the option to set the Administrator password, and it'll leave all your other accounts, files, and setting untouched.How to change user passwords on an account without administrative privileges.?
    I recently discovered a software program that will do the job for you and it's much easier than going through all the technical steps in this article. Just head over to the PasswordSoft site at: http://windowspasswordsrecovery.com and purchase their password removal program (works with Windows NT, 2000, XP, Vista and 2003) . Save yourself the headache of fighting to get back into your computer! Their method is so much faster/easier, and works great! Just download the software, burn it to a CD, insert the CD into the problem computer and all the current passwords will be removed so you can get back in and get to work.

    How can i make Windows hibernate again and change users?

    The options of Hibernate and Suspend are not active anymore when i click the Shut Off button and when changing user i necesarily have to close the session i'm in. How can i go back to when i didn't have to close one session in order to use my settings? (i don't know how these options got deactivated in the first place)How can i make Windows hibernate again and change users?
    Go to the start botton and hit log off and click switch users! Hope I helped -Best of luck to ya!

    Change user picture!?

    How do you change your avatar to a picture on my computer?Change user picture!?
    тσ g?т ρнσтσ/¢υ?тσм ρι¢тυя? α? уσυя αναтαя (νια уαнσσ! ρяσfι???)

    ************** ************* **************** ************

    1? Click this link:- http://profiles.yahoo.com

    2? Click the Change Photo link just to the right of the image

    The Select Photo window opens. Initially, your only choices will be the gray square and your avatar, if you have one



    3? Click the Add Photo link.

    4? Click the Browse button and navigate through your computer’s file system until you find an image you want to upload.

    5? Once you’ve chosen a photo file, click the Upload button to add it to the photos available for your profile.

    A preview of the uploaded photo appears, including a dotted square outlining the currently selected portion of the image



    6? Manipulate the selection square to enclose the part of the image you want to use.

    7? When you’ve got the part of the image you want to use within the selection square, click the Crop button.

    The newly added photo appears in your photo carousel.



    8? Repeat steps 2 through 6 to add a whole gallery of photos to your carousel.

    9? Go to your “edit my profile” http://answers.yahoo.com/my/my_edit click “use my yahoo profiles image” scroll down and press %26quot;preview%26quot;, and then %26quot;OK%26quot; in the next screen.

    And you’re done.



    If you need any help click this link:

    http://help.yahoo.com/l/us/yahoo/profile…Change user picture!?
    Go to yahoo.com, get on your profile, click on something that might say Yahoo Avatar town or somthin, and you can change it then!

    I think.Change user picture!?
    Go to my profile, but first you have to upload it.Change user picture!?
    Go to your profile, edit your profile, change photo, upload a photoChange user picture!?
    http://profiles.yahoo.com/ - go here to create a profile -%26gt; click %26quot;change photo%26quot; -%26gt; click %26quot;add photo%26quot; -%26gt; select the picture you want from your harddrive -%26gt; click %26quot;save%26quot;. Now click %26quot;use selected photo%26quot;, done.



    Note: the pic has to be a .jpg or .png file, it must be smaller than 5 MB, and it also has to be square.Change user picture!?
    Click on the right of your excisting Avatar go to signed in as , click on this and you will see change avatar

    How To Change User Name?

    I sent my computer to HP to have them fix a couple of things (internal/external). Point being, after-wards, they re-imaged the hard drive. They sent it back to me and I turned the computer on and they created a %26quot;test%26quot; account. The computer name was changed to this %26quot;test%26quot; as well. Well I changed the computer name and I changed the user account back to my preferences. Only one problem though. Whenever I go to My computer, click on C:, %26amp; then users, The test is still there. I go to start and run, type cmd, and the directory address is still from the test account. THERE ISN'T A %26quot;tesT%26quot; account. I've changed it. It shouldn't be this any longer. I've restarted and shutdown over and over again after changing the account name over and over, but nothing seems to work. Someone help me out here?



    Thanks,

    JesseHow To Change User Name?
    control panel, user accounts, delete the test account.How To Change User Name?
    If you want to change the username (login username), then



    start, right click on %26quot;my computer%26quot;, select manage, goto local users (under system tools), select users. find the user test.. right click and select rename..



    Note: you can't change the user account name when you are logged in with same user..
  • hair combs
  • things for teenagers to do
  • Change user name?

    Does anyone know if it is possible to change your Yahoo email username? For ex. if mine is victoria394 and I want to change it to victoriacox94, how would I do that? Is it even possible?Change user name?
    hi,



    sorry to tell u this you cant change it.



    BUt, its your luckyday



    goto yahoo mail. click settings %26gt; account info %26gt; and below (in the middle) you can see your email address as default.



    and next to it youcan see ADD A NEW EMAIL ADDRESS ( its not your ALTERNATE EMAIL) its different. its basically a clone for your current email but witha different name.

    and follow same procedures as they tell, contactme if you want!



    you recieve emails to both in the same inbox.



    luck you! i was here....



    - AnswerManChange user name?
    Try this.

    Go to ur email page, click on options%26gt; general preferences%26gt; from name%26gt; type ur new name here%26gt; save. It will solve ur problem.

    How to change user picture on yahoo question?

    pls tellHow to change user picture on yahoo question?
    If you want to put an avatar, as long as you follow this procedure:



    - Click on %26quot;My activities%26quot;

    - Click on %26quot;Edit my preferences%26quot;

    - Click on %26quot;Create my avatar yahoo

    - The direct link to create an avatar is this: http http://it.avatars.yahoo.com/- Customize your avatar, specifying the clothes hair eyes (what you see then will be only the face).

    -Then click on %26quot;Save Changes%26quot;

    Even-Click on %26quot;Add Bookmark.%26quot;

    -Follow the same procedure if you want another avatar.

    -Well now that you've added the avatar click on the link: http://profiles.yahoo.com/u/WDDELFJMI525…

    -Now click on %26quot;Change photo%26quot;

    - Click on the avatar and then click %26quot;Use selected photo%26quot;:



    Again with this link: http://profiles.yahoo.com/u/WDDELFJMI525… put an image to do this:

    Click on the photo-Change

    - Extract the image from the desktop or PC.

    - Click on %26quot;use selected photo%26quot;:



    Then click on %26quot;Preview%26quot;

    Click %26quot;OK%26quot;



    Good luck!

    How do you change users of an iphone?

    My friend wants to give me her old iphone since she is getting the new one, but I am unsure if i can reset it and make it work with my number and bill since they don't let you change sim cards with ease. Any help would be nice!How do you change users of an iphone?
    I'm pretty sure you can just put in your SIM card and activate it using iTunes, but I think it extends your contract for two years.



    There is an alternative. You can have her download a program called ZiPhone and unlock the phone, that way you can just put your SIM card in it and go.



    Have fun with your new iPhone!How do you change users of an iphone?
    1. Connect to iTunes

    2. Restore iPhone

    A very easy explanation on how to change user password in Ubuntu?

    A friend installed Ubuntu in my computer and put a ridiculously easy user password on it. I want to change the password to something safer but my friend has left.

    I know the password, but how do I do I change it?

    I would appreciate VERY clear directions:%26quot; click on such-and-such%26quot;, or %26quot;type such-and-such%26quot; etc as I already did an internet search on the subject and found similar questions and the answers, but for the life of me couldn't get it!!!



    Thanks in advanceA very easy explanation on how to change user password in Ubuntu?
    Easiest way:



    1. Open a terminal (Main Menu %26gt; Accessories %26gt; Terminal)

    2. Type %26quot;sudo passwd %26lt;username%26gt;%26quot; (without quotes, and replace %26lt;username%26gt; with your username.)

    3. Enter a new password



    Of course, there is a graphical way to do this, but my method will work no matter what. That, and I've forgotten the Ubuntu menu layout.

    How do I change user selection on the welcome screen in XP?

    When I first used to log on in Windows XP, my user account (the only user account) would automatically be selected for me to type my password in. I do not know what I changed, but one day I started up my computer and the user was not selected anymore. I do not want to have to click on the user name every time I get to the welcome screen. Instead I would like it to have automatically chosen the user and all I would have to do is type my password.How do I change user selection on the welcome screen in XP?
    Go to control panel and then click users and you can change it from there.Also check out this site if you are interested in a new computer, www.mjrobotics.com they also have FREE support.How do I change user selection on the welcome screen in XP?
    I Thought you always had to select the user name. You might want to check your users account by going to control panel %26gt; users accounts and see if there are any options to modify the welcome screen.

    if not then maybe a windows update changed it. If that is the case then maybe something in the registry will allow you to change it back.
  • phone
  • native name
  • How do you change user name on an ipod nano?

    I have an ipod nano. I didn't have a pc at the time I bought the ipod because a friend at work said he would program it for me. Well I am unhappy with the music selection.. become bored of it rather and want to change it. Well the ipod is programed to my friends computer! I have my own pc now but don't know how to work the ipod at ALL. But I do know you have to change the name of the user.. and i don't care if the music gets wiped off, that was my plan.. and my friend no longer works with me for me to ask him how to do this.. Can someone help?How do you change user name on an ipod nano?
    You need to have the iTunes software (download it from http://www.apple.com/itunes/download). After downloading the software install it on ur PC. After that connect the iPod to ur PC. The itunes software will automatically detect the iPod. Then u can see the ipod menu on the left side of the screen and u u can edit the music or change the name of ur iPod anytime!!! If u still face any problem let me know.... enjoy music...How do you change user name on an ipod nano?
    All u hav to do is click the box where it says %26quot;ipod nano%26quot; or the current name when ur on itunes, wait a second, and click again. It will hilight the name. Next erase %26quot;ipod nano%26quot; or the current name and put in your name or whatever. And btw, nothing is erased!!!!How do you change user name on an ipod nano?
    Go on to ITunes... Go To IPOD and Push RESET... And Let It Do What It Has To... and Make Sure You List What Was On There (Song Videos, ect.) Then Reload The IPOD and It Should Let You Re-Name it





    Hope I Helped

    How do I change User Account Control settings for Firefox??! HELP?

    Every time I open Firefox, I get a %26quot;User Account Control%26quot; pop up asking if I want this programs to make changes to my computer. It is really annoying and does anyone know how I can disable them for Firefox? Or change the settings? I've tried changing %26quot;when the notifications appear%26quot; box.How do I change User Account Control settings for Firefox??! HELP?
    that is in your actual computer settings i forgot how to change it tho just ask firefox customer support

    Any one on hear no how to change user name on last.fm?

    hi guys/girls

    i set up a last.fm account awhile ago now but made my user name %26quot;theaudioking%26quot; really gay i no but i cant seem to change it

    so i was just wondering if any one els on here did

    your help is much appreciated



    http://www.last.fm/home

    peace XP



    so i think its a surveyAny one on hear no how to change user name on last.fm?
    it's spelled hereAny one on hear no how to change user name on last.fm?
    here

    How do i change user i.d on yahoo?

    HELP HELP HELP - how do i change my user name on yahoo? so that my name is not recgonised as i ask these stupid questions. i dont want the whole world to know how thick i am!How do i change user i.d on yahoo?
    lol, too late :)How do i change user i.d on yahoo?
    You can't change your user ID. You have to sign up for a different account.How do i change user i.d on yahoo?
    Just apply for a new one...How do i change user i.d on yahoo?
    I need to change my user I/D on yahoo messenger.How do i change user i.d on yahoo?
    Just use yahoo help, u wd got the answer. There is nothing that yahoo cant perform. yahoo is the best

    How to change user name in window vista?

    click the start menu and click on the picture at the very top right
  • removing contact lenses
  • plain myspace
  • How to change user Id to calender?

    Your question doesn't make sense to me. Please be more specific.



    Anytime you sign into yahoo, you are signed in to the photos, calender, etc. . You are signed in to all yahoo things. Hope this helpsHow to change user Id to calender?
    Be more specific. Your question isn't clear.

    How do i change user name without admin. ?

    I cant make a new user account without %26quot;the%26quot; administrator so i want to edit the user account and i'm having trouble with changing the account name so does anyone know how??? (without admin.)How do i change user name without admin. ?
    Goto Run and type compmgmt.msc.. u will get a new window.. i that select local users and groups--%26gt;users--%26gt; and then right click on the required user account and then set password...How do i change user name without admin. ?
    you have to find the defauld code for the brand and model,

    my pc default is a lot of zero and did you try pc user?

    maybe that will do it.

    How To Change Users On Windows Mail?

    I recently got a new computer from my mother. I wanted to use the windows mail that came with it cause it's better than free mail of course, but unfortunately she is still logged in as the Windows Mail user.



    How to I reset this so I can become the user?How To Change Users On Windows Mail?
    open mail and clcik on tools%26gt;accounts, highlight her account and click on remove

    How do I change user icon, name, and password, in Vista?

    HI all,

    I bought this used pc and the current vista opening screen has 2 users on it. both are apparantly girls which I am not

    Their settings, names, etc.. are feminine and I want to change the user name, the icon, and the password which I currently have. I also have the BIOS password if I need it.

    Please give me layman's instructionss for how to set up my own 2 user (accounts?) for when windows starts up anddisplayss the icons to select which computer user I am.

    Idon'tt have the pswrd for one of the 2 current users on here. which I am assuming is the administrator because the one that I have thepasswordd to is nOT the admin. I want to setup or change these...I just want to end up with my own 2 user profiles or accounts orwhatever theyy are called, one with all adminprivilegess and another for everyday use. thanks

    ps I do not have the os disc,didn'tt get any with this used computer.How do I change user icon, name, and password, in Vista?
    Start-%26gt;Control Pannel.

    Goto %26quot;Classic View%26quot;

    Choose %26quot;User accounts%26quot;



    And all the options are thereHow do I change user icon, name, and password, in Vista?
    To get into user account admin you can click the start menu and then click the users picture icon that appears at the top right of the start menu.



    You might be able to make some changes without administrator permissions, but big jobs - like creating new users and changing passwords etc WILL require admin rights. No way round that.How do I change user icon, name, and password, in Vista?
    you can change the name and the icon via control panel. If you have the admin password, you can do all of above with great ease. But if you don't have the admin password, I think the best way is to reset the admin password then re-create user account as your requirements. Usually, people like to reset the admin password with windows password unlocker that is safe and smart. You can free download it from http://www.passwordunlocker.com/products

    Change user name in yahoo. show different name when playing game.?

    Need to know how to change user name in yahoo. I want to show a different name .Change user name in yahoo. show different name when playing game.?
    Make sure you are signed in at yahoo.



    Go to http://my.yahoo.com



    Click on %26quot;My Account%26quot;



    After verifying your password, it should take you to a screen that lists the details of your account. On the right there will be a listing of %26quot;Public Profiles%26quot;



    Click %26quot;Create/Edit Profiles%26quot;



    Click %26quot;Create New Public Profile%26quot;



    Fill in the info and away you go. When you go to yahoo's games site, it will allow you to choose a screen name.

    Change user's name in local disk?

    i dont how to ask this. okay, im using microsoft vista and i sent my notebook to someone to reformat it couple weeks ago and that someone is soo stupid that he put an extremely stupid user's name for my notebook.



    its not the username that you can easily change at [control panel %26gt; user account %26gt; change your account name].



    its the one at [computer %26gt; local disk (c) %26gt; users] and in the users folder there are a public folder and the user folder with a stupid user's name.



    now im stuck with so please!!!



    thank you in advance.Change user%26039;s name in local disk?
    Just rename the folder. Also, don't trust people when it comes to technological things, you deserve that ridiculous username.Change user%26039;s name in local disk?
    Right Click on My Computer and go for Properties.

    Go for tab %26quot;Computer Name %26quot; and click in the button %26quot;Change.%26quot;



    Hope this works...



    Thanks

    Dilip Raj Baral

    I changed User Name on my windows xp, and now apps don't work. Can't change back. Help?

    On my Windows XP Home computer, I created an additional User account and made it Admin. I then changed the name of my old Admin User account, and made it limited. Now that I've changed the name, I can't use lots of apps. System Restore, User Accounts, coming up blank screen. I believe the problem is that renaming a User account can cause registry errors, as there are absolute path references to old User--therefore, some loss of functionality in certain apps can happen, especially 3rd party software.

    So...does anyone know a workaround as to how I can change the name back, since I can't access the User Account window? Desperately need to get things working again. I hope someone can help.I changed User Name on my windows xp, and now apps don%26039;t work. Can%26039;t change back. Help?
    create a user name same as the old one wich you use to install the app,I changed User Name on my windows xp, and now apps don%26039;t work. Can%26039;t change back. Help?
    Use your current admin account to access the User accounts and rename your now-limited account. Don't forget to also update the privileges back to admin. You can have more than one admin account.



    Renaming an account does not cause registry errors.



    Your problems are caused by the lack of privileges inherent to user accounts (non-admin).

    Change User Name on Computer (Windows 7)?

    A friend who knows computers better then I do played a nasty joke. They changed the user name from mine to a**fu**er, and now I can't change it back! When I go into C:\ drive, then users, the admin name is that. There's a lock on the icon, so for life of me I can't figure out how to change it to something less rude. I've gone through control panel to user accounts, to change user name. The name there is what I want it to be, but all of my file names are always C:\Users\A** Fu**er\Documents... etc. Can anyone help me change this please??Change User Name on Computer (Windows 7)?
    Try windows restore to an earlier date

    I cant change my user name?

    i bought laptop in 2nds.i can able to change old user account names in control panel-user account.now in bootup,its shows my name in admistrator account.

    but still in explorer,under c/documents and settings shows old user account name only.if i try 2 change that user name using right click/rename option,its shoiws ''x''(old user name)is a windows system folder and is required 4 windows 2 run properly.it cannot moved or renamed''

    i can able 2 change user name under control paner-user acounts.if i change my user name,its shows my name in bootup.but under explorer/c/documents and settings/shows old user name?how do i change user name under explorer/c/documents andsettings/x to y?

    plz dont say go 2 control panel-user account.I cant change my user name?
    Hi..



    The user profile folders (C:\Documents and Settings\Username)

    cannot easily be renamed, even if the associated user account has been.

    (It's possible, by making several unnecessarily tedious registry

    edits.) So, your best course of action would be to log on using the built-in

    Administrator account, create a new user account, with the username

    desired. You can then delete the old user account(s).



    HOW TO Create and Configure User Accounts in Windows XP

    http://support.microsoft.com/default.asp



    How to Copy User Data to a New User Profile

    http://support.microsoft.com/default.asp





    Sure this will help u..



    Gud Luck
  • medium length hair
  • how to grow pomegranate
  • How do i change user id to a alias?

    i want to use an alias i created when i play certain games how do i do itHow do i change user id to a alias?
    an ID cannot be changed into an alias but you can create an alias of that ID or you may choose to display your name instead of the real ID when entering games. to make an alias, log in with your ID and correct password, then click %26quot;My Account%26quot; or %26quot;My Account Info%26quot;. in your account info page, create/edit profiles. the page will be displayed for you to create an aliasses as you like. or on messenger, click your name(avatar) if you have and click at the bottom %26quot;Create/Edit Profile%26quot;. same process to do when creating an alias.

    How did the time change on incoming emails?

    I changed users on the computer and logged in yahoo from the new user, instead of guest and now the incoming mail is all stamped two hours ago, even though they are replies to an email I just sent out. My computer shows the right time. It shows Yahoo Mail, not classic or anything next to it.How did the time change on incoming emails?
    There are a few things you can check



    1. double click on the time..lower right...when the box appears click on INTERNET TIME and make sure the automatically synchronize.....etc box is checked.

    Note: this can also be accessed by clicking on START...CONTROL PANEL...DATE %26amp;

    TIME..



    2. On your email page click on CALENDAR located just above COMPOSE and make sure it is in the right time zone...IE: Eastern time would be GMT - 0500 US/CANADA EASTERN



    To check this send yourself an email and check to see if you have the right time.



    Hope this helps...good luck



    ....Have a great day...................

    How to change user name in yahoo messenger?

    you may create aliases from your main account by clicking %26quot;My Account Info%26quot; %26gt; Create/Edit Profiles. a page will be displayed for you to create subprofiles/aliases to be used on messenger for chatting with people.

    %26gt;if you mean user name (the name like %26quot;Reina%26quot; that displays on the chat window when chatting someone, click on %26quot;My Contact Details%26quot; and change the name into your desired one and hit %26quot;Save and Close%26quot;. log out and close messenger. or better restart computer to apply the changes you made.

    %26gt;if you mean to use another account, create a new oneHow to change user name in yahoo messenger?
    make a new account

    Trying to change user login get "uninstall client services for netware " how?

    It depends on your version of Windows. Assuming you have Windows XP, do the following:



    - Click %26quot;Start%26quot;, %26quot;Settings%26quot;, and %26quot;Network Connections%26quot;



    - On %26quot;Local Area Connection%26quot;, RIGHT-click and select %26quot;Properties%26quot;



    - One of the items in the list should be what you are looking for (%26quot;Client Services for Netware%26quot;). Click this item to select it, and then click the %26quot;Uninstall%26quot; button below the list.



    - Follow the steps to uninstall the service, and then you should be good to go! You may have to restart the computer.

    -Trying to change user login get %26quot;uninstall client services for netware %26quot; how?
    Not sure if this what you are referring to but:

    Right click My Network Places and choose Properties. Double click on the correct Local Area Connection and choose properties. In there you should see what your looking for
  • horses
  • find horses for sale
  • Trying to change user login get "uninstall client services for netware " how?

    It depends on your version of Windows. Assuming you have Windows XP, do the following:



    - Click %26quot;Start%26quot;, %26quot;Settings%26quot;, and %26quot;Network Connections%26quot;



    - On %26quot;Local Area Connection%26quot;, RIGHT-click and select %26quot;Properties%26quot;



    - One of the items in the list should be what you are looking for (%26quot;Client Services for Netware%26quot;). Click this item to select it, and then click the %26quot;Uninstall%26quot; button below the list.



    - Follow the steps to uninstall the service, and then you should be good to go! You may have to restart the computer.

    -Trying to change user login get %26quot;uninstall client services for netware %26quot; how?
    Not sure if this what you are referring to but:

    Right click My Network Places and choose Properties. Double click on the correct Local Area Connection and choose properties. In there you should see what your looking for

    Ok i asked how to change user name it didnt work?

    Sign in to Yahoo! Messenger, at the top left corner click Messenger, a menu will drop down, click My Contact Details, a window will pop up, at the top underneath where it says Name, it says Nickname, erase your existing nickname and type in the nickname you want displayed, go to the bottom and click Save %26amp; Close, and your new nickname will be displayed.Ok i asked how to change user name it didnt work?
    For YA:

    Go to your profile by clicking on your avatar, click %26quot;edit my info%26quot;, go to %26quot;nickname%26quot;, mark %26quot;use another nickname%26quot;, type it in the box. You have 22 characters to work with. Click %26quot;preview%26quot; and then %26quot;okay%26quot;.



    For the messenger:

    Go to your yahoo messenger friends list. Click on messenger, then click on %26quot;my contact details%26quot;, underneath the box in which you could enter your first, last and middle name is a box that says nickname. Enter your new nick, save it and you're done.



    If users already added you to their messenger list and/or address book, your old name setting will continue to get displayed for them. If you want those users to see your new name also, ask them to remove you from their messenger list and/or address book and add you back with your new info.



    Name change for mail:

    Click %26quot;options%26quot; (top right) on your mail page, click %26quot;general preferences%26quot;. In %26quot;name and e-mail%26quot; you may change which name appears in the %26quot;from%26quot; field for mails you want to send. In %26quot;reply to%26quot; changes are also possible. Make sure you save your new settings. Note: you should sign out and back in again to make sure that the settings are working.Ok i asked how to change user name it didnt work?
    hi go to

    http://profile.yahoo.com

    log in ..u can change your first and last name

    not your login name means , you@yahoo.com

    this cannot be changed..

    How to change user name?

    i would to change my user my user name . i wish to my kids home name . so pl z help me to change itHow to change user name?
    Click on %26quot;Account Info%26quot; which is in the drop down menu by your user-name where it says %26quot;Hi, ____%26quot;.



    Sign into your Yahoo Account. Go to the section %26quot;Account Settings%26quot; and click on %26quot;Manage your Yahoo Aliases%26quot;.



    Click on %26quot;Add an Alias%26quot;. Type your alias in the box provided and then click on %26quot;Save%26quot;. You can have up to 6 aliases. Click on %26quot;Close when finished%26quot;.



    In the Messenger Pane, click on %26quot;Contacts%26quot; and then %26quot;Add a Contact%26quot; and add your aliases to your Yahoo Messenger.



    Alternatively, you could just change your current name by changing your Contact Details.

    To do this, click on %26quot;Messenger%26quot; in the top left hand corner of the Messenger Window. Click on %26quot;My Contact Details%26quot; and change your name in the top boxes and under %26quot;Nickname%26quot;. Click on %26quot;Save and Close%26quot; at the bottom.



    Best of Luck to You.

    How can user change his password in Linux although he is not having the access to shadow file?

    When user changes his password if shadowing is enabled then changes occur in the /etc/shadow file automatically.How?I want to know how this happens although in Linux,normal users don't have the access to this shadow file.How this exactly works??????How can user change his password in Linux although he is not having the access to shadow file?
    In order to change your password you generally use passwd. So if you look at the passwd program you will notice something interesting:



    ls -la /usr/bin/passwd

    -rwsr-xr-x 1 root root 19480 2008-08-31 15:29 /usr/bin/passwd



    Compare this to bash:



    ls -la /bin/bash

    -rwxr-xr-x 1 root root 549188 2009-01-29 06:35 /bin/bash



    Note that the passwd program has a 's' in it's permissions for owner? What this means is that when the passwd program is run, it inherits the ownership of the executable (in this case, root) and whilst the user has no access to the /etc/shadow file, root does.



    You can set this special bit on a file of your own. For example (though NOT recommended) you could make rm always run as root, meaning ANYONE on the system could delete ANY file by doing this:



    chmod u+s /bin/rm



    Of course, this needs to be run as root :)



    NOTE that some Linux systems will prohibit scripts from utilising this feature due to there inherent insecure nature (which I personally disagree with).How can user change his password in Linux although he is not having the access to shadow file?
    The user does not make the change to the shadow file but the system records the change. There are very many files that the user does not have access to but when the user does some action there is a change made by the system to record the action.

    Every time the user logs on it is recorded and the user does not have access to change the log files.How can user change his password in Linux although he is not having the access to shadow file?
    Usually you talk to something that can change the /etc/shadow file like PAM (pluggable authentication module).

    How do i get the " change user" option under my settings button on toolbar, or under "file" menu???

    i have 3 yahoo id's. how can i get the %26quot; change user%26quot; option under %26quot;my settings' button or under the %26quot;file%26quot; menu ? i tried yahoo help but the only info i got has to do with web hosting and that's not what i'm looking for. i have no websites. i used to have the %26quot;change user%26quot; option but for some reason i can't find it now. tnx.How do i get the %26quot; change user%26quot; option under my settings button on toolbar, or under %26quot;file%26quot; menu???
    You can't change users unless you sign-out and sign-in to a different account. If you use Windows (Switch Users) you will change your whole Desktop and Settings



    One way around this is to use different browsers. Add the browsers to the Quick Launch on the Taskbar. Once you sign-in you can switch between the different accounts.



    I use Vista compatible browsers which are:

    Internet Explorer

    FireFox

    http://www.mozilla-firefox-3.de/us/

    Maxthon2

    http://www.maxthon.com/

    .
  • Changing bed sheets
  • PDA
  • I want to change my user id into new id.how can i do that?

    how can i change user id into new user id to log inI want to change my user id into new id.how can i do that?
    i presume u r talking about yahoo.

    u cannot change ur user id, but u can add another id.

    go to mail options %26gt; account information%26gt; create/edit identities

    u can have only one additional id, which can be used across all yahoo services including email.



    note alias which we normally use in messenger or chat is different from this. u cannot receive mail on ur alias idI want to change my user id into new id.how can i do that?
    You'll have to create a new account. The current one you have now can't be changed because of security reasons. Go do that here: https://edit.yahoo.com/registration?



    Conversely, you can create an extra email address under your current account by going here: http://edit.yahoo.com/config/list_alias

    Change user name under documents & settings.plz help?

    i bought a notebook computer in secondhand.i can change user name in user account.its shows my name in login screen.but i can explore explorer to view user name under documents and setting.its still shows earlier user name ,

    administrator

    all users

    user

    earlier user name.

    i want to change earlier user name to my name under documets and settings also.if possible or not?plz help me?i can change xp registered user name.i can change user name(administrator) under user accounts in control panel.but i dont know how to change earlier user name to my name under documents and settings.plz help meChange user name under documents %26amp; settings.plz help?
    Maybe - click on my computer at the screen or start, click on view system information, click on computer name, then change to your name there. Hope this will do it for you.

    How to change user's ip?

    how to change user's ip if the user logged in using user level account? Because it requires administrator's password.How to change user%26039;s ip?
    1. Log on to the computer by using the Administrator account.

    2. Click Start, click Settings, and then click Control Panel.

    3. In Control Panel, double-click Network and Dial-up Connections. The Network and Dial-up Connections dialog box opens.

    4. Right-click the local area connection that you want, and then click Properties. The Local Area Network Connection Properties dialog box opens.

    5. In the Components checked are used by this connection box, click Internet Protocol (TCP/IP), and then click Properties. The Internet Protocol (TCP/IP) Properties dialog box appears.

    6. Continue with the steps in one of the following two sections.



    How to automatically obtain an IP address

    Use these steps to configure the computer to obtain an IP address from a DHCP server. Note that you must have a DHCP server.

    1. Click Obtain an IP address automatically.

    2. Click Obtain DNS server address automatically if you do not want to specify the IP address of the Domain Name System (DNS) server.

    3. Click OK. In the Local Area Connection Properties dialog box, click OK.

    4. Click Start, and then click Run.

    5. In the Open box, type cmd, and then click OK.

    6. At the command prompt, type ipconfig /release, and then press ENTER.

    7. Type ipconfig /renew, and then press ENTER. The network adapter is assigned an IP address by the DHCP server, and a message similar to the following message appears:

    Windows 2000 IP Configuration



    Ethernet adapter Local Area Connection:



    Connection-specific DNS Suffix . :dns.microsoft.com

    IP Address. . . . . . . . . . . . :192.168.0.201

    Subnet Mask . . . . . . . . . . . :255.255.255.0

    Default Gateway . . . . . . . . . :192.168.0.1

    8. Type exit and then press ENTER to quit the command prompt.How to change user%26039;s ip?
    basicaly u cant do it wit out a password... but u can crak it and get the password..How to change user%26039;s ip?
    You can't. And if you did it would normally stop the connection. It can also cause conflicts on the network, as each machine needs a unique address. It also logs to any server.

    I would like to change my user name for mail how can i do it?

    iwould like to change user name to jo crispo berryI would like to change my user name for mail how can i do it?
    Change Name on email



    go to your mail



    go to options



    go to General preferences.



    You will see your name



    change it



    SAVE!!

    Does anybody know how to change user name on skype or delete an account please?

    wish sm1 could help u coz i don't really know



    gud luck
  • private rental homes
  • music player
  • How do you change accounts in itunes on my ipod touch?

    My ipod touch used to be signed in to my account on itunes. Now it's signed into another family member's account. How do I return to my own account? I can't find a log in screen, or any other way to change user accounts. HELP! I can't buy anything until I fix this!!How do you change accounts in itunes on my ipod touch?
    on veriosn 1 and 2 firmware you can only change accounts by resyncing it with itunes and using the account settings from the itujhes you used.





    also note that syncing replaces all apps and music etc with that from the PC it is paired to...



    on version 3 ipod firmware form the 17th June you cna change accounts on the ipod itself but any apps and songs linked to the old account will be deactivated until you change back to the acount that bought them..How do you change accounts in itunes on my ipod touch?
    on itunes log into your account and then sync your ipod that should workHow do you change accounts in itunes on my ipod touch?
    Change the account in iTunes, then resync the iPod.



    Then buy this: http://itunes.apple.com/WebObjects/MZStoHow do you change accounts in itunes on my ipod touch?
    Log into your account from the iTunes store on your PC or Mac and resync and I do not want to buy your apps wearmize %26gt;=(

    How do i change user accounts for pool?

    i want a new account to play on.How do i change user accounts for pool?
    log on to yahoo,click on sign up. make a new id profile.info needs to be a little different from 1st id you made. name, ect.

    How do I change to get to a different e-mail address?

    How do I change user to get different e-mail?How do I change to get to a different e-mail address?
    If you're trying to get email from a different Yahoo account, you have to sign out of one account and sign in to the other account.

    How can i change my password on yahoo but without changing user name?

    i want to change password, but i want to keep IDHow can i change my password on yahoo but without changing user name?
    sign into Yahoo then click on your name on the right hand side, enter your old password and it will take you to your Yahoo account page.How can i change my password on yahoo but without changing user name?
    go to my accounts link where u can change ur password without changing the usernameHow can i change my password on yahoo but without changing user name?
    go into my account, its usually at the top of the email page or options and change the pwHow can i change my password on yahoo but without changing user name?
    ---%26gt;mail

    ---%26gt;option

    ---%26gt;account information

    der u can change

    Thursday, November 18, 2010

    How can I change users for the Bluetooth feature on a 2008 Honda Accord Sedan?

    I have two users set up with the hands free bluetooth in my 2008 Honda Accord Sedan. Currently it is set up so that I am the user. How can my husband switch to user 2 when my he drives my car? I can't find my car manual. Thanks!How can I change users for the Bluetooth feature on a 2008 Honda Accord Sedan?
    check page 240 of your owners manual



    Basically you have to make sure both of the phones are paired to Bluetooth, then find out which one is currently paired and if its not the one you want linked then you need to change the pairing. Here's the instructions from the owners manual





    To list all paired phones, do this:

    1. Press and release the Talk button.

    After the beep, say 槝Phone setup.?br>
    The HFL response is 槝Phone

    setup options are status, pair, edit,

    delete, and list.?br>


    2. Press and release the Talk button.

    After the beep, say 槝List.?The

    HFL responds by listing the name

    of each paired phone. When allphones paired to the system have

    been read, the HFL response is

    槝The entire list has been read.

    Returning to the main menu.?br>




    To find out the status of the phone being

    used, do this:



    1. Press and release the Talk button.

    After the beep, say 槝Phone setup.?br>
    The HFL response is, 槝Phone

    setup options are status, pair, edit,

    delete, and list.?br>


    2. Press and release the Talk button.

    After the beep, say 槝Status.?An

    example of the HFL response is,

    槝Eric檚 phone is linked. Battery

    strength is three bars. Signal

    strength is five bars, and the

    phone is roaming. Returning to the

    main menu.?br>


    To change from the currently linked

    phone to another paired phone, do this



    1. Press and release the Talk button.

    After the beep, say 槝Next phone.?br>
    The HFL response is 槝Searching

    for the next phone.?The HFL

    then disconnects the linked phone

    and searches for another paired

    phone. If the HFL finds it, an

    example of the HFL response is,

    槝Paul檚 phone is linked.?If no

    other phones are found, the first

    phone remains linked.



    there is a website to check if you run into problems

    handsfreelink.honda.com



    hope that helps
  • how to communicate with men
  • letter in sanskrit
  • How do I change the initial administrator password on my Toshiba laptop?

    I know where to go to change user passwords, but someone has my administrator's password, so I need to change it.How do I change the initial administrator password on my Toshiba laptop?
    go to the bio setup menu by tapping whatever number plus FHow do I change the initial administrator password on my Toshiba laptop?
    Click to open User Accounts.



    Click Manage another account. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.



    Click the user account that you want to reset the password for, and then click Change the password.



    Enter the new password, confirm the new password, enter a password hint, and then click Change password.How do I change the initial administrator password on my Toshiba laptop?
    Try this:



    1. Enter a computer that can link to Internet. Download a windows password recovery tool (I recommend windows Password recovery Tool 3.0 ) and install it on that computer. Note that: there is a ISO image file. Burn the file into a CD or a USB flash drive.



    2. Eject the created CD/USB and insert it into the locked computer.



    3. Reboot the locked computer (it's necessary for you to change your computer's Setup to make it boot from CD drive or USB drive) and then followed the process of instructions. Just a few steps, the old password was removed.



    4. Now login Windows and set a new password.

    How do i get in touch with Yahoo direct so many probs going to change user if no reply?

    Well, you can post some feedback here - http://suggestions.yahoo.com/?prop=answe



    Or if you want to send a specific query go here - http://smallbusiness.yahoo.com/contactus

    How do i change user name for someone else to use my im?

    ali_titi

    How to change user name on Yahoo mail?

    Suppose my e-mail Id is %26quot;example008@yahoo.com%26quot;, I want to change it to %26quot;example008@ymail.com%26quot; or %26quot;example@yahoo.com'. Is it possible?How to change user name on Yahoo mail?
    no i don't think so,u should make another one and forget about the previous one.How to change user name on Yahoo mail?
    Go into your %26quot;My Account%26quot;. To the right you will see Public Information, and Edit/Create Profiles. There you can make up a new email address. So you will have two addresses: name1@yahoo.con and name2@yahoo.com. Once you have done this you can sign on with that new email address. The password is the same for both names. The emails for both addresses show up at the same email page. If you are signed on as Name1 then people will see Name1. If you are signed on as Name2 people will see you as Name2.

    How do i change user to check someone email for them?

    i am in my email and want to check email for someone else, i have their id and password, i cannot find change user idHow do i change user to check someone email for them?
    Sign out and sign in as different user.How do i change user to check someone email for them?
    You should be able to log out of your email, restart the email program,and log on as your friend.How do i change user to check someone email for them?
    all you have to do is log out then log back in with there i.d and then check their e-mail.then i would log out again and sign in with your own i.d.for your e-mail



    kathy
  • put nail polish on a toy
  • top 10 myspace
  • How can i change user name attached to email address?

    You can't change your name but you can add another to your present account OR make a new one....see below





    To clarify what is below...when you add another name to the present

    account you will not lose anything...IE: contacts...address list.

    etc...You will have to send an email to all your friends advising them

    of the new email address...if someone makes a mistake and sends it to

    the email address you don't like anymore it will go to the same inbox

    so you don't lose any messages.



    To notify your contacts of the email change click on OPTION...MAIL OPTIONS...go to the left side and click on ACCOUNTS..then click on ADD OR EDIT...go back and click on MAIL again...Under MANAGEMENT scroll down and click on ANNOUNCE EMAIL ADDRESS...once you are done with what you

    want the notice to say AND after adding your contactlist in the header click on PREVIEW AND SEND...when the new screen comes up and everything is as you want it...go below and send it....



    Click the link below to get an extra email address for your existing

    account. It麓s absolutely free. Use it just as you would for your

    primary address (which of course you can still use). To make things

    handy, you can send and receive email from either address from the same

    inbox. http://edit.yahoo.com/config/list_alias?





    Should you want to make your secondary email address as your primary

    you can click on OPTIONS...MAIL OPTIONS...go to the left side of the

    screen and click on ACCOUNT INFORMATION...submit your password again

    and once in to your account you will see EMAIL INFORMATION..Click on

    designate which one you want as your primary Then click on SAVE.







    for your added convenience I will add the following should

    you want a NEW account



    Click this link and fill out the form to create a new account.

    https://edit.yahoo.com/registration?.int

    ++++++++++++++++++++++++++++++++++

    How can I change user directory(Documents And Settings) in windows xp and computer will located this directory

    Do i have to change some .inf file or anything else to make computer locate Documents And Settings at another directoryHow can I change user directory(Documents And Settings) in windows xp and computer will located this directory
    All you should need to do is change the location for the %26quot;Documents and settings%26quot; links.. Mine is set to my D: drive,, for example..

    Change user name and password for itunes?

    my uncle gave me his itouch but dos not remember his password

    so how do i change the email and password so i can go to the app store and all that extra stuff

    help me!Change user name and password for itunes?
    Create your own user account , password

    Then simply reset the itouch to the factory default.

    Go to www.apple.com/support for more help.

    Explain in English ! How to change user name that shows on the screen on the yahoo answers??

    what am I doing wrong a can` find the advantis screen?Explain in English ! How to change user name that shows on the screen on the yahoo answers??
    Click on your user name to go to your profile page. Click the link labeled %26quot;edit my info%26quot;, then make whatever changes you want to your YA profile.Explain in English ! How to change user name that shows on the screen on the yahoo answers??
    click on your avatar

    click edit my info

    type in your new name in %26quot;Use another nickname%26quot; and click in the circle

    go to the bottom and click preview

    go to the bottom and click OK

    HOw to change user name on ipod touch because i set it up on someone Else's computer?

    I set up my second generation ipod touch on my brothers computer with his itunes account. Now, i am not able to buy apps without his password. How can i fix this problem?HOw to change user name on ipod touch because i set it up on someone Else%26039;s computer?
    I had this same problem, so I went to:



    http://support.apple.com/kb/HT1311



    Summary:

    %26quot;It is not possible to change the account in use on the device itself or to sync multiple accounts to your mobile device. To change the account you are using on your mobile device, go to your computer and sign in to the iTunes Store with the account you want to use on your mobile device, then sync your iPhone or iPod touch with your computer again. This will transfer the new account information to the mobile device. To sign in or out of an account in iTunes choose Store %26gt; Sign In (or Sign Out).%26quot;
  • shy girl needs advice
  • hack into myspace
  • How do you change user name on E-mail account?

    The E-mail account name is fine. When I send an E-mail it says %26quot;sender%26quot;. I want to chage the name under sender.How do you change user name on E-mail account?
    Your question is under %26quot;External Mail%26quot; so I have to assume you are not referring to Yahoo Web based mail but the premium version.



    In your email program you can go to the account settings and change the name and email address to anything you want without affecting anything.How do you change user name on E-mail account?
    in your account information , you can use alternative mail , just make up e mail addy and have email sent to that addyHow do you change user name on E-mail account?
    Account settings in yahoo accountHow do you change user name on E-mail account?
    Go into your account and it will give you preferences like to edit your account which is what you want to do! It's pretty self-explanatory once you go in to your account.

    nme1022@yahoo.comHow do you change user name on E-mail account?
    in your yahoo mail page, at the top you have an options link, you can customize your sending info from there.How do you change user name on E-mail account?
    so easy,go 2 your account,edit and change then ok........

    How can i change user on xbox live messenger, in the 360?

    i messed up when i typed my id in there so now it's myname@hotmal.com instead of myname@hotmail.com. i forgot the %26quot;i%26quot;. so i want to delete the old ID from my xbox. but i deleted the password from the password, so i messed up big time. what can i do?How can i change user on xbox live messenger, in the 360?
    just explore the xbox

    How to change user interface from arabic windows ui to english one?

    Right-click anywhere on this screen, click on encoding%26gt;%26gt;%26gt;%26gt;More%26gt;%26gt;%26gt;Arabic for windows.

    How to change user email id???

    I need to change my email id from.........@yahoo.co.in to another one to enter my Yahooanswers profileHow to change user email id???
    you cannot change your email ID with another. but you can create a new one or make an extra email of the original one by clicking this link http://edit.yahoo.com/config/list_aliasHow to change user email id???
    u can create new mail id and enable mail forwarding from old a.c to new a.c

    I've just started using a Mac. How do I change user profile names when I'm talking to different people?

    I was able to use different profile names when talking to different people using the PC version of yahoo messenger? Is it possible to do with the Mac version and, if so, how?



    Thanks!

    AnneI%26039;ve just started using a Mac. How do I change user profile names when I%26039;m talking to different people?
    go to help.yahoo.com..and let yahoo people answer you..because they are the best people to ask this question.actually i m Windows XP user so i dont kno properly about this Mac thing..cya..I%26039;ve just started using a Mac. How do I change user profile names when I%26039;m talking to different people?
    Please, visit the below mentioned links to know about the similar troubleshooting questions %26amp; there exhaustive excellent answers about the Yahoo Messenger,by the YAHOO -itself.Site is about,help your-self and solve your problems.I hope that will do.



    %26lt;%26gt;http://search2.cc.scd.yahoo.com/cct_sear

    Also you can check out at:

    %26lt;%26gt;http://www.wackyb.co.nz/index.php?option

    scroll down the bottom for common mistakes.



    If that does not work,you may contact the suggested links or related results at the site.

    %26lt;%26gt;http://add.yahoo.com/fast/help/us/messen
  • medium hair styles
  • know why a teenage girl
  • I have lost change user facility on vista any suggestions how to retrieve appreciated?

    use system restore

    How to change user name of youtube?

    i want to change my username of youtube,



    please answer it.How to change user name of youtube?
    you cant you have to make a new accountHow to change user name of youtube?
    you cant your stuck with it FOREVER!!!How to change user name of youtube?
    unfortunately u can't, sorryz

    Explain in English ! How to change user name that shows on the screen?

    what am I doing wrong a can` find the advantis screen?Explain in English ! How to change user name that shows on the screen?
    do you mean on Answers?

    or user accounts?



    on answers log into your user and go to the profile page and click Edit my info. nex click in the nickname box and erase all the typed characters. now you may type your own. scroll to the bottom of the page and click preview. scroll to the bottom of the page and click OK. next you will see your profile page again. sign out of answers and sight back in again and the nickname will be changed.

    **************************************?br>
    to change your user accounts name and or password go to the control panel and click User Accounts. next click on your username and go to change your name erase all characters in the box and type your own. now click Apply/OK and restart the computerExplain in English ! How to change user name that shows on the screen?
    go onto 'my profile' under the discover button and type a new username int the first box on the screen

    How do you change user on Netscape?

    A few days ago (when all of my Windows were closed) I clicked on Netscape and got a message that said, %26quot;Netscape default cannot open...it is in use%26quot;. Well there was NOTHING open and because I didn't have time to mess around at that point, it gave me the option to create a new user which I did. Well now I have none of my bookmarks etc. and cant figure out how to change back to the default user. Does anyone know how?How do you change user on Netscape?
    At the top of browser it says Screen Names. Click it then Click Switch Screen Names. Then you`ll get your other one. Also remember your login is your default sign in to get back.

    How do change windows users so that it will automatically go to my users account but still have another user..

    on file.





    So, how can i change windows so that my user account will automatically go to my main user account when i power on m,y computer, but how do i have a side account still on there, when i want change users?



    I have windows vista.How do change windows users so that it will automatically go to my users account but still have another user..
    I'm not really sure what you want (sometimes I'm a bit thick) but if you want to have Windows automatically LOG YOU ON but still have other users accounts then this can be done as follows:

    1. At a command prompt, type %26quot;control userpasswords2%26quot; and press Enter to open the Windows 2000-style User Accounts application.



    2. On the Users tab, clear the Users Must Enter A User Name And Password To Use This Computer check box and then click OK.



    3. In the Automatically Log On dialog box that appears, type the user name and password for the account you want to be logged on each time you start your computer.



    Is this what you want?

    Anyway,hope it helps.
  • hair straightening
  • use acne facial mask
  • How do I change user? I'm currently on my verizon email, but I want to get into my yahoo email.?

    I want to get off my verizon email and check my yahoo email.How do I change user? I%26039;m currently on my verizon email, but I want to get into my yahoo email.?
    If You Have The Other Yahoo Email Account Linked With The Verizon Email, It Should Give You A Choice On The Top Left. If Not Just Link Them.How do I change user? I%26039;m currently on my verizon email, but I want to get into my yahoo email.?
    Connect to your Verizon Internet Connection.



    Open up the Browser Window and in the Address-bar, type ' www.yahoo.com ' .



    Once you get to Yahoo website, simply click the My Mail Icon ( just under Yahoo! Icon on top left. ) to sign into Yahoo mail using your Yahoo email Id and password.

    Can anyone tell me how u change user name on yahoo chat?

    i dont use it all that often and ive been tryin ta find a way to change my name but cant! id really appreciate some help!Can anyone tell me how u change user name on yahoo chat?
    Go to your yahoo messenger friends list. Click on messenger, then click on %26quot;my contact details%26quot;, underneath the box in which you could enter your first, last and middle name is a box that says nickname. Enter your new nick, save it and you're done.



    If users already added you to their messenger list and/or address book, your old name setting will continue to get displayed for them. If you want those users to see your new name also, ask them to remove you from their messenger list and/or address book and add you back with your new info.

    How to change User account settings?

    I have a Windows XP desktop but the weird thing is every time I need to log in I have to press Ctrl, Alt, Delete to log on and there are no other accounts to use it just says ADMINISTRATOR, I want to get other accounts I have tried Control Panel but it says I have to install Client services or something.

    PLEASE HELPHow to change User account settings?
    Right-click on My Computer, scroll to Manage. User accounts are in that console. That's where you will find services, the event viewer, defrag, etc.How to change User account settings?
    start%26gt;run%26gt;control userpasswords2 click on advanced tab untick require ctrl alt delete to login.

    How to install or change user pass-word for computer?

    I am a novice in computer operations. I have installed a home computer. My children are using it indiscriminately for video games. I want to install a pass-word for user of the computer so as to block access to my children.How to install or change user pass-word for computer?
    Click on START/SETTINGS/CONTROL PANEL/USERS ACCOUNT/ CLICK ON YOUR USERNAME and then click create password. Set yourself a secret question and answer in case you would forget your passwordHow to install or change user pass-word for computer?
    You go into the COntrol pannel then User Profile then click on your Account and add Password. Be aware that in XP home there is a Back door for that Password

    How do I change user id?

    I seem to have two Yahoo user Id's, but only one gets me into the yahoo-group for which I am a member.How do I change user id?
    For security reasons yahoo do not allow you to change your email address or yahoo! ID you need to open a new account to get a different address, but you can create a extra yahoo email address within your present account to do so use this link.

    http://edit.yahoo.com/config/list_alias



    Please note that Yahoo! limits the creation of Extra Email Addresses to two times within a one year period.



    To create a new yahoo account Click the link below to a get new account application form.https://edit.yahoo.com/registration?.int…How do I change user id?
    You cannot change your ID name or address.

    You can cancel the old account and open a new one with the desired information. Or simply open a new account with a different name and password, and use both.
  • music player
  • facial hair
  • How do I change user id?

    I seem to have two Yahoo user Id's, but only one gets me into the yahoo-group for which I am a member.How do I change user id?
    For security reasons yahoo do not allow you to change your email address or yahoo! ID you need to open a new account to get a different address, but you can create a extra yahoo email address within your present account to do so use this link.

    http://edit.yahoo.com/config/list_alias



    Please note that Yahoo! limits the creation of Extra Email Addresses to two times within a one year period.



    To create a new yahoo account Click the link below to a get new account application form.https://edit.yahoo.com/registration?.int…How do I change user id?
    You cannot change your ID name or address.

    You can cancel the old account and open a new one with the desired information. Or simply open a new account with a different name and password, and use both.

    How do you change user account folder from a private set back to a public folder?

    change permission to 755

    How to change user name on Vista?

    How would I change the C:\User name on Windows Vista? I'm not talking about the user account name. I'm talking about the folder. The computer was previously owned before I got it and now when I save everything it goes to C:\user\chuck\etc.. But my name isn't chuck and I want to change this. Is there an easy way to do this? Also if I were to have to make a new folder with my name and then move everything over, what would I need to move and how would I go about doing this?





    ThanksHow to change user name on Vista?
    Sounds like you just need to create a new user account and copy the data you need into the profile.



    This is how you create a user account on the Home editions of Vista:



    1.Open User Accounts by clicking the Start button , clicking Control Panel, clicking User Accounts and Family Safety, and then clicking User Accounts.



    2.Click Manage another account. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.



    3.Click Create a new account.



    4.Type the name you want to give the user account, click an account type, and then click Create Account.How to change user name on Vista?
    You are thinking of the administrators account, in order to change this information you must reinstall your computers operating system and when it asks you to set your user name for the first time this is what would be in your C://(username) space. There is no option in the control panel, sysconfig...etc.How to change user name on Vista?
    Yeah you have to format buddy, just put up with it. otherwise there might be a way in dos, research %26quot;netuser%26quot; and see if it works for dos in vista

    How do i change user name on window xp?

    i know about create a new one and change the name then delete the old one.

    i don't want to do that, i want something like change something in registry.How do i change user name on window xp?
    its easy

    but u must have administrative rights

    go to control panel - %26gt;

    Administrative Tools -%26gt;

    Computer Management -%26gt;



    (or simple type in run window

    compmgmt.msc

    press ok)



    under system tools (in left panel)

    go to local user and groups



    select user

    and choose your name

    right click and change name

    or u can delete

    or u can change password

    or u can do any thing u wantHow do i change user name on window xp?
    Go to Start %26gt; Control Panel %26gt; User Accounts.

    You can know everything there.

    :-)

    How to Change USER Name in the computer ?

    Hello,



    Please check this picture :

    http://img131.imageshack.us/img131/1979/



    See the Red line . I want this file user , change the name.



    How can I change it ? Please help.How to Change USER Name in the computer ?
    Change it by going to user accounts. I can tell you're on Vista, so go to:



    Start--%26gt;Control Panel--%26gt;User Accounts--%26gt; And there you can add/remove/change user account data.





    Good luck!
  • website host
  • web server software
  • How to control administrator rights on Vista. Disable "change user passwords, etc.?

    I have a few administrators on my laptop.

    It has Vista Home Premium.



    I don't want one administrator, changing another administrators password. How do I control the rights of administrators?



    I want to un-hide the REAL Administrator user account, and use that while other administrators have just accounts in Administrator group.

    How can I control the administrator access rights? Any program/software?



    thanksHow to control administrator rights on Vista. Disable %26quot;change user passwords, etc.?
    Go to http://technet.microsoft.com/en-us/magaz and see if it helps you Buddy! :o)

    How to change user restrictions without a control panel?

    I can't open my control panel. Every time I try to open it, it tells me that I can't mke chages due to restrictions in effect on this computer. I never put restrictions on here and I own his comp and there are no other users...what ca I do to by-pass this?How to change user restrictions without a control panel?
    Brace yourself. This is a long one.



    First of all, that's a sign of malware on your machine. I'll give what I think MIGHT fix the immediate problem, then advise you on getting rid of the malware.



    Restoring the control panel entails going into the Registry, and that's always risky. Some ground rules for using it:



    1.Do NOTHING in Regedit other than what I detail here.

    2.Commands in Regedit take effect immediately and have no Undo capability. We'll create a backup file, but some mistakes in editing the Registry can prevent successful booting up, making that file useless.

    3.If you think you made a boo-boo during the editing, IMMEDIATELY, WITHOUT GETTING OUT OF Regedit, click on File-%26gt;Import, find the backup file and import it. That will put the registry back to the way it was before you edited it.



    The procedure:



    1.Click the Start-%26gt;Run menu item.

    2.In the text box, enter



    regedit.exe



    and press Enter.



    3.For safety, we're going to backup the registry in a .reg file. This will be a BIG file (think 60+ megabytes). Click the My Computer icon in Regedit檚 left-hand pane.

    4.Click the File-%26gt;Export menu item.

    5.Give the file a name and save it as a Registration File somewhere you'll be able to find it again if you need it.



    6.Using the left-hand pane, navigate to this key:



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



    7.In the right-hand pane there might be a value named NoControlPanel. If so, delete it.



    8.Using the left-hand pane again, navigate to this key:



    HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ Explorer



    9.Try to bring up the control panel.



    Now for the malware.



    If you have an anti-virus, I suggest you make sure it has the latest virus definitions and run a scan with it. If you don檛 have one, many people here swear by AVG (it檚 free).



    I suggest you also download Ad-Aware 2008 and Spybot S%26amp;D (they檙e free), install them, update them and run them. If any of the above (or any anti-malware, for that matter) doesn檛 seem to be able to run correctly or get rid of everything it reports finding, try running it again in Safe Mode. Safe Mode often prevents malware from protecting itself.



    Also, turn off System Restore to evict any copies of bad stuff that might be lurking there.



    To get into Safe Mode:



    1.Log out and reboot your machine.

    2.When the machine starts the reboot sequence, press the F8 key repeatedly.

    3.Select Safe Mode from the resulting menu.

    4.When the login screen comes up, log in as Administrator. By default, Administrator has no password.

    5.The machine will continue booting, but the Windows desktop will look different. You won't be able to see the Internet, for instance.

    6.When you're finished, log out and reboot back into normal mode.



    Note that even if the anti-malware programs get rid of the malware, they may not be able to reverse the effects. Search the Web for possible fixes.



    Update and run everything regularly.



    Good luck.

    How can i stop my computer when in neutral mode going back to the log in/change user menu?

    When im using my computer ill be using a programme which needs to be running and after about 10 mins the computer will go back to the log in menu on its own and will stop the programme which im running and i will have to start it all over again. The only way i can do it is if i keep moving the mouse every so often and then it stays on, but there must be a setting or something where i dont have to do this. please help. How can i stop my computer when in neutral mode going back to the log in/change user menu?
    Right click on desktop %26gt; properties %26gt; screen saver tab %26gt; check the settings there. set the time you want it and uncheck the password button.



    Hope it helps

    How do you change user name for an Ipod?

    With out having to restore the ipod, how can you change the user name. like, Joe's ipod to mike's ipodHow do you change user name for an Ipod?
    When your iPod is connected and you've opened iTunes just double click on the name you want to change and you'll be able to change it.

    How to change user settings for specific users in Joomla 1.5?

    Hello, so I have a Joomla web page and I have information that only registered users can see, but is their a setting or login re director (not loging redirect module, it doesn't do what i want) to allow specific users to see a specific page. My goal is to have every user have a different %26quot;home%26quot; page is this possible and if so how? Thanks in advance for any useful help.How to change user settings for specific users in Joomla 1.5?
    You can restrict articles to different users but it's not possible to have a home page for each user unless each user was redirected to a new joomla page on account login.
  • flaxseed oil thyroid
  • cat
  • How do I change user accounts in Internet Explorer?

    I used a login and password and selected save password and now I need to change it.How do I change user accounts in Internet Explorer?
    Just log in as you normally do. Once you have logged in, instead of closing the internet, CLICK logout... then go back to the main page and login again, this time your password will not be saved.How do I change user accounts in Internet Explorer?
    no way will that ever workHow do I change user accounts in Internet Explorer?
    maybe u select %26quot;YES%26quot; when a dialog box appear %26quot;do u want to save ur password on this system?%26quot;

    Need to recovery password/change user accounts in Vista without admin rights?

    I have a computer running Windows Vista Home Premium with one account running as administrator and one account running as standard. I don't know the password to the account running as an administrator but I do know the password to the account running as standard. I need to know how to change the standard user to an administrator user or how to log unto the root administrator account WITHOUT administrator rights.Need to recovery password/change user accounts in Vista without admin rights?
    I believe these links will help you. One of them is creating a password reset disk because you don t have admin rights. They have videos to walk you thru the steps. Enjoy! DDNeed to recovery password/change user accounts in Vista without admin rights?
    you can't There are boot disks you can use to by pass them. But most of these double as a partition editor so don't use them if you don't know what you are doing.

    How to change user name in yahoo mail?

    I would like to change my username to something else. I have a paid yahoo account.How to change user name in yahoo mail?
    You'll have to create a new account. The current one you have now can't be changed because of security reasons. Go do that here: https://edit.yahoo.com/registration?



    Conversely, you can create an extra email address under your current account by going here: http://edit.yahoo.com/config/list_alias

    How do you change user team playing status in NBA 2K series after the first season of Association?

    playing 2k8 and about to start season 2 of NBA Association I wanna change team ownership. I now play with Portland and GSW, wanna swap GS for the Knicks.How do you change user team playing status in NBA 2K series after the first season of Association?
    Click resign position in General Manager. That is how you do it in 2k9 not sure about 2k8 but should work.

    How can you change user account control settings for a program in vista?

    well every time i open malwarebytes , user control account appears.. how can i change the settings to automatically open malwarebytes without user account Controll? thnx.How can you change user account control settings for a program in vista?
    right click icon for malwarebytes.. run as admin.. click the UAC thing, If you want to disable the UAC ,, go to control panel,, user accounts and cut it off. ~How can you change user account control settings for a program in vista?
    You go into the control panel, then its under user setting
  • hair bows
  • advice on raising children
  • How to change user account password request at start up on windows 7 ?

    Every time I log in to my computer , on windows 7 , it asks me the password of my user account to log in ... but I hate to do this every time I start my pc ... how can I change it to log in automatically to the user account.. ?How to change user account password request at start up on windows 7 ?
    Go into Control Panel - User Accounts and remove your passwordHow to change user account password request at start up on windows 7 ?
    Hi fedex,



    Are you sure you want to remove the password? It is a good security measure to have in place, especially if there is confidential information on your computer攂ut, if you're the only one who uses the computer at home, and you don't want to enter a password every time you log in, you can change the settings by following steps in the previous answers.



    Cheers,

    Cassandra

    Microsoft Windows OutreachHow to change user account password request at start up on windows 7 ?
    Goto control panel user accounts, edit password and remove it.

    How do I change user accounts in Windows XP Professional?

    Do I have to go to control panel? I usually keep the category view in Windows XP's control panel window. I can change it to windows classic view, but I like the category view better since it was the default view. Do I have to go into user accounts inside the control panel?How do I change user accounts in Windows XP Professional?
    yes or go to start menu and click your account display(picture).How do I change user accounts in Windows XP Professional?
    Start, Log off to log on again as someone different.

    How do I change user settings with Delphi?

    I want to be able to change user settings, specifically the user's wallpaper, with Pascal.



    I thought about editing the file that stores the user settings, but that wouldn't update it immediately, so how would I go about doing this?How do I change user settings with Delphi?
    Hi there,



    You can do what you want by using the registry.

    The wallpaper is set using the

    HKEY_CURRENT_USER\Control Panel\Desktop

    WallPaper = path to image



    ---------- listing ----------

    // 1.



    uses

    Registry;



    procedure SetWallpaper(sWallPaperBMPPath: string; bTile: Boolean);

    var

    reg: TRegIniFile;

    begin

    reg := TRegIniFile.Create('Control Panel\Desktop');

    try

    with reg do

    begin

    WriteString('', 'Wallpaper', sWallPaperBMPPath);

    WriteString('', 'TileWallpaper', IntToStr(Ord(bTile)));

    end;

    finally

    reg.Free;

    end;

    SystemParametersInfo(SPI_SETDESKWALLPAPE?0, nil, SPIF_SENDWININICHANGE);

    end;



    // 2.



    procedure TForm1.Button1Click(Sender: TObject);

    var

    sWallPaperBMPPath: string;

    begin

    sWallPaperBMPPath := 'C:\[WinDIR]\wall.bmp';

    if not SystemParametersInfo(SPI_SETDESKWALLPAPE?0, Pointer(sWallPaperBMPPath),

    SPIF_SENDWININICHANGE) then

    ShowMessage('Succesful.')

    else

    ShowMessage('Failed!');

    end;





    // 3. Set the wallpaper for the Active Desktop.

    {

    You may have noticed that using SystemParametersInfo to change the wallpaper

    when ActiveDesktop is turned on doesn't work. The reason is because you need

    to use the IActiveDesktop COM interface. Using SystemParametersInfo still works,

    but it doesn't update the wallpaper.

    Requires Internet Explorer 4.0 or later).

    }



    uses

    ShlObj, ComObj;





    function ChangeWallpaper(aFile: String): Boolean;

    const

    CLSID_ActiveDesktop: TGUID = '{75048700-EF1F-11D0-9888-006097DEACF9}'?br>
    var

    hObj: IUnknown;

    ADesktop: IActiveDesktop;

    str: string;

    wstr: PWideChar;

    begin

    hObj := CreateComObject(CLSID_ActiveDesktop);

    ADesktop := hObj as IActiveDesktop;

    wstr := AllocMem(MAX_PATH);

    try

    StringToWideChar(aFile, wstr, MAX_PATH);

    ADesktop.SetWallpaper(wstr, 0);

    ADesktop.ApplyChanges(AD_APPLY_ALL or AD_APPLY_FORCE);

    finally

    FreeMem(wstr);

    end;

    end;

    How do you change user passwords in a 2000 domain from a workstation?

    I am running Advanced Server 2000 domain. I want to be able to have myself and one other user to be able to change other user's passwords and unlock accounts from our client computers. How do I set this up? Client computers are running XP SP2. Thanks in advance.How do you change user passwords in a 2000 domain from a workstation?
    Load the administrative tools from server 2000 on your workstation. Then you can administer users and passwords from your workstationHow do you change user passwords in a 2000 domain from a workstation?
    CTRL + ALT + DEL

    Click Change Password.



    Note: The Network Admin must have the user accounts set to allow password changes to do so from the workstation.



    You'll need to add your other user to at least the Power Users group.

    How to change the contact user box on myspace?

    On my myspace page that comment box that says: contact this user and under it it has add, block, message, etc. How do you change that? When you change your layout it totally matches the style of it to. Here's an what I want: http://www.hotfreelayouts.com/layouts/preview/37020

    Thanks for the help :)How to change the contact user box on myspace?
    just copy the code into your about me section and it should update it with that contact table, assuming you are using 1.0 and that is why you want a 1.0 contact tableHow to change the contact user box on myspace?
    well, it depends



    that's a 1.0 layout, and all new accounts now are forced to use profile 2.0



    and 2.0 profiles dont have a contact table, they have contact links instead



    so without an actual link to your public profile, it's very difficult to answer your question
  • games
  • how do i fix my desktop
  •