Jump to content

clivebuckwheat

Member
  • Posts

    574
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About clivebuckwheat

Contact Methods

  • Website URL
    http://

clivebuckwheat's Achievements

0

Reputation

  1. can you please move this to software hangouts. Sorry for posting in the wrong forum
  2. thanks man you been very hepful to me over the years <gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend"> <gs:UserList> <gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/> </gs:UserList> <gs:InputPreferences> <!--English US EN--> <gs:InputLanguageID Action="add" ID="0409:00000409" Default="false"/> <!--French CA CA FR--> <gs:InputLanguageID Action="add" ID="0c0c:00000c0c" Default="true"/> <!--English CA EN--> <gs:InputLanguageID Action="add" ID="1009:00001009" Default="false"/> </gs:InputPreferences> </gs:GlobalizationServices>this worked.
  3. isn't the java plugin part of java, and isn't java an application, which is why I posted it in application installs. The reason why I didn't reply to my previous post was that I completely forgot I posted here as well as technet an innocent over site.
  4. thank you my mistake, I forgot I posted this question on msfn.org as well as technet the regkeys above worked fine I appreciate it. here is my batch file I used to accomplish my task with the info i got here and on technet. This is the batch file.@echo offset room=%COMPUTERNAME:~0,4%set stn=%COMPUTERNAME:~-2%reg.exe ADD "HKLM\SOFTWARE\Wow6432Node\Sanako\Shared Components\NetCommPlatform\Client" /v ClientId /t REG_DWORD /d %stn% /freg.exe ADD "HKLM\SOFTWARE\Wow6432Node\Sanako\Shared Components\NetCommPlatform\Client" /v ServerAddress /t REG_SZ /d "%room%-CONTROL" /fexitecho name=%computerName%echo room=%room%echo stn=%stn%pause
  5. Hi I am trying to enable some java plugins for firefox and chrome via commandline, or script or batch. is there any way to suppress this.? Is there anyway to tell firefox allow and remember via command line?
  6. <gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend"> <gs:UserList> <gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/> </gs:UserList> <gs:InputPreferences> <gs:InputLanguageID Action="add" ID="1009:00001009" Default="true"/> </gs:GlobalizationServices>Would this work?, all I want to do is basically set French (Canada) as the default Keyboard for all users, it's already installed, so do I really need Action="add" ?
  7. Hi I am hoping someone here can help me. I have 3 keyboard languages installed in my labs, En-English (United States) Fr-French (Canada) En-English (Canada) I'd like to make the Fr-French (Canada) the default keyboard language for all users that login I have tried the following xml but it's not working. I do not see the problem any help would be appreciated. I tried to run it by doing this control intl.cpl,, /f:"FR-DefaultKeyboard.xml" The following code below is called FR-DefaultKeyboard.xml. <gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend"> <!--User List--><gs:UserList><gs:User UserID="Current"/></gs:UserList> <!--User Locale--><gs:UserLocale><gs:Locale Name="FR-CA" SetAsCurrent="true"/></gs:UserLocale> </gs:GlobalizationServices>
  8. Hi I am hoping someone can help me. I need to put the following regkey below in a regadd command and also I need to increment the clientid. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sanako\Shared Components\NetCommPlatform\Client] "ClientId"=dword:00000020 <--- this is HEX and needs to be incremented "ServerAddress"="5E17-CONTROL" For example: If the station number is 5E17-01 I need to change the client ClientId"=dword: to the hex value of 01 omitting the 5E17- is there an easy way to do this in a script?
  9. solved i needed to map a network drive first and not use a unc path
  10. Hi My silent install that I made with Adobe Deployment kit and has work with Windows 7 for years no longer works in windows 8.1, has anyone here got a silent install of cs6 working properly under windows 8.1?
  11. thank you to both of you.The copy profile is now working sysprep was crashing on a built in app. I had to remove it withthis BEFORE sysprepping. Get-AppxPackage Microsoft.VCLibs.120.00 | Select-Object -Expand PackageFullName | Remove-AppxPackage while my start screen is entact, I lost some things I pinned to the taskbar, can someone tell me if the option of donotcleantaskbar still valid in windows 8.1?
  12. HiMaybe some here can help me as I am in need of some urgent advice. I have built a Windows 8.1 x64 Enterprise Base image With Office 2013 x64 . 1. I have installed the programs and did all customizations as local administrator 2. I have customized the start screen as well as pinned some apps to it as well as grouped some apps on the start menu. 3. I will post my answer file. It has copy profile=true. When i seal the image using the following command C:\Windows\System32\sysprep\sysprep.exe /generalize /oobe /shutdown /unattend:"C:\Windows\System32\sysprep\sysprep64-81-std.xml" and capture it and then deploy to stations the start menu is blank, all customizations are gone, no desktop back ground etc, it seems that the copy profile is not working. What am I missing here. Here is my xml answer file. ?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>en-US</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <AdministratorPassword> <PlainText>false</PlainText> <Value>aABjAG0AaABwACEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGgh</Value> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>aABjAG0AaABwACEAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Description>Local Administrator</Description> <DisplayName>Administrator</DisplayName> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOrganization>daw</RegisteredOrganization> <RegisteredOwner>DC</RegisteredOwner> <TimeZone>Eastern Standard Time</TimeZone> <AutoLogon> <Password> <Value>aABjAG0AaABwACEAUABhAHMAcwB3AG8AcgBkAAgh</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>administrator</Username> </AutoLogon> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CopyProfile>true</CopyProfile> <TimeZone>Eastern Standard Time</TimeZone> <ComputerName>*</ComputerName> <RegisteredOrganization>Dawson College</RegisteredOrganization> <RegisteredOwner>DC</RegisteredOwner> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>net use administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </component> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identification> <JoinWorkgroup>WORKGROUP</JoinWorkgroup> </Identification> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipRearm>1</SkipRearm> </component> </settings> <cpi:offlineImage cpi:source="wim://myserver/osimages/windows%208.1%20x64%20enterprise%20cd/sources/install.wim#Windows 8.1 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>thanks for any help. I am truly stumped.
  13. If you need a area double quoted use Chr(34) = " Test VBS I used to test the strrCommand 'strCommand = " Setup.exe /UL1033 /V"SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx COUNTRY=244'" strCommand = "Setup.exe /UL1033 /V" & Chr(34) & "SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx COUNTRY=244" & Chr(34) WScript.Echo strcommand thanks strCommand = "Setup.exe /UL1033 /V" & Chr(34) & "SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx COUNTRY=244" & Chr(34) Works the install is silent again. You said I am missing a " in my original vbs script above. Where? I really don't see it Here is the original again Set sho = Wscript.CreateObject("Wscript.Shell") strCommand = "Setup.exe /UL1033 /V'SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx COUNTRY=244'" intRet = sho.run(strCommand,0,True) If intRet = 3010 Or intRet = 255 Then intRet = 0 End If wscript.quit(intRet)
×
×
  • Create New...