How to copy my profile settings to the default Administrator account

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 38
    Windows 7/ Ubuntu
    Thread Starter
       #11

    karlsnooks said:
    Any good reason why you have not complied with post #2?
    Not trying to be difficult but I don't feel comfortable giving out detailed account info for security reasons. I gave you the list of accounts and types on my computer.

    I did forget about one additional Administrator account (Call it Me2) with a different password for networking purposes. It has no folder since I've never logged on to it through this computer.
      My Computer


  2. Posts : 38
    Windows 7/ Ubuntu
    Thread Starter
       #12

    Duzzy said:
    Could you upload a reg tweak or give an example of something that you can't do in a normal Administator account with UAC turned off because I havn't found anything I can't do yet.
    1. Deleting registry keys in HKLM via a .reg file does not work in Win7 64bit. I have to convert them to bat scripts. PITA! Worked fine in 32-bit. Don't know if default admin will help with this.

    2. None of my Decoders work properly in 64-bit Media Center (particularly Haali or Divx.) Avi files won't play either. I got AC3 audio working, but had to search and change each 64-bit key myself. All worked in 32-bit with simple changes.

    I have no idea how many of my customizations worked well in the 32-bit system due to running as the default Admin all the time so I want to go back to it. It has never caused me a problem. This is the last thing I want to try in my evaluation of my 64-bit upgrade. If it doesn't make things easier I will downgrade.

    I have stressed above and I will say again, I make constant image backups. I am not worried about the risk here.

    HKLM not changed
    Many other keys needed to be added as well
    Code:
    Windows Registry Editor Version 5.00
    
    ;AC3Filter ClassID
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Decoder]
    "PreferredMPEG2AudioDecoderCLSID"="{A753A1EC-973E-4718-AF8E-A3F554D45C44}"
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Decoder]
    "PreferredMPEG2AudioDecoderCLSID"="{A753A1EC-973E-4718-AF8E-A3F554D45C44}"
      My Computer


  3. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #13

    mmm,
    Any good reason why you have not complied with post #2?
      My Computer


  4. Posts : 38
    Windows 7/ Ubuntu
    Thread Starter
       #14

    mmmelaney said:
    karlsnooks said:
    Any good reason why you have not complied with post #2?
    Not trying to be difficult but I don't feel comfortable giving out detailed account info for security reasons. I gave you the list of accounts and types on my computer.

    I did forget about one additional Administrator account (Call it Me2) with a different password for networking purposes. It has no folder since I've never logged on to it through this computer.



    karlsnooks said:
    mmm,
    Any good reason why you have not complied with post #2?
    ...
      My Computer


  5. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #15

    There are no security issues here.
    Simply upload the two .txt files.

    Here are mine:
    SystemAccounts.txt

    UserAccountsFull.txt
      My Computer


  6. Posts : 640
    Windows 7 Ultimate x64
       #16

    mmmelaney said:
    1. Deleting registry keys in HKLM via a .reg file does not work in Win7 64bit. I have to convert them to bat scripts. PITA! Worked fine in 32-bit. Don't know if default admin will help with this.
    Try this, works for me (Note the -)
    Code:
    ;Delete Key
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Decoder]
    ;Delete Value
    "PreferredMPEG2AudioDecoderCLSID"=-
    mmmelaney said:
    2. None of my Decoders work properly in 64-bit Media Center (particularly Haali or Divx.) Avi files won't play either. I got AC3 audio working, but had to search and change each 64-bit key myself. All worked in 32-bit with simple changes.
    Can't test every codec and I don't normally use Media Center but I have ffdshow and Haali Media Splitter installed and I have tested a MKV and a AVI and they play fine.

    MKV Codec's
    Video = Advanced Video Codec
    Audio = AC-3

    AVI Codec's
    Video = MPEG-4 (XVID)
    Audio = MP3

    I don't have any DIVX files to test but I did have two files that would not play the audio.

    One has 3 audio tracks 1 MP3 and 2 Vorbis. The MP3 works fine in Media Center but Vorbis doesn't and in Windows Media Player, MP3 works but the funny thing is only one of the Vorbis tracks works the other causes the video to freeze.

    The second file uses WavPack which does not play in Media Center but does in Windows Media Player.

    I have done no manual editing so you can take that how ever you like, I'm not going to tell you to use a different player.

    mmmelaney said:
    Code:
    Windows Registry Editor Version 5.00
    
    ;AC3Filter ClassID
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Decoder]
    "PreferredMPEG2AudioDecoderCLSID"="{A753A1EC-973E-4718-AF8E-A3F554D45C44}"
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Decoder]
    "PreferredMPEG2AudioDecoderCLSID"="{A753A1EC-973E-4718-AF8E-A3F554D45C44}"
    Is this a reg file that will not import the values? I ask because it imports fine for me.
      My Computer


  7. Posts : 38
    Windows 7/ Ubuntu
    Thread Starter
       #17

    karlsnooks said:
    There are no security issues here.
    Simply upload the two .txt files.

    Here are mine:
    SystemAccounts.txt

    UserAccountsFull.txt
    Tell you what. I will edit the names and account numbers and post them. I also didn't want to deal with the hassle of getting attachments to work with Noscript turned on in here but if you really think this will tell you something I haven't already I'll mess with it.
      My Computer


  8. Posts : 38
    Windows 7/ Ubuntu
    Thread Starter
       #18

    Duzzy: as you can see it's catch-as-you-can. Interesting that modifying the HKLM key worked for you through the .reg file. There are many posts about folks needing to convert them to a batch script in 64-bit. However, there are other keys that need to be added to get AC3 to work in 64-bit too.

    The mkv files with no audio are not working for you because they are AC3 audio. AC3 is not working for you (Do you get the AC3 tray icon while they're playing?) Also there is more to installing Ac3 filter. But don't worry about it since you don't use Media Center.

    Anyway, this is not the point. The point here is to try and get my 64-bit setup to have the same Administrator access as my 32-bit system.
      My Computer


  9. Posts : 38
    Windows 7/ Ubuntu
    Thread Starter
       #19

    I have tried my Windows Easy Transfer method in a virtual machine. Sorta worked sorta didn't. Many HKCU keys were not transferred over (such as HKCU\Software\Sysinternals\Process Explorer.) The key is there but the data values are not. Also for example, the Quick launch shortcuts in both Appdata Local and Appdata Roaming are missing, even though I specifically included them in the Easy Transfer save. These got transferred when I used WET on a normal profile. I have scrapped that Virtual Machine.

    HOWEVER, I did find another possibility I had forgotten about. Local Security Policy>>Local Policies>>Security Options>>User Account Control: Run all Administrators in Admin Approval Mode>> >> ENABLED.

    Along with this I think there are a couple of others I had changed in the 32-bit system. This SHOULD produce the same result I was looking for without having to delete my current account or even change it. I can also leave default Administrator alone.

    Fortunately I have my old 32-bit system in tact. I can simply compare the Local Policy settings (I'll check Group Policy too for the heck of it) on dual monitors and match them.

    Then test to see if any of my problems go away. This, I will test in a cloned partition instead, because driver issues are not the same in a Virtual Machine.
      My Computer


  10. Posts : 38
    Windows 7/ Ubuntu
    Thread Starter
       #20

    Karisnooks: Here you go. The extra accounts are for Nvidia and for VMware.
    How to copy my profile settings to the default Administrator account Attached Files
      My Computer


 
Page 2 of 3 FirstFirst 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:38.
Find Us