piXelatedEmpire Posted June 15, 2006 Posted June 15, 2006 (edited) I wish to rename 2 specific links from within the Start Menu for my unattended cd:Rename My Computer to 'piXel'Rename (C:) Local Disk to 'piXel'I wish to rename both of these links unattendedly, how would I go about it?Thanks for any assistance Edited June 15, 2006 by piXelatedEmpire
mobilelatham Posted June 15, 2006 Posted June 15, 2006 you carnt get rid of device letter but partition magic will re lable it until you del partition
spacesurfer Posted June 15, 2006 Posted June 15, 2006 I'm unsure how you can rename my computer unattended. but to rename your drive, simply use the dos command label.In your case: label c: piXel, where c: is your OS drive.
Lau Posted June 15, 2006 Posted June 15, 2006 (edited) Rename "My Computer" unattended.Run this vbs script from RunOnceEx.It will be the name you set in your "winnt.sif".Const MY_COMPUTER = &H11&Set objNetwork = CreateObject("Wscript.Network")objComputerName = objNetwork.ComputerNameSet objShell = CreateObject("Shell.Application")Set objFolder = objShell.Namespace(MY_COMPUTER) Set objFolderItem = objFolder.SelfobjFolderItem.Name = objComputerNameRename "Drive(s)" unattended.Put this "reg" in your regtweaks.It will also do your icon.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultLabel]@="Hoved Drev"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]@="c:\\windows\\icons\\System\\win.ico"Both found on this site... Edited June 15, 2006 by Lau
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now