
kal
MemberContent Type
Profiles
Forums
Events
Everything posted by kal
-
Found a workaround for the Network location bug
kal replied to ruudboek's topic in Unattended Windows Vista/Server 2008
I'm going to try the tip provided by waik help files. How can I know, after windows installation is completed, that my network configuration is set to Home and not Public ? Kal EDIT: What does it mean Does it mean i have to run this command during specialize pass ? -
Deactivate security center notifications
kal replied to kal's topic in Unattended Windows Vista/Server 2008
OMG, do you want to marry me ? Thanks a lot ! -
Deactivate security center notifications
kal replied to kal's topic in Unattended Windows Vista/Server 2008
I ever saw this topic But, unfortunaly, it doesn't work. It just deactivate notifications when we turn off firewall, updates & antivirus. But, when we deactive Security Center SERVICE, a tray icon says that security center is deactivated. And to turn off these notification, i have to use the key in the first post of this topic... Kal -
Deactivate security center notifications
kal replied to kal's topic in Unattended Windows Vista/Server 2008
I found a GetSid command, but it's just avalaible for Windows XP SP2 Is there an equivalent command for Vista ? Kal -
Hello, When i deactivate security center service (not juste firewall, updates & defender), i get a tray icon which says that security center is not activated. To get ride of this notification, i have to set this key in the registry : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Svc\S-1-5-21-5786891247-41384877-3154710712-1000] "EnableNotifications"=dword:00000000 "EnableNotificationsRef"=dword:00000001 By the way, the "S-1-5-21-5786891247-41384877-3154710712-1000" string changes after every format, so I can't set this key in my regtweaks.reg. Is there another way to apply these keys ? I was wondering if it could be possible to get the user id (S-1-5-21-*-*) with a command line, so it could be possible to add reg value dynamically. Kal
-
Install activeX control on your machine, get legitcheckcontroll.dll from your local system32 directory, place it in your install.wim and add somewhere a register command regsvr32 /S %systemroot%\system32\legitcheckcontrol.dll. Or make a SFX with winrar - works too. Windows Update Files : find Windows-Update-Agent-x86.exe run a install somewhere WPI,install.wim,systemcomplete.cmd http://go.microsoft.com/fwlink/?LinkId=43264 HJW I've found another way to slipstream WU finally I've checked the windows update log file to see which files are downloaded and i've found these : http://download.windowsupdate.com/v7/windo....0.6000.374.cab http://download.windowsupdate.com/v7/windo....0.6000.374.cab http://download.windowsupdate.com/v7/windo....0.6000.374.cab I have slipstreamed these cab according to this guide : http://firegeier.unattended-sponsor.de/en/updates.html And it worked like a charm Now i'm going to integrate WGA like you said, thank you. Kal
-
Hello, Is there a way to integrate latest Windows Update files (7.0.6000.374). I don't know where to find the cab file :/ Same question for WGA, so IE won't ask me to install ActiveX control Cheers, Kal
-
[solved] Can't see all applications at 640x480
kal replied to kal's topic in Windows Post-Install Wizard (WPI)
Ok i've found the option Solved. -
Hello, I've just discovered this wonderfull program and i can just say : thank you ! By the way, i have a problem with my application listing at first boot. Indeed, i've choosen to keep the default resolution because i install my unattended XP CD on many of my computers/laptop. At 640x480, here is a screenshot of WPI : And here is a screenshot at 1280x1024 : So is it possible to get a scroll so we can see all applications at 640x480 ? You know, something like this : Thank you, Kal
-
I solved it by making my own registry setting. Here is the file : thunderbird.cmd: SET KEY=%CLIENTS%\Mail\Mozilla Thunderbird SET CLIENTS=HKEY_LOCAL_MACHINE\SOFTWARE\Clients SET CLASSES=HKEY_LOCAL_MACHINE\SOFTWARE\Classes REG ADD HKEY_CURRENT_USER\Software\Clients\mail /ve /t REG_SZ /D "Mozilla Thunderbird" /f REG ADD HKEY_USERS\.Default\Software\Clients\mail /ve /t REG_SZ /D "Mozilla Thunderbird" /f REG ADD "%KEY%" /ve /t REG_SZ /D "Mozilla Thunderbird" /f REG ADD "%KEY%" /v "DLLPath" /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\mozMapi32.dll" /f REG ADD "%KEY%\DefaultIcon" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE,0" /f REG ADD "%KEY%\shell\open\command" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE -mail" /f REG ADD "%KEY%\shell\properties" /ve /t REG_SZ /D "Thunderbird &Options" /f REG ADD "%KEY%\shell\properties\command" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE -options" /f REG ADD "%KEY%\protocols\mailto" /ve /t REG_SZ /D "URL:MailTo Protocol" /f REG ADD "%KEY%\protocols\mailto" /v "URL Protocol" /t REG_SZ /D "" /f REG ADD "%KEY%\protocols\mailto\DefaultIcon" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE,0" /f REG ADD "%KEY%\protocols\mailto\shell\open\command" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE -compose" /f REG DELETE %CLASSES%\mailto\ /v "EditFlags" /f REG ADD %CLASSES%\.eml /ve /t REG_SZ /D "" /f REG ADD %CLASSES%\.eml\DefaultIcon /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE,0" /f REG ADD %CLASSES%\.eml\shell\open\command /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE \"%%1\"" /f REG ADD %CLASSES%\CLSID\{29F458BE-8866-11D5-A3DD-00B0D0F3BAA7}\LocalServer32 /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE /MAPIStartUp" /f REG ADD %CLASSES%\mailto /ve /t REG_SZ /D "URL:MailTo Protocol" /f REG ADD %CLASSES%\mailto /v "URL Protocol" /t REG_SZ /D "" /f REG ADD %CLASSES%\mailto\DefaultIcon /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE,0" /f REG ADD %CLASSES%\mailto\shell\open\command /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE -compose %%1" /f REG ADD "%CLIENTS%\Mail" /ve /t REG_SZ /D "Mozilla Thunderbird" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird" /v "DLLPath" /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\mozMapi32.dll" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\.eml" /ve /t REG_SZ /D "" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\.eml" /v "Content Type" /t REG_SZ /D "message/rfc822" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\.eml\DefaultIcon" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE,0" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\.eml\shell\open\command" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE \"%%1\"" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\DefaultIcon" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE,0" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\protocols\mailto" /v "URL Protocol" /t REG_SZ /D "" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\protocols\mailto\DefaultIcon" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE,0" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\protocols\mailto\shell\open\command" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE -compose %%1" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\shell\open\command" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE -mail" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\shell\properties" /ve /t REG_SZ /D "" /f REG ADD "%CLIENTS%\Mail\Mozilla Thunderbird\shell\properties\command" /ve /t REG_SZ /D "%SystemDrive%\PROGRA~1\MOZILL~1\THUNDE~1.EXE -options" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla Thunderbird\Desktop" /v "defaultMailHasBeenSet" /t REG_SZ /D "1" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla Thunderbird\Desktop" /v "%CLIENTS%\Mail" /t REG_SZ /D "Mozilla Thunderbird" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla Thunderbird\Desktop" /v "HKEY_CURRENT_USER\Software\Clients\Mail" /t REG_SZ /D "Mozilla Thunderbird" /f To avoid thunderbird asking me if i want to import settings from other mail client at first launch, i create a profile silently durring RunOnceExe like this : REG ADD %KEY%55 /V 2 /D "\"%ProgramFiles%\Mozilla thunderbird\thunderbird.exe\" -CreateProfile sweet" /f "sweet" is just a basename, and the profile directoy will get a name like this : epe9ne7d.sweet Kal
-
Hello there, Im looking for a little script able to cab more than file with one right click. I've searched on the forum and found this (phrenic.zip) : http://msfn.modrica.com/board/index.php?ac...=70&t=80815 But it supports only one file. If i select more than one file, it does nothing. Do you know a simple way to apply makecab.exe to a lot of files ? Even in command line if you know... Thank you
-
Hello, I've searched during two hours now on the net a simple method to get Thunderbird 1.5 (or 2.0 beta2 if you prefer) my default make client. I've found this : SET KEY=HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Mozilla Thunderbird REG ADD HKEY_CURRENT_USER\Software\Clients\mail /ve /t REG_SZ /D "Mozilla Thunderbird" REG ADD HKEY_USERS\.Default\Software\Clients\mail /ve /t REG_SZ /D "Mozilla Thunderbird" REG ADD "%KEY%" /ve /t REG_SZ /D "Mozilla Thunderbird" /f REG ADD "%KEY%" /v "DLLPath" /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird Beta 2\mozMapi32.dll" /f REG ADD "%KEY%\DefaultIcon" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird Beta 2\thunderbird.exe,0" /f REG ADD "%KEY%\shell\open\command" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird Beta 2\thunderbird.exe -mail" /f REG ADD "%KEY%\shell\properties" /ve /t REG_SZ /D "Thunderbird &Options" /f REG ADD "%KEY%\shell\properties\command" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird Beta 2\thunderbird.exe -options" /f REG ADD "%KEY%\protocols\mailto" /ve /t REG_SZ /D "URL:MailTo Protocol" /f REG ADD "%KEY%\protocols\mailto" /v "URL Protocol" /t REG_SZ /D "" /f REG ADD "%KEY%\protocols\mailto\DefaultIcon" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird Beta 2\thunderbird.exe,0" /f REG ADD "%KEY%\protocols\mailto\shell\open\command" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird Beta 2\thunderbird.exe -compose" /f But it doesn't work. Thunderbird still ask me if i want it to be my default mail client on first launch. I've heard about this method too : But it just launch Thunderbird. It doesn't make it my default mail client. Do you know guys a way to do that ? Thank you, Kal
-
It's ok i've just found Windows Updates Downloader
-
Hi everybody, I'm too lazy to download every hotfixes post SP2 (~60) one by one, so i'm wondering if there's a way to get them all in one click (easely). It's for a french Windows XP. Thank you in advance, Kal
-
Okay. By the way, anybody knows where we can find the official windows update upgrade wu.exe ?
-
Hello, It seems that the Windows Update Addon distributed on the nlite addon page doesn't work : http://www.nliteos.com/addons/#63 Indeed, if I launch Windows Update at the first boot, it ask me to install it. I have slipstreamed these addons : Kels_Royale_Addon_4.5.cab nLiteOn_WinUv6.cab Kels_Runtimes_addon_v1.5.CAB XABLE_CALCPLUS-V1.2_ADDON.CAB Kels_WGA_addon_1.5.540.cab Any help ?
-
Hello, I would like to know how can I slipstream a non-english version of WMP10 (French) with all updates. Indeed, this program doesn't work with the french version : http://www.msfn.org/board/index.php?showtopic=45917&hl= Please help
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
kal replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
Really ? Do they work with non-english WindowsXP version ? -
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
kal replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
Hi there, Is it possible to get all securtiy updates since SP2 in an ISO file from microsoft, such muiz has posted an ISO containing KB917422, KB920214, KB920670, KB920683, KB921398, KB921883, KB922616. Thank you, Kal -
Windows Installer message during the unattended install
kal replied to coucou's topic in Application Installs
Could you give us more information ? Which package ? What switches are you using to install it ? Did u test the command line beforce? Kal -
Ok thank you! Let us know when you have uploaded the new package
-
Ok i've found the problem! That's simply because the files CDROM.CFG & CDROM.dll aren't include in Nero Lite (especially, in Nero Core folder). Please hp38guser, could you include them ? By the way, why not keeping all the Nero Core files? They should be should really important, no? Regards, Kal
-
I'm experiencing some trouble with Nero Lite. Indeed, it doesn't detect my DVD Burner ASUS 1608P but Nero InfoTool does! Here is some screenshot : By the way, it works great with original installer from Nero. I'm getting the problem with both FRA/ENG Nero lite Regards, Kal
-
Nice work, thank you hp38guser
-
Hi, Im trying to make the french package. I've extracted all the files from inno isntaller with "innounp017". I've replaced all files i could with files i found in nero french installer. By the way, when i try to compile the new project with Inno Setup Compiler, i got this error message : This is the line : I've tried to replace english by french, but still the same error message Regards, Kal