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.

Last Things

Featured Replies

Hey Guys

I need some help with these last things to make a CD perfect.

1.Printer i cant get it to install in the Windows Setup

2.Cable Modem Same as printer problem

3.Moviemaker & Netmeeting how do u trun them off

4.Control Panel Appear in my computer (reg hack maybe)

5.Start Menu make log off,Favorites, Admin tools and Hide interactive disable (reg-hack may be)appear after a re-boot

6.Adding Shortcuts to the desktop when the batch file runs

7.Disableing the Driver Sign poilcy

Greatfull for any help

:)

driver signing policy is a registry hack and it is theis

;Changes Windows Driver Signing Policy 'prompt' to 'ignore'
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
"Policy"=hex:00

hope this helps

Lee

That registry tweak isn't valid. A mistake on my part.

The registry tweak maybe valid though...

However in my driver signing options driver signing is set to ignore, still it gives an alert when a driver is installed that has not passed windows logo testing...

weird...

  • Author
The registry tweak maybe valid though...

However in my driver signing options driver signing is set to ignore, still it gives an alert when a driver is installed that has not passed windows logo testing...

weird...

there are three different parts in the windows registry which must be changed in order for it to work.

:)

  • Author

Can anyone tell me how to set the filter in regmon to capture start menu changes.

Thanks :)

What I meant to say is that the option to set driver signing to 'ignore' in windows itself doesn't even work...

I use this in the winnt.sif...

[unattended]

DriverSigningPolicy=Ignore

  • Author

here is my winnt.sif

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\Windows
   UnattendSwitch="Yes"
   DriverSigningPolicy=Ignore
   OemPnPDriversPath="drivers\modem\;drivers\musesoundcard\;drivers\audio\"

[GuiUnattended]
   AdminPassword="45646456"
   EncryptedAdminPassword=NO
   AutoLogon=Yes
   AutoLogonCount=10000
   OEMSkipRegional=1
   TimeZone=85
   OemSkipWelcome=1

[UserData]
   ProductKey=You Wish
   FullName="Dave"
   OrgName="NO"
   ComputerName=

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768

[TapiLocation]
   CountryCode=44

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000809
   UserLocale=00000809
   InputLocale=0809:00000809

[Identification]
   JoinWorkgroup=NO

[Networking]
   InstallDefaultComponents=Yes

[Components]
  msmsgs=off
  msnexplr=off
  zonegames=off
  fax=off
  autoupdate=off
  WMAccess=off
  AccessOpt=off

[URL]
  Home_Page = http://www.MSFN.org/
  Quick_Link_1_Name = "MSFN.ORG.url"
  Quick_Link_1      = "http://www.MSFN.org/"
  Quick_Link_2_Name = "Windows Update.url"
  Quick_Link_2      = "http://v4.windowsupdate.microsoft.com/en/default.asp?corporate=true/"
  Quick_Link_3_Name = "BetaPlace.url"
  Quick_Link_3      = "http://www.betaplace.com/"
  Quick_Link_4_Name = "ShareReactor.url"
  Quick_Link_4      = "http://www.sharereactor.com/"
  Quick_Link_5_Name = "ODEON.url"
  Quick_Link_5      = "http://www.odeon.co.uk/"
  Quick_Link_6_Name = "FOOOD's Icons.url"
  Quick_Link_6      = "http://www.foood.net/"

[FavoritesEx]
  Title1="MSFN.org.url"
  URL1="www.MSFN.org=IStart"
  Title2="Radio Station Guide.url"
  URL2="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&plcid=&pver=6.1&os=&over=&olcid=&clcid=&ar=Media&sba=RadioBar&o1=&o2=&o3="

[Branding]
  BrandIEUsingUnattended = Yes

[PCHealth]
  RA_AllowToGetHelp=0
  RA_AllowUnsolicited=0

[Shell]
  DefaultStartPanelOff = Yes
  DefaultThemesOff = Yes

[GuiRunOnce]
  %systemdrive%\install\main-setup.cmd
  %systemdrive%\install\hotfixes.cmd
  %systemdrive%\install\shortcut remover.cmd
  %systemdrive%\install\nvidia.cmd

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"StartMenuAdminTools"="YES"

"StartMenuFavorites"=dword:00000001

"StartMenuRun"=dword:00000001

"StartMenuLogoff"=dword:00000001

Hide inactive icons

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]

"EnableAutoTray"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]

"EnableAutoTray"=dword:00000000

I am yet to find the component name for netmeeting and movie maker. I hack the sfc_os.dll and just delete the directories. I am still looking though :)

I use this:

;Changes Windows Driver Signing Policy 'prompt' to 'ignore'
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
"Policy"=hex:00

  • Author
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"StartMenuAdminTools"="YES"

"StartMenuFavorites"=dword:00000001

"StartMenuRun"=dword:00000001

"StartMenuLogoff"=dword:00000001

Hide inactive icons

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]

"EnableAutoTray"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]

"EnableAutoTray"=dword:00000000

I am yet to find the component name for netmeeting and movie maker.  I hack the sfc_os.dll and just delete the directories.  I am still looking though :rolleyes:

Thanks for that start menu help there

:)

  • Author
I use this:

;Changes Windows Driver Signing Policy 'prompt' to 'ignore'
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
"Policy"=hex:00

that is a in-vailed reg enter there AaronXP did a different one but the number of something need to be the same.

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.