Jump to content

Recommended Posts

Posted

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\InternetShortcut]
"EditFlags"=dword:00000002
@="Internet Shortcut"
"NeverShowExt"=""
"IsShortcut"=""

[HKEY_CLASSES_ROOT\piffile]
@="Shortcut to MS-DOS Program"
"EditFlags"=hex:01,00,00,00
"NeverShowExt"=""
"IsShortcut"=""

[HKEY_CLASSES_ROOT\lnkfile]
@="Shortcut"
"EditFlags"=dword:00000001
"NeverShowExt"=""
"IsShortcut"=""

that is the fix.. but i want it to be done unattendly while windows is installing or something..so can nyone make a addon or something from this..

what does this fix do?

well if ur getting repeated/duplicate entries in ur rightclick/context menu ..it fixes that up..


Posted (edited)

well i am asking someone to make it unattended so that it can be intergrated with nlite or rvm intergrator..

so it gets applied during windoes installation.. doesnt have to be done manually !!!

phewwwww

Edited by Avneet
Posted (edited)

Windows Registry Editor Version 5.00
*SNIPPED*

that is the fix.. but i want it to be done unattendly while windows is installing or something..so can nyone make a addon or something from this..

what does this fix do?

well if ur getting repeated/duplicate entries in ur rightclick/context menu ..it fixes that up..
[/quote]
it is a reg file, add to your cmdlines.txt:
[code][COMMANDS]
"REGEDIT /S giveitausefullname.reg"

or add it to your cmd:

"REGEDIT /S %cdrom%\$OEM$\giveitausefullname.reg"

i am unsure where you talk about, do you means some lines in the rightclick menu appears twice? and what do occurs this?

i ask this because i get a bug in my rightclickmenu, when opening paint i get two popups with "where want you save it?"and "where want you copy to?".

this occurs by this:

;Add Copy To to right click menu
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

;Add Move To to right click menu
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

it is a well known bug...

Edited by SolidasRock
Posted (edited)

well try the reg entries i gave and see if it fixes it..

i dont use $oem$ folder in my cd.. coz i usually need to install raid drivers during setup(F6 option) and i think if i use $oem$ i wont be able to do that.. am i right..??

so is theer any other way..

i heard about a svcpck methode ..wheer ur files gets stored in the svcpack folder.. anyone knows about that.

cheers

Edited by Avneet
Posted
well try the reg entries i gave and see if it fixes it..

i dont use $oem$ folder in my cd.. coz i usually need to install raid drivers during setup(F6 option) and i think if i use $oem$ i wont be able to do that.. am i right..??

so is theer any other way..

i heard about a svcpck methode ..wheer ur files gets stored in the svcpack folder.. anyone knows about that.

cheers

then use in your cmd:

"REGEDIT /S %cdrom%\INSTALL\regoptimalization\giveitausefullname.reg"

or

"REGEDIT /S %cdrom%\giveitausefullname.reg"

or

"REGEDIT /S %cdrom%\IAMSOHAPPY\giveitausefullname.reg"

or

or

or...

it is not obligatorily to place this in $OEM$, create a map and call it what you want, add the regedit /s and the pathname and you are gone.

no need to integrate it in SVCPCK methode...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...