Jump to content

Mike_Wilson

Member
  • Posts

    142
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Mike_Wilson

  1. 2. After installing windows and the drivers my screen often goes black and stays black. I have to reboot my pc before I can login and the cd installs my regtweaks.

    Might be due to a refresh rate your setting in winnt.sif. If you set it too high your monitor screen will just go black.

    EDIT: nlite doesnt use the winnt.sif to remove outlook express it will use some kind of file deletion etc. Im not really sure but I dont think its done in the sif.

  2. ; Disable Windows Installer Rollback 
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Installer]
    "DisableRollback"=dword:00000001

    .Net Framework wont install with this tweak activated, I havent seen anyone report this error before but if you have set this tweak, set it to =dword:00000000 and that should fix it, or if your doing it to your cd just delete the tweak.

  3. This is a problem with a registry tweak you have applied or some modification to explorer you have made. I have never come across this error before or come across anyone else having this problem.

    If you could post your registry tweak file, preferably HKEY_CLASSES_ROOT tweaks and we could see what could cause the problem.

    Also if you make any modifications to explorer in your install, maybe installing a hacked version of explorer.exe or some other tweaks.

  4. Windows Registry Editor Version 5.00

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes]
    @=".None"

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\.Default\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MailBeep\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemHand\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Conf\Person Joins\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Conf\Person Leaves\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Conf\Receive Call\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Conf\Receive Request to Join\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]
    @=-
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_Buzz\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_ContactOnline\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewAlert\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewMail\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewMessage\.Current]
    @=""

    [HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\MSNMSGR\MSNMSGR_NewSMSMessage\.Current]
    @=""

    Should work for "NO SOUNDS"

  5. I dont think he means system beeps, I think he means more in the meaning of "sound schemes" to disable sounds such as "Empty Recycle Bin" etc?

    If this is the case then Windows does have a scheme for No Sounds so there should be a tweak that will load the "No Sounds" scheme.

  6. 2. Create a User Account:

    You can do this in a .cmd or .bat file, shown below replace <Account Name> with your name for the account ie. Mike.

    ECHO Creating Account..
    net user <Account Name> /add
    net localgroup Administrators <Account Name> /add
    net accounts /maxpwage:unlimited

    3. Create Desktop Icons:

    You can do this with a little command prompt program called shortcut.exe.

    You can create desktop or start menu shortcuts with this program.

    Download Here

    shortcut.jpg

  7. Safest way? If you dont want to set all the files to being safe then just put .bat files in the tweak like below.

    ; Disable Popup For Running Files You Download From Internet
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
    "CheckExeSignatures"="no"
    "RunInvalidSignatures"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
    "SaveZoneInformation"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
    "LowRiskFileTypes"=".bat;"

    I dont see any problems with that. But I may be wrong :w00t:

  8. This registry tweak removes it:

    ; Disable Popup For Running Files You Download From Internet
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
    "CheckExeSignatures"="no"
    "RunInvalidSignatures"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
    "SaveZoneInformation"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
    "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov
    ;.mp3;.m3u;.wav;"

  9. Try these below:

    ; Put MY Computer Shortcut On Desktop
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

    ; Put MY Documents Shortcut On Desktop
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

    The program in my signature has these and many more, give it a try.

  10. I use the following in my Winnt.sif and it works fine for me, I have a edited classic theme which I install using the $OEM$ method (has screensaver settings removed).

    [Shell]
       CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Windows Classical.theme"
       DefaultStartPanelOff = "No"

    Setting the custom theme to the default classic one will set the classic theme in windows and by setting it this way the xp start menu is still there and isnt the horrible classic one that is set with the winsif command "DefaultThemesOff = Yes".

    [Shell]
       CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Windows Classic.theme"
       DefaultStartPanelOff = "No"

×
×
  • Create New...