Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Sysprep | Topic profile

Topic profile page for Sysprep. This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Sysprep.
Topic "Sysprep" was discussed 3,094 times on 249 sites in last 3 months
Search discussions, forums, images, videos, about "Sysprep" on BoardReader!
 

BoardReader Trendy!

Topic 1:

Topic 2:

Topic 3:

Domain Profile
Domain:

Posting activity graph on sysprep:

Posts by:  day  week  month 

 

Related topics:


sysprep was discussed on the following sites:

Microsoft TechNet Forums Microsoft TechNet Forums - 1,097 Microsoft TechNet Forums - site profile
Security | Symantec Connect Security | Symantec Connect - 344 Security | Symantec Connect - site profile
TechArena Community - Technology and Computer Hardware Support Forums of India TechArena Community - Technology and Computer... - 72 TechArena Community - Technology and Computer Hardware Support Forums of India - site profile
HWSW Informatikai Kerekasztal HWSW Informatikai Kerekasztal - 69 HWSW Informatikai Kerekasztal  - site profile
Mark Minasis Reader Forum Mark Minasis Reader Forum - 69 Mark Minasis Reader Forum - site profile

 

Related threads on sysprep:

Windows Embedded POSReady POSReady and SYSPREP  Microsoft TechNet Forums - site profile Windows Embedded POSReady - forum profile  Go to this thread  POSReady and SYSPREP
Runing sysprep with the nosidgen flag  Amazon Web Services Developer Connection - site profile Amazon Elastic Compute Cloud (Beta) - forum profile  Go to this thread  Runing sysprep with the nosidgen flag
microsoft.public.deployment.desktop Some Windows7 Sysprep Issues in...  Discussions in microsoft.public.deployment.desktop - site profile microsoft.public.deployment.desktop - forum profile  Go to this thread  Some Windows7 Sysprep Issues in microsoft.public.deployment.desktop
microsoft.public.windowsxp.embedded Windows Embedded Sysprep Issue in...  Discussions in microsoft.public.windowsxp.embedded - site profile microsoft.public.windowsxp.embedded - forum profile  Go to this thread  Windows Embedded Sysprep Issue in microsoft.public.windowsxp.embedded
Ghost Solution Suite Need Assistance Running Sysprep w/ Vista  Security | Symantec Connect - site profile Ghost Solution Suite - forum profile  Go to this thread  Need Assistance Running Sysprep w/ Vista

Latest threads on sysprep:

Windows 7 Installation, Setup, and Deployment
Started 3 days, 5 hours ago (2009-11-25 21:03:00)  by JJJt
What do you do when your clone machine wont let you sysprep an installation since it continuously fails - reporting a fatal error?
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Windows 7 Installation, Setup, and Deployment  Windows 7 Installation, Setup, and Deployment - forum profile
Thread:  Show this thread (8 posts) More from sysprep fatal error issue  Thread Thread info: sysprep fatal error issue Size: 157 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "sysprep fatal error issue :: Windows 7 Installation, Setup, and Deployment :: Microsoft TechNet Forums"
SQL Server
Started 3 days, 16 hours ago (2009-11-25 10:24:00)  by Zoran
Hi All, after sysprep of an SQL 2005 the SQL Server Agent won't start as any other account but Local System. I did change the server's name to mach the windows server name: check servername    select @@servername,serverproperty('machinename') if both values are different then you need to    exec sp_dropserver 'oldservername'    exec sp_addserver 'newservername','local' After that I did a ...
Source: SQL Server Forum More from this site SQL Server Forum - site profile 
Forum:  SQL Server  SQL Server - forum profile
Thread:  Show this thread (4 posts) More from SQL Agent won't start after sysprep  Thread Thread info: SQL Agent won't start after sysprep Size: 893 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "SQL Agent won't start after sysprep :: SQL Server :: SQL Server Forum"
Setup Deployment
Started 3 days, 17 hours ago (2009-11-25 09:04:00)  by Serge Calderara
Dear all, I have prepared a reference PC with necessary drivers. Those drivers are :   - graphic cards  - Intel chipset  - OEM raid controllers Then I have define different user profiles and password for my users that I want to have on such reference PC Then I sysprep my system and restart it to see how change are kept. What I have noticed is that my graphic cards and Intel chipset drivers...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Setup Deployment  Setup Deployment - forum profile
Thread:  Show this thread (5 posts) More from Simple quetsion on SYSPREP troubles  Thread Thread info: Simple quetsion on SYSPREP troubles Size: 1,054 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Simple quetsion on SYSPREP troubles :: Setup Deployment :: Microsoft TechNet Forums"
Windows 7 Installation, Setup, and Deployment
Started 3 days, 21 hours ago (2009-11-25 05:34:00)  by J Rivera
0 Hi Im about to create an image for Windows 7  but after I ran the Sysprep it prompt for a critical failure. Please Advice. Regards, Joel
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Windows 7 Installation, Setup, and Deployment  Windows 7 Installation, Setup, and Deployment - forum profile
Thread:  Show this thread (2 posts) More from Sysprep Critical Error  Thread Thread info: Sysprep Critical Error Size: 513 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sysprep Critical Error :: Windows 7 Installation, Setup, and Deployment :: Microsoft TechNet Forums"
Windows Vista Deployment and Imaging
Started 3 days, 22 hours ago (2009-11-25 04:05:00)  by Nizamuddin C
 please any one help me i am struggling last 3 day  with sysprep command, I want to sysprep the windows7 system which is genuine professional version and updated with Microsoft patches, i installed all applications and drivers to that system, When i doudle click sysprep icon selected oobe /generalize/reboot Then it give error  a fatal error occured while trying to sysprep the machine ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Windows Vista Deployment and Imaging  Windows Vista Deployment and Imaging - forum profile
