Jump to content

How can I change `User' to `Trish'?


Recommended Posts

Guest Trish
Posted

Hi All,

 

My office PC's username I changed to `Trish' but still the c:\Documents and

settings\user\ is not changed to c:\Documents and settings\Trish\.

 

Because of this problem `Briefcase' could not synchronize. Any solution of

this?

 

Thanks for any replies.

 

Trish

  • Replies 6
  • Created
  • Last Reply
Guest David H. Lipman
Posted

Re: How can I change `User' to `Trish'?

 

From: "Trish" <Nobodyknowsabcdef@unknown.com>

 

| Hi All,

|

| My office PC's username I changed to `Trish' but still the c:\Documents and

| settings\user\ is not changed to c:\Documents and settings\Trish\.

|

| Because of this problem `Briefcase' could not synchronize. Any solution of

| this?

|

| Thanks for any replies.

|

| Trish

|

 

Reboot the PC.

Logon to the PC using a DIFFERENT account that 'Trish' that has administrative rights.

 

Rename the folder from...

c:\Documents and settings\user

to

c:\Documents and settings\user.BAK

 

Logon as 'Trish' and the folder...

c:\Documents and settings\Trish

 

will be created. Then copy the user data from...

c:\Documents and settings\user.BAK

 

to

 

c:\Documents and settings\Trish

 

--

Dave

http://www.claymania.com/removal-trojan-adware.html

Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp

Guest Trish
Posted

Re: How can I change `User' to `Trish'?

 

Hello, Trish!

You wrote to All on Sun, 25 May 2008 12:57:22 +0400:

 

T> My office PC's username I changed to `Trish' but still the c:\Documents

T> and settings\user\ is not changed to c:\Documents and settings\Trish\.

 

T> Because of this problem `Briefcase' could not synchronize. Any solution

T> of this?

 

T> Thanks for any replies.

 

With best regards, Trish. E-mail: Nobodyknowsabcdef@unknown.com

Guest Malke
Posted

Re: How can I change `User' to `Trish'?

 

Trish wrote:

> Hi All,

>

> My office PC's username I changed to `Trish' but still the c:\Documents

> and

> settings\user\ is not changed to c:\Documents and settings\Trish\.

>

> Because of this problem `Briefcase' could not synchronize. Any solution of

> this?

 

You can't just rename a user account. As you discovered, that only makes a

cosmetic change and doesn't alter the underlying files/folders.

 

Make a new user account called "Trish" (after renaming the old account back

the way it was) and copy the original account to it. You will need to log

into the new account once before you can copy anything to it and you'll

need to do this from a third account that is not the ones being copied from

and to.

 

Copy a User Account - http://support.microsoft.com/default.aspx?kbid=811151

 

 

Malke

--

MS-MVP

Elephant Boy Computers

http://www.elephantboycomputers.com

Don't Panic!

  • 2 months later...
Guest Peter
Posted

How to kill an app's FLUSH win32 calls?

 

How to kill an app's FLUSH win32 calls?

 

I have a SIIG RAID (mirror, 2 drive) SATA controller and while

everything on the PC runs just fine, one particular application (Agent

email/usenet client) runs extremely slowly (if the order of 100x to

1000x slower) anytime it does any file access.

 

I have run Filemon and it looks like the problem is caused by FLUSH

calls to Windows. No other app I have does this.

 

Agent are unlikely to be fixing this, and anyway it doesn't cause a

problem on any other PC I have tried it on. Only the driver for this

RAID controller has the dubious implementation of this function. Of

course SIIG are totally anonymous, as are Silicon General who make the

311x RAID chip. I have email and faxed them, no reply ever.

 

Can anybody give me any pointers for writing a driver which intercepts

the FLUSH calls and dumps them? Or is there perhaps a registry setting

within XP?

x----------x

Posted

Re: How to kill an app's FLUSH win32 calls?

 

Re: How to kill an app's FLUSH win32 calls?

 

Peter wrote:

> I have a SIIG RAID (mirror, 2 drive) SATA controller and while

> everything on the PC runs just fine, one particular application (Agent

> email/usenet client) runs extremely slowly (if the order of 100x to

> 1000x slower) anytime it does any file access.

>

> I have run Filemon and it looks like the problem is caused by FLUSH

> calls to Windows. No other app I have does this.

>

> Agent are unlikely to be fixing this, and anyway it doesn't cause a

> problem on any other PC I have tried it on. Only the driver for this

> RAID controller has the dubious implementation of this function. Of

> course SIIG are totally anonymous, as are Silicon General who make the

> 311x RAID chip. I have email and faxed them, no reply ever.

>

> Can anybody give me any pointers for writing a driver which intercepts

> the FLUSH calls and dumps them? Or is there perhaps a registry setting

> within XP?

> x----------x

 

Silicon Image makes the SIL3112. It would normally be on this page,

but has possibly been replaced by the 3512. So your email went

to the wrong company.

 

http://www.siliconimage.com/products/productfamily.aspx?id=3

 

You can get driver updates from the SiliconImage web site.

 

Disabling a function like that, might not work out the best

for you, since the function would be required to work just

before Windows shuts off system power.

 

Paul

Guest Peter
Posted

Re: How to kill an app's FLUSH win32 calls?

 

Re: How to kill an app's FLUSH win32 calls?

 

 

Paul <nospam@needed.com> wrote

>Peter wrote:

>> I have a SIIG RAID (mirror, 2 drive) SATA controller and while

>> everything on the PC runs just fine, one particular application (Agent

>> email/usenet client) runs extremely slowly (if the order of 100x to

>> 1000x slower) anytime it does any file access.

>>

>> I have run Filemon and it looks like the problem is caused by FLUSH

>> calls to Windows. No other app I have does this.

>>

>> Agent are unlikely to be fixing this, and anyway it doesn't cause a

>> problem on any other PC I have tried it on. Only the driver for this

>> RAID controller has the dubious implementation of this function. Of

>> course SIIG are totally anonymous, as are Silicon General who make the

>> 311x RAID chip. I have email and faxed them, no reply ever.

>>

>> Can anybody give me any pointers for writing a driver which intercepts

>> the FLUSH calls and dumps them? Or is there perhaps a registry setting

>> within XP?

>> x----------x

>

>Silicon Image makes the SIL3112. It would normally be on this page,

>but has possibly been replaced by the 3512. So your email went

>to the wrong company.

>

>http://www.siliconimage.com/products/productfamily.aspx?id=3

>

>You can get driver updates from the SiliconImage web site.

>

>Disabling a function like that, might not work out the best

>for you, since the function would be required to work just

>before Windows shuts off system power.

>

> Paul

 

Yes, it was the company - sorry I got it wrong in the original post.

 

I have the latest driver already. Both Silicon Image and SIIG who make

the RAID controller with it, are completely unresponsive to emails and

faxes.

 

Perhaps one could arrange for the bit of software to be loaded only

with Agent... like the old TSR concept under DOS :)


×
×
  • Create New...