MSFN is made available via donations, subscriptions and advertising revenue. The use of ad-blocking software hurts the site. Please disable ad-blocking software or set an exception for MSFN.
×

Spaceboy
Member-
Content Count
52 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
0 NeutralAbout Spaceboy

-
Integrating KB890830 update
Spaceboy replied to Spaceboy's topic in Unattended Windows 7/Server 2008R2
Doesn't work. Windows update still says KB890830 update needed. -
Windows Malicious Software Removal Tool x64 - February 2010 (KB890830) Since this update comes as an exe file, how can I integrate it into my win7 image since 7customiser/Win Integrator only allow integation of msu files?
-
Error: 0xc1420115 The user attempted to mount to a directory that does not exist. This is not supported. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log ==Applying tweaks== ERROR: The system was unable to find the specified registry key or value ERROR: The system was unable to find the specified registry key or value ERROR: The system was unable to find the specified registry key or value ERROR: Error accessing the registry. ERROR: The parameter is incorrect. ERROR: The parameter is incorrect. ERROR: The parameter is incorrect. ==Finished Applying tweaks== DISM Log: 2010-01-2
-
During installation I'm prompted with the following screen: Any ideas how to stop this message appearing? I haven't removed any components as yet. Here's my last session ini file: [Main] Env = 1.4.1 - 2.0.50727.42.Microsoft Windows NT 5.2.3790 Service Pack 2 Target = Windows XP Professional x64 Edition SP2 - 5.2.3790.3959 - English (United States) [Tasks] Service Pack Integration Unattended Setup Options [Components] ;# Compatibility # [KeepFiles] msconfig.exe [RemoveFiles] clock.avi yahoo.bmp swtchbrd.bmp [Options] ProfilesDir = "%SystemDrive%\Documents and Settings" TargetPath = "WIN
-
Vista unattended Guide
Spaceboy replied to FireGeier's topic in Unattended Windows Vista/Server 2008
<InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> Remove <InstallToAvailablePartition> Change <WillShowUI> to Always Thanks. No change though. Disk configuration screen still doesn't appear. Strangely when I try running it on my physical system rather than vmware the Disk configuration screen does appear. Disk configuration screen shows up in VMware on non unattended iso though, just not if AUTOUNATTEND.XML is present. -
Vista unattended Guide
Spaceboy replied to FireGeier's topic in Unattended Windows Vista/Server 2008
Ok, i've created an iso and tried installing in VMware. The problem is the Disk configuration screen never appears. Installation starts and then reboots in an infinite loop. Here's my AUTOUNATTEND.XML file: <?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="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http -
Vista unattended Guide
Spaceboy replied to FireGeier's topic in Unattended Windows Vista/Server 2008
Thanks. VVersion is now set correctly. Just found what was causing the ImgX problem. In your prepare.cmd you've written the following: ::so the whole line looks like this: :: ::SETX Imgx "%Programfiles%\Windows AIK\Tools\amd64" -m "SETX Imgx" however should read "SETX ImgX". The X in ImgX being a capital Letter. Anyway problem solved now, thanks for the help -
Vista unattended Guide
Spaceboy replied to FireGeier's topic in Unattended Windows Vista/Server 2008
I'm getting the following error when running mount_install_wim.cmd: VVersion= NOT DECLARED! ImgX= NOT DECLARED! 2 environment variables are not setted. So the procedure can't be continued. Check Control Panel \ System \ Avanced \ to find out, if all environment variables were setted correctly. You will find more informations about that inside Vista guide in "Preparation\ Prepare directories". I adjusted the value of ImgX variable BEFORE executing the PrepLab.cmd, as stated in the x64 notes for PrepLab.cmd. Imgx shows up under "system variables", but VVersion is m -
Just finished installing my custom Windows Server 2003. The problem I've got is that most of the Administration Tools such as Event Viewer, Computer Management etc won't run. My Last Session ini file is attached. Any ideas?
-
Thanks. Just what I was looking for.
-
Is there any app or tweak out there that would allow me to copy/paste in a similar vein to in linux, i.e highlighting text would copy it, middle clicking would paste it.
-
windows 2003 server - disabling shutdown tracker
Spaceboy replied to tha_toadman's topic in Unattended Windows 2000/XP/2003
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000 -
Although this is for the Server version of Genie Backup Manager, it should work for the pro version too (although line two needs to be modified to the correct path of Genie Backup Professional). Genie.js: var WshShell = WScript.CreateObject ("WScript.Shell"); WshShell.RUN ("\"%systemdrive%\\Program Files\\Genie-Soft\\GBMServer6.0\\GBMPro.exe\""); WScript.Sleep(5000); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{TAB}"); WScript.Sleep(500); WshShell.SendKeys ("{ENTER}"); WScript.Sleep(3000); WshShell.SendKeys ("%h"); WScript.Sleep(1000); WshShell.SendKeys ("{DOWN 6}");
-
-j1 should do it.
-
Thanks. That fixed it