Thread:  Show this thread (1 post) More from Sysprep error in windows 7 a fatal error occured while trying to sysprep
the machine  Thread Thread info: Sysprep error in windows 7 a fatal error occured while trying to sysprep
the machine Size: 977 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sysprep error in windows 7 a fatal error occured while trying to sysprep the machine :: Windows Vista Deployment and Imaging :: Microsoft TechNet Forums"
microsoft.public.sqlserver.setup
Started 3 days, 23 hours ago (2009-11-25 03:05:00)  by Zoran
  Hi All, after sysprep of an SQL 2005 the SQL Server Agent won't start as any other account but Local System. I did change the server's name to mach the windows server name: check servername select @@servername,serverproperty('machinename') if both values are different then you need to exec sp_dropserver ...
Windows Vista Deployment and Imaging
Started 4 days, 6 hours ago (2009-11-24 20:37:00)  by N A Malik
Hi My requirement form Vista SYSPREP is the following wheni deploye the Preped Image: 1. Ask for the Windows Key 2. Ask for the Computer Name 3. Generate the NewSID 4. Ask for the licence agrement since it is supposed to ask the windows key So can someone tel lme which modifications i have to do in the WSIM answer file ?
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Windows Vista Deployment and Imaging  Windows Vista Deployment and Imaging - forum profile
Thread:  Show this thread (1 post) More from Answer File SysPrep Vista  Thread Thread info: Answer File SysPrep Vista Size: 390 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Answer File SysPrep Vista :: Windows Vista Deployment and Imaging :: Microsoft TechNet Forums"
Windows Embedded POSReady
Started 4 days, 10 hours ago (2009-11-24 16:02:00)  by Paul M. Williams
Built POSReady 2009 images using typical, minimal and custom settings. Some images I added my drivers and then sysprep using the Reseal button. Other images I went immediately from the first startup after PR9 installation to sysprep. No matter which method, when a machine w/ the sysprep'ed image starts up, the first screen after the "Let's setup your machine..." message, has a file open dialog (...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Windows Embedded POSReady  Windows Embedded POSReady - forum profile
Thread:  Show this thread (3 posts) More from Sysprep image looking for install CD  Thread Thread info: Sysprep image looking for install CD Size: 1,077 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sysprep image looking for install CD :: Windows Embedded POSReady :: Microsoft TechNet Forums"
Configuration Manager Operating System Deployment
Started 4 days, 11 hours ago (2009-11-24 14:58:00)  by Rybal
I have been able to capture and sysprep images from windows 7 and vista fine, but with XP I get this error when using the same capture task sequence that works on other OS's. The task sequence execution engine failed executing the action (Prepare OS) in the group (Capture the Reference Machine) with the error code 87 Action output: t Initializing answer file "C:\sysprep\sysprep.inf" Adding ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Configuration Manager Operating System Deployment  Configuration Manager Operating System Deployment - forum profile
Thread:  Show this thread (6 posts) More from XP Sysprep Issues Capture TS  Thread Thread info: XP Sysprep Issues Capture TS Size: 1,687 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "XP Sysprep Issues Capture TS :: Configuration Manager Operating System Deployment :: Microsoft TechNet Forums"
Windows Server 2008 R2 General
Started 4 days, 20 hours ago (2009-11-24 06:44:00)  by Rafat El-Masri
Dear All,   I install Windows 2008 R2. I try to Sysprep the windows but I couldn't find the Sysprep like before. From where we can get the Sysprep file in Windows 2008 R2?   Thanks
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Windows Server 2008 R2 General  Windows Server 2008 R2 General - forum profile
Thread:  Show this thread (2 posts) More from Windows 2008 R2 Sysprep  Thread Thread info: Windows 2008 R2 Sysprep Size: 1,057 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Windows 2008 R2 Sysprep :: Windows Server 2008 R2 General :: Microsoft TechNet Forums"
 

