Content Type
Profiles
Forums
Events
Everything posted by g-force
-
No, it`s for WinXP - and it works on my XP-SP3. I tried your changes, but it won`t work on my XP.
-
A small AutoIt-Script to enable/disable the "Quick Lauch" in Taskbar (change on every execution, "disabled is XP-Standard, so one run turn to ON): Run("RunDll32.exe shell32.dll,Options_RunDLL 1") Sleep(1000) Send("{S}") Send("{ENTER}") My way to setup my "Quick Lauch" (delete everything, setup new links, SFX, can be changed easily): 701___Quick_Launch.exe
-
GUI Crash on unattended after integrating updates
g-force replied to LisaTech's topic in Unattended Windows 2000/XP/2003
Until that point everything went fine. So what changes did you make? Older and new list of Updates? "svcpack.inf"? -
FF runs into nearly 100% CPU-Usage when opening a chat (webkicks.de) when flashed animations are used. I tried same page with same animations with Opera - nearly NO CPU-Usage accured. It`s a strange behaviour, even a fresh install of FF is like that. My girlfriend`s PC (my older outdated AMD SingleCore) run into freezes by that.
-
I`m not so sure about your Source.
-
If you tell nLite to integrate "whole Folder" @ "Driver Integration", nlite looks up for INF-Files. If nLite get one, it`ll integrate the whole folder which is beside this INF. If YOU are smart enogh, you point nLite to the folder that only contains the real Driver-Files (maybe it is namesd like this). Be aware of x86 and x64, older and newer OS when you choose the folder.
-
Hi John, and a warm "Welcome Back again"! I don`t use WPI, I install SFX by a Program called "ComfortInstaller", Thread @ GermanWinlite: http://german-winlite.de/wbb/index.php?pag...amp;boardID=110 But my ISO is growing at about 3 GB, I`m runnung nLite with usual tasks, ending without creating ISO. I copy my prepared "OEM-Folder" into that "XPCD-Folder", start nLite again just to create ISO. This behaviour works for unless 4 years of nLiting - never ran into mismatch about 2-3 GB of ISO.
-
Quoted your own post??? Strange as your Thread-Title - but even okay. So, what`s the problem - I can`t see it? Took a look on your Screener - but where is that "nLide, nLite, or what"?
-
No, it isn`t. >>> http://www.nliteos.com/
-
This link might be more useful: http://en.wikipedia.org/wiki/Nlite
-
Updates to default user NTUSER.DAT file not sticking
g-force replied to rchiav's topic in Unattended Windows 2000/XP/2003
This is the way I do (Post #9): http://www.msfn.org/board/hkey-current-use...p;view=findpost -
Let Fernando take over... Look this thread: http://www.msfn.org/board/3-t107504.html
-
You need "Manual Setup and Upgrade".
-
Try to change these settings: [Unattended] UnattendMode = 5 ComputerType = Standard PC <<<< change to "Automatic" and don`t work on the Desktop, use folders (maybe on other partitions): [Drivers] C:\Documents and Settings\00653922\Desktop\nlite\AWLCH3028_051208\AWLCH3028_051208\RTL8185\WinXP2K\net8185.inf,0 [Hotfixes] C:\Documents and Settings\00653922\Desktop\nlite\XPSP3_QFE_UpdatePack_1.0.6_20090714.7z
-
Sad to see... So the projekt is dead, but not gone.
-
As I mentioned, I got no XP_x64, so I don`t want to update this Addon, because I can`t test it - I hope you don`t mind. But if you unpack the Addon, you`ll see how to do it, just replace the files and update filenames in "entries.ini".
-
The Keyword for an unattended Office-Installation is: Admin Installation Look in this forum: http://www.msfn.org/board/microsoft-office...-2007-f116.html
-
Google for: DoubleDriver, DriverMax, DriverGenius
-
missing tweak.reg, what do I do?
g-force replied to powerplayground's topic in Unattended Windows 2000/XP/2003
So let us know if our solution made effort to you. -
He looked for "Google Phrase", and "Subnetting" would have led him to tutorials like this: http://en.wikipedia.org/wiki/Subnetting If I missed the point or got it wrong, I`m sorry.
-
missing tweak.reg, what do I do?
g-force replied to powerplayground's topic in Unattended Windows 2000/XP/2003
This was your question in Post #1: So I explained with lots of words - and you tell me, you know how to do it... Now you`re asking: Your "Windows Installer" has nothing to do with that Regtweaks. I told you that Regedit is the thing. And how to execute them by commandline. i would prefer the "cmdlines-method: http://unattended.msfn.org/unattended.xp/view/web/14/ -
missing tweak.reg, what do I do?
g-force replied to powerplayground's topic in Unattended Windows 2000/XP/2003
First go into "regedit" and take just one folder, rightclick, export to whereever you want. Now open this xxxx.reg with notepad and have a look. This xxx.reg contains all the settings in the folder you choose in regedit. By executing the file, the code is (re)written into registry. So the trick is to collect regtweaks and insert them in the system-settings. An example: Windows has no "Copy to" and "Move to" in the contextmenu. If you copy the following code into a simple textfile and name it "Tweak.reg", you will extend your contextmenu. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy to] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move to] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}" These Regtweaks can also be installed by commandline to be silently executed: regedit /s tweak.reg -
Subnetting