PC Review


Reply
Thread Tools Rate Thread

Creating a REG Merge File

 
 
mcp6453
Guest
Posts: n/a
 
      29th Mar 2008
How can I create a .reg merge file that includes the changes in the
middle of the page at this link:
http://www.theeldergeek.com/hide_int...sktop_icon.htm

In particular, I need to be able to merge line that contains the IE icon
fix. For some reason that I don't understand, when the Desktop in XP is
changed from Classic to the other one, there is no IE icon. Adding this
GUID ({871C5380-42A0-1069-A2EA-08002B30309D}) puts it back.

Someone has surely already made the tweak. If you can point me to it,
that would be great.
 
Reply With Quote
 
 
 
 
John John
Guest
Posts: n/a
 
      29th Mar 2008
mcp6453 wrote:

> How can I create a .reg merge file that includes the changes in the
> middle of the page at this link:
> http://www.theeldergeek.com/hide_int...sktop_icon.htm
>
> In particular, I need to be able to merge line that contains the IE icon
> fix. For some reason that I don't understand, when the Desktop in XP is
> changed from Classic to the other one, there is no IE icon. Adding this
> GUID ({871C5380-42A0-1069-A2EA-08002B30309D}) puts it back.
>
> Someone has surely already made the tweak. If you can point me to it,
> that would be great.




===========================================
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
============================================


John
 
Reply With Quote
 
mcp6453
Guest
Posts: n/a
 
      29th Mar 2008
John John wrote:
> mcp6453 wrote:
>
>> How can I create a .reg merge file that includes the changes in the
>> middle of the page at this link:
>> http://www.theeldergeek.com/hide_int...sktop_icon.htm
>>
>> In particular, I need to be able to merge line that contains the IE
>> icon fix. For some reason that I don't understand, when the Desktop in
>> XP is changed from Classic to the other one, there is no IE icon.
>> Adding this GUID ({871C5380-42A0-1069-A2EA-08002B30309D}) puts it back.
>>
>> Someone has surely already made the tweak. If you can point me to it,
>> that would be great.

>
>
>
> ===========================================
> Windows Registry Editor Version 5.00
>
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
>
> "{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
> ============================================
>
>
> John


That was quick! Thanks. Question: If HideDesktopIcons does not exist, will it be
crated? I did a little more experimentation, and it does not appear unless one
of the available choices (My Computer, My Documents, Network Places) has been
checked.
 
Reply With Quote
 
John John
Guest
Posts: n/a
 
      29th Mar 2008
mcp6453 wrote:

> John John wrote:
>
>> mcp6453 wrote:
>>
>>> How can I create a .reg merge file that includes the changes in the
>>> middle of the page at this link:
>>> http://www.theeldergeek.com/hide_int...sktop_icon.htm
>>>
>>> In particular, I need to be able to merge line that contains the IE
>>> icon fix. For some reason that I don't understand, when the Desktop
>>> in XP is changed from Classic to the other one, there is no IE icon.
>>> Adding this GUID ({871C5380-42A0-1069-A2EA-08002B30309D}) puts it back.
>>>
>>> Someone has surely already made the tweak. If you can point me to it,
>>> that would be great.

>>
>>
>>
>>
>> ===========================================
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
>>
>> "{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
>> ============================================
>>
>>
>> John

>
>
> That was quick! Thanks. Question: If HideDesktopIcons does not exist,
> will it be crated? I did a little more experimentation, and it does not
> appear unless one of the available choices (My Computer, My Documents,
> Network Places) has been checked.


Yes, when you merge to above it will create the keys to store the value.

John
 
Reply With Quote
 
mcp6453
Guest
Posts: n/a
 
      29th Mar 2008
John John wrote:
> mcp6453 wrote:
>
>> John John wrote:
>>
>>> mcp6453 wrote:
>>>
>>>> How can I create a .reg merge file that includes the changes in the
>>>> middle of the page at this link:
>>>> http://www.theeldergeek.com/hide_int...sktop_icon.htm
>>>>
>>>> In particular, I need to be able to merge line that contains the IE
>>>> icon fix. For some reason that I don't understand, when the Desktop
>>>> in XP is changed from Classic to the other one, there is no IE icon.
>>>> Adding this GUID ({871C5380-42A0-1069-A2EA-08002B30309D}) puts it back.
>>>>
>>>> Someone has surely already made the tweak. If you can point me to
>>>> it, that would be great.
>>>
>>>
>>>
>>>
>>> ===========================================
>>> Windows Registry Editor Version 5.00
>>>
>>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
>>>
>>> "{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
>>> ============================================
>>>
>>>
>>> John

>>
>>
>> That was quick! Thanks. Question: If HideDesktopIcons does not exist,
>> will it be crated? I did a little more experimentation, and it does
>> not appear unless one of the available choices (My Computer, My
>> Documents, Network Places) has been checked.

>
> Yes, when you merge to above it will create the keys to store the value.
>
> John



Super. Thanks!
 
Reply With Quote
 
John John
Guest
Posts: n/a
 
      29th Mar 2008


mcp6453 wrote:

> John John wrote:
>
>> mcp6453 wrote:
>>
>>> John John wrote:
>>>
>>>> mcp6453 wrote:
>>>>
>>>>> How can I create a .reg merge file that includes the changes in the
>>>>> middle of the page at this link:
>>>>> http://www.theeldergeek.com/hide_int...sktop_icon.htm
>>>>>
>>>>> In particular, I need to be able to merge line that contains the IE
>>>>> icon fix. For some reason that I don't understand, when the Desktop
>>>>> in XP is changed from Classic to the other one, there is no IE
>>>>> icon. Adding this GUID ({871C5380-42A0-1069-A2EA-08002B30309D})
>>>>> puts it back.
>>>>>
>>>>> Someone has surely already made the tweak. If you can point me to
>>>>> it, that would be great.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ===========================================
>>>> Windows Registry Editor Version 5.00
>>>>
>>>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
>>>>
>>>> "{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
>>>> ============================================
>>>>
>>>>
>>>> John
>>>
>>>
>>>
>>> That was quick! Thanks. Question: If HideDesktopIcons does not exist,
>>> will it be crated? I did a little more experimentation, and it does
>>> not appear unless one of the available choices (My Computer, My
>>> Documents, Network Places) has been checked.

>>
>>
>> Yes, when you merge to above it will create the keys to store the value.
>>
>> John

>
>
>
> Super. Thanks!


You're welcome.

John
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating a mail merge with dates ********Meg Microsoft Excel Discussion 1 29th Oct 2008 04:18 PM
Word will not merge an excel file of addresses when creating label lbeer Microsoft Word Document Management 4 21st Dec 2007 03:20 PM
Creating a form- mail merge Microsoft Excel Programming 2 12th Aug 2006 06:08 PM
Merge query into Word mail merge file does not work Ricky Gibson Microsoft Access 4 1st Dec 2005 03:20 PM
creating a merge document without a database =?Utf-8?B?S2FyZW4gSGlsbGVnYXM=?= Microsoft Word New Users 1 18th Oct 2004 11:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:31 AM.