Hot threads on sysprep:

Windows 7 Forums System repair and recovery
Sysprep error  - 1 new post Read thread in new window
Started 6 days ago (2009-11-23 02:21:00)  by rgldude
Sysprep on Windows 7 machine a fatal error occured while trying to sysprep your the machine. 1 person needs an answer I do too
Source: Microsoft Answers Forums More from this site Microsoft Answers Forums - site profile 
Forum:  Windows 7 Forums System repair and recovery  Windows 7 Forums System repair and recovery - forum profile
Thread:  Show this thread (2 posts) More from Sysprep error  Thread Thread info: Sysprep error Size: 1,496 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sysprep error :: Windows 7 Forums System repair and recovery :: Microsoft Answers Forums"
Windows 7 Genuine Advantage Validation Issues (Windows 7)
Started 5 days, 21 hours ago (2009-11-23 05:39:00)  by J Rivera
Hi Im about to create an image for Windows 7  but after I ran the Sysprep it prompt for a critical failure. Please Advice. Regards, Joel
Source: Microsoft Forums More from this site Microsoft Forums - site profile 
Forum:  Windows 7 Genuine Advantage Validation Issues (Win...  Windows 7 Genuine Advantage Validation Issues (Windows 7) - forum profile
Thread:  Show this thread (2 posts) More from Windows 7 Sysprep Critical Error  Thread Thread info: Windows 7 Sysprep Critical Error Size: 201 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Windows 7 Sysprep Critical Error :: Windows 7 Genuine Advantage Validation Issues (Win... :: Microsoft Forums"
Setup Deployment
Started 1 week, 1 day ago (2009-11-20 16:14:00)  by Franky_H
Hello Colleagues, I am building with SysPrep an Image for Windows Server 2008 R2 (on a HP DL380 G5 server). The R2 is located on drive D: (on drive C: there is a Windows Server 2003 located) and this drive letter assignment should be preserved. Drive C: is the first partition on Disk 0 (primary, active), Drive D: is a logical drive in an extended partition. Unfortunately, the drive letter ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Setup Deployment  Setup Deployment - forum profile
Thread:  Show this thread (3 posts) More from Windows Server 2008 R2 drive letter changes after Sysprep  Thread Thread info: Windows Server 2008 R2 drive letter changes after Sysprep Size: 1,453 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Windows Server 2008 R2 drive letter changes after Sysprep :: Setup Deployment :: Microsoft TechNet Forums"
Configuration Manager Operating System Deployment
Started 1 week, 1 day ago (2009-11-20 10:54:00)  by Microsoft Gal
Hi, If the image to be captured has run sysprep command before, can I still capture the image?
IT Management Planning and Technology
Started 1 week, 1 day ago (2009-11-20 21:16:00)  by Robacarp
Is it possible to sysprep a 2008 Server DC machine without needing to re-dcpromo it when it comes back up?
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  IT Management Planning and Technology  IT Management Planning and Technology - forum profile
Thread:  Show this thread (2 posts) More from Is it possible to sysprep a Domain Controller and still retain
functionality for deployment?  Thread Thread info: Is it possible to sysprep a Domain Controller and still retain
functionality for deployment? Size: 145 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Is it possible to sysprep a Domain Controller and still retain functionality for deployment? :: IT Management Planning and Technology :: Microsoft TechNet Forums"
Virtual Machine Manager – General
Sysprep.inf  - 1 new post Read thread in new window
Started 1 week ago (2009-11-21 17:59:00)  by Geek Seek
Does creation of VM from Telplate using hardware and software profiles requires a sysprep.inf file.  I have created hardware and software profile, but I dont want to use the sysprep.inf file.   I get following error: Virtual Machine Manager is unable to find a value for one or more required Sysprep parameters, such as FullName, ComputerName, or ProductKey. Ensure that all required ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Virtual Machine Manager – General  Virtual Machine Manager – General - forum profile
Thread:  Show this thread (4 posts) More from Sysprep.inf  Thread Thread info: Sysprep.inf Size: 661 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sysprep.inf :: Virtual Machine Manager – General :: Microsoft TechNet Forums"
Windows XP Service Pack 3 (SP3)
Started 6 days, 5 hours ago (2009-11-22 20:46:00)  by kjhgalsfglafjgoiuadfjgkljs
We use sysprep and wds to deploy computers running windows xp at my company.  However, Since images are sometimes built off of images we have alot of window.old directory's.  How can I delete these folders.  I tried booting into safemode, safemode command prompt, and boot into the recovery console.  I've tried rename the folder and then deleting in all three modes.  Any help would be ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Windows XP Service Pack 3 (SP3)  Windows XP Service Pack 3 (SP3) - forum profile
Thread:  Show this thread (1 post) More from sysprep and deleting windows.old.000 in XP  Thread Thread info: sysprep and deleting windows.old.000 in XP Size: 432 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "sysprep and deleting windows.old.000 in XP :: Windows XP Service Pack 3 (SP3) :: Microsoft TechNet Forums"
Microsoft Deployment Toolkit
Started 5 days, 17 hours ago (2009-11-23 09:25:00)  by FranzSchenk
Haven't found answers to the following questions: 1. Is it supported and resonable to make an installation of a custom, syspreped OS image (in our case Windows XP with SP3) with applications, modify this image (e.g. install security updates and other applications), then run the sysprep and capture task seqence again from this modified installation? 2. Have discovered that sysprep runs much ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  Microsoft Deployment Toolkit  Microsoft Deployment Toolkit - forum profile
Thread:  Show this thread (3 posts) More from questions regarding sysprep and capture  Thread Thread info: questions regarding sysprep and capture Size: 986 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "questions regarding sysprep and capture :: Microsoft Deployment Toolkit :: Microsoft TechNet Forums"
Windows Home Server Software
Started 1 day, 11 hours ago (2009-11-27 15:24:00)  by andreasbalzer
Hi, I set up a master computer with W7 Pro 64Bit and installed WHS Connector onto it. Afterwards I sysprepped it with generalize and OOBE and deployed the image using WAIK onto two other computers. All three computers have valid licenses btw. Now the problem is that if I start the connector, all computers are identified as a single device, regardless of the device name. The same issue happens ...
Source: Microsoft Forums More from this site Microsoft Forums - site profile 
Forum:  Windows Home Server Software  Windows Home Server Software - forum profile
Thread:  Show this thread (4 posts) More from WHS causes data loss on Win7 client deployed via sysprep/WAIK  Thread Thread info: WHS causes data loss on Win7 client deployed via sysprep/WAIK Size: 628 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "WHS causes data loss on Win7 client deployed via sysprep/WAIK :: Windows Home Server Software :: Microsoft Forums"
WSUS
WSUS and sysprep  - 1 new post Read thread in new window
Started 1 week, 1 day ago (2009-11-20 13:58:00)  by Dave Cottrell
Is WSUS a supported role when syspreping a Server 2008? It's not listed in the documentation. Thanks Dave
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  WSUS  WSUS - forum profile
Thread:  Show this thread (2 posts) More from WSUS and sysprep  Thread Thread info: WSUS and sysprep Size: 149 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "WSUS and sysprep :: WSUS :: Microsoft TechNet Forums"