Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

renaming Start Menu options

Featured Replies

:hello:

I wish to rename 2 specific links from within the Start Menu for my unattended cd:

Rename My Computer to 'piXel'

mycomputer1tg.gif

Rename (C:) Local Disk to 'piXel'

localdisk8as.gif

I wish to rename both of these links unattendedly, how would I go about it?

Thanks for any assistance

Edited by piXelatedEmpire

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.

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.ComputerName
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(MY_COMPUTER)
Set objFolderItem = objFolder.Self
objFolderItem.Name = objComputerName

Rename "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 by Lau

Never Mind!

Edited by mazin

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.