Jump to content

Daedlus

Member
  • Posts

    37
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About Daedlus

Profile Information

  • OS
    Windows 10 x64

Recent Profile Visitors

1,026 profile views

Daedlus's Achievements

0

Reputation

  1. Amazing product, thank you. One quick question, I don't think it was answered here, but is there a way VIA command line to change the amount of time on the timer before the restart? Not a huge issue, but 30 seconds seems like a long time. Thanks again!
  2. This worked for me. http://www.msfn.org/board/unattended-wirel...pid-895875.html
  3. I am having this issue too. Did you ever find out the resolution?
  4. When in my computer, the computers in your network are listed at the bottom left under network, just click on the computer and you can access the shares. If that wasnt nice enough, you can right click on the computer and remote desktop to it. Very cool.
  5. Please help, this is the first set of drivers that I cannot get to load and I cannot figure out why. I am trying to install my video card drivers (Nvidia 9600 GT OC) unattended. I downloaded the drivers off the windows update catalog. I have inserted them via Vlite and have them to install in my autounattended.xml Device Manager just says its a "Standard VGA Graphics Adapter" I can load the drivers manually in windows fine. Here is my Autounattend.xml: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> <InputLocale>0409:00000409</InputLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Display> <ColorDepth>16</ColorDepth> <HorizontalResolution>1680</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>1050</VerticalResolution> </Display> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key></Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName></FullName> <Organization></Organization> </UserData> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>false</WillWipeDisk> </Disk> </DiskConfiguration> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DriverPaths> <PathAndCredentials wcm:action="add" wcm:keyValue="1"> <Path>D:\Unattend\Drivers\Sound</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="2"> <Path>D:\Unattend\Drivers\LAN</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="3"> <Path>D:\Unattend\Drivers\Video</Path> </PathAndCredentials> </DriverPaths> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SearchScopes> <Scope wcm:action="add"> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>Google</ScopeKey> <ScopeUrl>http://www.google.ca</ScopeUrl> </Scope> </SearchScopes> <IEWelcomeMsg>false</IEWelcomeMsg> <Home_Page>about:blank</Home_Page> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" 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>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>D1-PC</ComputerName> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" 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>D:\Unattend\Scripts\userback.cmd</Path> </RunSynchronousCommand> </RunSynchronous> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" 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-TerminalServices-LocalSessionManager" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fDenyTSConnections>false</fDenyTSConnections> </component> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" 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="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" 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>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value></Value> <PlainText></PlainText> </Password> <Enabled>true</Enabled> <LogonCount>999</LogonCount> <Username></Username> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>D:\Unattend\Scripts\userrest.cmd</CommandLine> <Description>User Restore</Description> <Order>1</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>D:\Unattend\Scripts\install.cmd</CommandLine> <Order>2</Order> </SynchronousCommand> </FirstLogonCommands> <FolderLocations> <ProfilesDirectory>D:\Users</ProfilesDirectory> </FolderLocations> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value></Value> <PlainText></PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <DisplayName></DisplayName> <Group>Administrators</Group> <Name></Name> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOrganization></RegisteredOrganization> <RegisteredOwner></RegisteredOwner> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <TimeZone>Mountain Standard Time</TimeZone> </component> <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Gadget1>%PROGRAMFILES%\windows sidebar\gadgets\Weather.gadget,true</Gadget1> <Gadget2>D:\Unattend\Gadgets\MultiMeterD.Gadget,true</Gadget2> <Gadget5>%PROGRAMFILES%\windows sidebar\gadgets\Currency.Gadget,true</Gadget5> <Gadget3>D:\Unattend\Gadgets\Calvin.gadget,true</Gadget3> <Gadget4>D:\Unattend\Gadgets\calculator.gadget,true</Gadget4> </component> </settings> <cpi:offlineImage cpi:source="wim://d/unattend/vista/sources/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  6. Hi all, I am really stumped on this one. I have a working 3 com 3c2000-t NIC that I installed into a Compaq Evo D500 system, but I cannot get the card to work. Here is the details. System Specs: -P4 1.7GHz -768MB Ram -250GB 7200rpm HDD -NVIDIA Vanta 16-MB 4X AGP video card -Adaptec 29320 ultra 320 SCSI card with 2 75gb drives -USB 2.0 card -Running Windows Vista Business -Installed card, no link lights, so I reset the BIOS settings to defaults - No change -Installed card in another system(Also running Vista Business), link lights lit up - works good -Flashed the Bios to the newest version - No change. -The on board NIC works good. -Moved the card on the mobo -Updated the drivers within windows - No change. -If I set the system to boot from the network, the MOBO initializes the card and I get link lights as long as its looking for a DHCP server. then turns off -I can see the card in the bios as a boot option (specifically the 3com card) -Windows sees the card, however says it cannot load the drivers (error code 31) -The card needs a PCI 2.2 Slot, but according to this Link the mobo does have PCI 2.2 Please Help, I am out of ideas and google was no help. Thanks in advance.
  7. I upgraded my video card drivers and it made me reactivate... which of course I couldnt do over the internet or the automated phone option... I actually had to get an agent to help me... he said this is normal, because its a major upgrade... yeah whatever.
  8. I recently installed 4GB of memory into my system, and in the bios, it recognizes that there is 4096MB installed, however it says that only 3328MB is usable. System Specs are: AMD Athlon x2 64 4600 Asus M32R-MVP 2 Seagate 150GB SATA drives in Raid 0 4GB Kingston pc 4200 in dual channel ATI x1600 SB Live Pioneer DVR-111D Enermax 420 watt Power Supply Not that it matters, but I am running Windows Vista Business edition. I have attached a screen shot from the BIOS. Any Ideas why there is a 700MB gap? *edit - I have the current Bios update and the motherboard supports up to 8GB
  9. I must say... this is the best thing tool i have run into... I can cut all the garbage out of the package that the manufacturers give me and end up with just the drivers... I have not come across any driver that this does not work with.
  10. any updates on this? I am still searching for the solution, but have come up empty handed...
  11. HI there, I have experienced this. It was caused due to a bad NIC driver supplied with Vista. I installed a driver from Asus and all is ok now... I am using an onboard NIC on a Asus M2R32-MVP if that helps
  12. If you want to automatically add and rename a network drive do the following: Open Up notepad, then copy and paste the following: Set objFSO = CreateObject("Scripting.FileSystemObject") If objFSO.DriveExists("T:\") Then set renameShell = createObject("shell.application") mappedDrive = "T:\" renameShell.nameSpace(mappedDrive).self.name = "DriveName" End If Make chages to reflect your drive letter and drive name Save it as Rename.vbs What this script does is checks to see if the T drive exists. If it does it renames it to DriveName. If it doesn't exist then it does nothing. Open Up notepad again, then copy and paste the following: net use T: \\Tango\D /user:USERNAME PASSWORD C:\(Path)\Rename.vbs Again make changes to Drive letter, Computer name, computer share, username and password, and path to where you placed Rename.vbs Save it as Network.cmd This will Create a T drive from computer Tango sharing a drive (or folder) called D. Username and password are for users that have access to that share. Then it runs the vbs script that we created above to rename the Drive.
×
×
  • Create New...