Jump to content

mc134

Member
  • Posts

    84
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mc134

  1. Add something like this to a batch file which is called from your WINNT.SIF WINNT.SIF [GuiRunOnce] Command0=%SystemDrive%\install.cmd install.cmd ECHO Configuring Windows Firewall ECHO Please Wait... netsh.exe firewall set service fileandprint enable all netsh.exe firewall set service remotedesktop enable all netsh.exe firewall set service remoteadmin enable all netsh.exe firewall set allowedprogram "%ProgramFiles%\Netmeeting\Conf.exe" "Netmeeting" Enable all netsh.exe firewall set allowedprogram "%ProgramFiles%\Windows Media Player\wmplayer.exe" "Windows Media Player 11" Enable all ECHO. Of course you will have to change it to point to the correct program. Enjoy.
  2. Only way to do it is to replace "Games" with "Downloads" using these registry entries: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}] @="Downloads" [HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\DefaultIcon] @="imageres.dll,-184" [HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\InProcserver32] @="shell32.dll" [HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\shell\open\command] @="explorer.exe shell:Downloads" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{ED228FDF-9EA8-4870-83B1-96B02CFE0D52}] @="Downloads" To remove and set back to default: Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{ED228FDF-9EA8-4870-83B1-96B02CFE0D52}]
  3. To fix the logon box color problem use this method... Straight from How to convert your Windows Server 2003 I just place these registry setting in my default registry hacks and it always come up dark. Hope this helps. Zedox, maybe you can integrate this into XPize Darkside?
  4. I am setting up a group of workstations that I have locked down. What I want to do is to overwrite the "user" profile with my default profile on reboot. In doing so, whomever sits at the workstation will receive the same desktop and users making any changes will not be saved. I would prefer to do this with a logoff script because I already have one in place. Hopefully someone has done this before and it will be a quick and east fix.
×
×
  • Create New...