Jump to content

clivebuckwheat

Member
  • Posts

    574
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by clivebuckwheat

  1. Anyone know of a good one to use?
  2. I would like have icons for Word, Internet Explorer, Firefox, Log off button on the desktop. everything else needs to be locked down and inaccessible. Thank you for any and all responses.
  3. From within a batch file?, is there a utility that can simulate pressing the enter key?
  4. according to the ref.chm 2 is disabled, am I reading this wrong? NetBIOSOptions = 0 | 1 | 2 Values 0 Uses NetBIOS setting from the DHCP Server. 1 Enables NetBIOS over TCP/IP. 2 Disables NetBIOS over TCP/IP.
  5. I can't do it no matter what I try. Please take a look at my sysprep.inf and tell me what I am doing wrong. [Unattended] OemSkipEula=Yes TargetPath=\WINDOWS DriverSigningPolicy=Ignore UpdateInstalledDrivers=Yes UpdateServerProfileDirectory=1 [GuiUnattended] OEMSkipRegional=1 OemSkipWelcome=1 TimeZone=35 AdminPassword=XXXXX [GuiRunOnce] Command0="C:\WINDOWS\DNS Registration.VBS" [Networking] InstallDefaultComponents=Yes [UserData] FullName=xxxxxxxXXXXXXXXXXXXXXXXXX OrgName=XXXXXXXXXXXXXXXXXXXXXXXXXXX ProductID=XXXXXXXXXXXXXXXXXXXXXXXXX ComputerName=* [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=75 AutoConfirm=1 [Identification] JoinWorkgroup=WORKGROUP [NetProtocols] MS_TCPIP = params.MS_TCPIP [NetAdapters] Adapter1 = params.MS_TCPIP.Adapter1 [params.MS_TCPIP] DNSSuffixSearchOrder=X.X EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 NetBIOSOptions=2 DHCP=Yes DNSDomain=X.X EnableAdapterDomainNameRegistration=Yes DisableDynamicUpdate=No [sysprepcleanup]
  6. All settings are under tcp/ip under advanced. disable netbios over tcp/ip as well , in the WINS TAB. dhcp set to yes. disable netbios over tcp/ip. enable LMHOSTS look up. Enable append these DNS suffixes in order, and populate it with mydomain.com Enable register this connections address in DNS. Enable this connection DNS suffix in the DNS registration. Before I implement this do you see any errors? Please see my sysprep.inf DNSSuffixSearchOrder=mydomain.com UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 NetBIOSOptions=0 DHCP=Yes DNSServerSearchOrder=mydomain.com DNSDomain=mydomain.com EnableAdapterDomainNameRegistration=Yes
  7. Hi can anyone help me with setting some network settings in the sysprep.inf file 1. Append DNS suffixes with mydomain.com 2. Register this connection in the DNS has to be enabled 3. Use this connection's DNS suffix in the DNS registration has to be enabled 4. LMHOSTS lookup has to be enabled 5. Disable netbios over tcp/ip I would like to do these setting via the sysprep.inf please. Thanks for any and all help on this matter.
  8. I can't seem to change the time from 10 to 30 minutes. with this. Is there a way to change the time in unattended mode?. Neither one of my options worked. "ScreenSaverIsSecure"="1" "ScreenSaveTimeOut"="1800" "ScreenSaveActive"="1" "SCRNSAVE.EXE"="C:\\WINDOWS\\system32\\logon.scr" KEY_CURRENT_USER = &H80000001 strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Control Panel\Desktop" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "ScreenSaveTimeout" strValue = "1800" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue
  9. got it working with POWERCFG.EXE /NUMERICAL /CHANGE 0 /monitor-timeout-ac 120 POWERCFG.EXE /NUMERICAL /CHANGE 0 /disk-timeout-ac 120 POWERCFG.EXE /NUMERICAL /CHANGE 0 /standby-timeout-ac 0 POWERCFG.EXE /NUMERICAL /SETACTIVE 0
  10. I changed the settings that I wanted in the Home/Office policy to 2,2 NEVER Applied them exported the appropriate regkeys changed the settings back to never, never, never imported the regkeys with the settings I want. checked power options still set to never, never, never rebooted just to make sure, still the same.
  11. Doesn't work, all options still say never I need 2, 2 and never Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\PowerCfg] "CurrentPowerPolicy"="0" [HKEY_CURRENT_USER\Control Panel\PowerCfg\PowerPolicies\0] "Name"="Home/Office Desk" "Description"="This scheme is suited to most home or desktop computers that are left plugged in all the time." "Policies"=hex:01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,2c,01,00,00,32,32,00,03,02,00,00,00,02,00,\ 00,00,00,00,3d,77,2e,f2,07,00,20,1c,00,00,2c,01,00,00,20,1c,00,00,58,02,00,\ 00,01,01,64,64,64,64,91,7c
  12. I need Monitor 2 hours Hard disk 2 Hours standby never I import this into the registry, but it always says Never for all fields, even after a reboot. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] "AcProcessorPolicy"=hex:01,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,a0,86,\ 01,00,a0,86,01,00,a0,86,01,00,28,32,00,00,02,00,00,00,a0,86,01,00,a0,86,01,\ 00,a0,86,01,00,28,3c,00,00,03,00,00,00,a0,86,01,00,a0,86,01,00,a0,86,01,00,\ 28,50,00,00,01,00,00,00 "DcProcessorPolicy"=hex:01,00,00,00,03,00,00,00,00,00,00,00,03,00,00,00,a0,86,\ 01,00,a0,86,01,00,a0,86,01,00,0a,14,00,00,02,00,00,00,a0,86,01,00,a0,86,01,\ 00,a0,86,01,00,14,28,00,00,03,00,00,00,a0,86,01,00,a0,86,01,00,a0,86,01,00,\ 14,46,00,00,01,00,00,00 "AcPolicy"=hex:01,00,00,00,00,00,00,00,03,00,00,00,10,00,00,00,02,00,00,00,03,\ 00,00,00,00,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,08,a8,\ 09,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,32,00,80,7c,02,00,00,\ 00,02,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,\ 01,00,00,00,03,00,00,00,02,00,00,00,04,00,00,c0,01,00,00,00,02,00,00,00,01,\ 00,00,00,0a,00,00,00,00,00,00,00,03,00,00,00,01,00,01,00,01,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,00,00,20,1c,00,00,\ 16,88,41,7e,00,e0,fd,7f,78,e8,07,00,5a,88,41,7e,20,1c,00,00,00,64,64,00,02,\ 00,00,00,04,00,00,c0,00,00,00,00 "DcPolicy"=hex:01,00,00,00,00,00,00,00,03,00,00,00,10,00,00,00,02,00,00,00,03,\ 00,00,00,00,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,ec,8e,\ 42,7e,02,00,00,00,00,00,00,00,00,00,00,00,2c,01,00,00,32,03,00,00,02,00,00,\ 00,02,00,00,00,02,00,00,00,01,00,00,00,53,e4,90,7c,00,00,00,00,03,00,00,00,\ 01,00,00,00,03,00,00,00,02,00,00,00,04,00,00,c0,01,00,00,00,02,00,00,00,01,\ 00,00,00,0a,00,00,00,00,00,00,00,03,00,00,00,01,00,01,00,01,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,00,00,00,00,c0,60,0a,00,e4,e7,07,00,58,02,00,00,00,64,64,00,02,\ 00,00,00,04,00,00,c0,00,00,00,00 "Heuristics"=hex:05,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00 [HKEY_CURRENT_USER\Control Panel\PowerCfg\PowerPolicies\0] "Name"="Home/Office Desk" "Description"="This scheme is suited to most home or desktop computers that are left plugged in all the time." "Policies"=hex:01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,2c,01,00,00,32,32,00,03,02,00,00,00,02,00,\ 00,00,00,00,3d,77,2e,f2,07,00,20,1c,00,00,00,00,00,00,20,1c,00,00,58,02,00,\ 00,00,00,64,64,64,64,91,7c
  13. Nlite will not do the language installs, or set the Temporary Internet Cache to 50 megs and I used the search function and didn't find the answers so i posted here
  14. 1. I need to add an input language. English (Canada) US Keyboard layout. French (Canada) Canadian French Keyboard 2. Remove Fast User switching. 3. Phishing filter on in ie7 4. Set Power management Turn Monitor off: After 2 hours Turn Hard disk off: After 2 hours System standby: Never System Hibernate: Never 5. Temporary Internet files 50 mb of space. 6. Recycle bin C drive Maximum size of the recycle bin to 1% percent of the drive. 7. Unhide extensions in Windows explorer. 8. show quick launch box 9. Turn off personalized menus
  15. Windows Genuine Advantage Validation Tool (KB892130) - Can't find it anywhere. Microsoft Windows Component Installer - I slipstreamed it in using hfslip but it always downloads it again when i check for updates. Thanks for the expertise on this site.
  16. Where can I download these? . Has anyone integrated KB892130 into there unattended install successfully?, if so how? Will I be able to use Nlite to slipstream these in?. 1. Windows Genuine Advantage Validation Tool (KB892130) 2. Update for Windows XP (KB898461) 3. Windows Malicious Software Removal Tool - September 2008 (KB890830) 4. Windows Malicious Software Removal Tool - September 2008 (KB890830) 5. Security Update for Windows XP (KB938464) 6. Cumulative Security Update for ActiveX Killbits for Windows XP (KB953839) 7. Security Update for Outlook Express for Windows XP (KB951066) 8. Security Update for Windows XP (KB946648) 9. Security Update for Windows XP (KB952954) 10. Cumulative Security Update for Internet Explorer 6 for Windows XP (KB953838) 11. Security Update for Windows XP (KB950974) 12. Update for Windows XP (KB951072) 13. Update for Windows XP (KB952287) 14. Security Update for Windows XP (KB951748) 15. Update for Windows XP (KB951978) 16. Security Update for Windows XP (KB951698) 17. Security Update for Windows XP (KB951376) 18. Security Update for Windows XP (KB950762) 19.Security Update for Flash Player (KB923789) 20.Windows Internet Explorer 7 for Windows XP
  17. Hi I am trying to install a program, it installs fine, but now I would like to delete the setup file of the program I just installed. Is there something I need to do to ensure my batch file doesn't delete the setup file, as my batch file is trying to install it?. I would also like to delete the batch file as well is this possible?.
  18. that works, but I need the navigation tool bar, and a print menu, so users can print. Anyone? also is there a preferably free utility to disable ALT-F4?.
  19. Hi I know how to run Firefox in Kiosk mode, what I do not know how to do is disable the "X" in the upper right hand corner, so users cannot close the browser, does anyone know how to do this?
  20. I am not on an AD network if that makes a difference?, I have never done this before could you tell me how?.
  21. While windows is loading, BEFORE SOMEONE HAS LOGGED ON?. I have tried some of the service utilities, they don't seem to work all that well. I am confident someone on here has succeeded in doing this, I am trying to set the default printer before someone has logged in.
  22. I use sysprep, after I image a pc.
  23. That was the first place, I looked, it's not in there. Any more ideas as to where it is coming from?
×
×
  • Create New...