Everything posted by r3incarnat0r
-
Disabling Group Policy restrictions through the registry
Download the file here. It is too big to attach.
-
Useful Registry Settings
Prevents IE from saving zone information: Already requested here. I wanted to add also IE signature disabling to it, but didn't concur in that with nuhi somehow. Gonna try it again. Allows the use of username@password in the URL: Available in nLite as Re-Enable user:pass URLs in the Security branch. Btw it must be set to 00000000 to work. MaintainServerList & Security Center notifications: Worked up and sent to nuhi, it's up to him now. B)
-
ie core gone
Try also Opera Browser. Anyway, maybe you could "install" IE back via XPLite.
-
nLite 1.2 RC - Return of the warrior II
Nope, it's really Comtrol, according to Comtrol® Corp.
-
Remove "On the Internet..." from Start Menu - Search
Lol, it's in my craplist, too. I just guessed it could be useful.
-
nLite for Vista - Taming the Beast
Yeah, windows are just wood frameworks and do you remember Lindows or Windows Commander? (OK, I know that Windows is a trademark.) Please choose the name which is well pronounceable at least like nLite is.
-
Another problem with RC
Did you also enable Uxtheme patch?
-
Undo Start menu tweak
Well, how about this: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuMFUprogramsList"=- [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuMFUprogramsList"=-
-
Remove "On the Internet..." from Start Menu - Search
You are welcome. Also Search For People can be removed if you want (Outlook Express must be installed): Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WabFind] This tweak will be available in next release, so it's a small leak in point of fact...
-
nLite on Digg.com
OK, dugg... It seems like most people are lazy to register there.
-
Removing "Shared Documents" from "My PC" doesn'
I mean that you should logon as an user with administrator rights first (and you probably did it). Anyway, I tested many nLited installations this weekend and the problem happened once even if setupenv error has not been logged.
-
Undo Start menu tweak
The tweak posted above doesn't work? Try to remove NoStartMenuPinnedList value also from HKLM: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuPinnedList"=-
-
Remove "On the Internet..." from Start Menu - Search
Hi, create and apply this REG file: Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WebSearch] The problem might be related to a bug which is "under investigation" at present. Could you please attach your Last Session.ini?
-
Undo Start menu tweak
lol that's ok, you have posted quite a different tweak...
-
Undo Start menu tweak
Tracking tweak doesn't seem to cause Drag & Drop malfunction. More likely: Windows Registry Editor Version 5.00 ; Revert "Disable Drag and Drop" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_EnableDragDrop"=dword:00000001 "StartMenuChange"=dword:00000001 ; Revert "Remove Pinned Apps List from Start Panel" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuPinnedList"=- No matter how many "programs on Start menu" are set, you can add your own links anyway.
-
Removing "Shared Documents" from "My PC" doesn'
Something just crossed my mind - did you set autologon to Administrator or not?
-
Registry tweaks do not seem to work
Regarding Visual Effects tweaks, some of them are in a matter of fact still incomplete. The problem is concerned mainly with those tweaks that are enabled/disabled by changing UserPreferencesMask bits (but there are other). Just be patient and wait if nuhi makes a mod to gain ability to apply the registry tweaks with necessary methods combination.
-
Recent documents are gone
WMP? Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "DisableMRU"=dword:00000000
-
A few questions about what nLite does
Windows rewrites some registry settings after installation, so it must be "fixed" using RunOnce. If no BitReg tweak is used, section is simply not created. "BitReg = B" is harmless. Yup! Classic Control Panel will be fixed in next release. Links creation tweaks will be checked.
-
Removing "Shared Documents" from "My PC" doesn'
That's weird. To be honest, I expected you to encounter this error: Error: Setup could not register the OLE Control C:\WINDOWS\system32\userenv.dll because of the following error: DllInstall returned error 2147746132 (80040154). In my case, if the tweaks were not applied, this error was always logged. I tried your ini, but everything was installed/applied OK. Can you please check also other tweaks if they're enabled as you selected in nLite? Regarding the nlite.inf command, it depends if it was applied during installation or not. I recommended it because the nlite.inf beside tweaks should also perform the registry cleanup prrocedure (because of removed components). If your only problem is Shared Docs tweak and other registry mods are done already, you won't need to execute it. As I said above, try to find out if other stuff is applied. If you need more help, just attach your nlite.inf.
-
Slipstreaming creates undeletable folders
Well, maybe it's a stupid idea, but how about to try scandisk/chkdsk? I remember I had a similar problem in DOS many years before.
-
Removing "Shared Documents" from "My PC" doesn'
The tweak in itself is OK of course. The point is that due to some error the [nLite] section contained in nlite.inf is not executed during installation.
-
Removing "Shared Documents" from "My PC" doesn'
to all who encountered this problem: Malfunctional Remove Shared Documents tweak has been already reported several times. The problem is not related only to Shared Docs removal, this tweak is just the most noticeable one. Please do this three steps: Open setuperr.log file in the Windows directory and let know if there is an error logged (such as userenv.dll register error). Attach your Last Session.ini. It would be great to finally found out which combination of options causes the problem. I wasted much time, but still can't get the hang of it. Go to Start > Run dialog and execute this command... rundll32.exe advpack.dll,LaunchINFSection %windir%\inf\nLite.inf,nLite ...then reboot your computer and it should be "fixed".
-
Recent documents are gone
If you're right, then it could be... Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ComDlg32] "NoFileMru"=-
-
How can I add/change registry key?
For example you can use REG commands. Go to Unattended > RunOnce page and add them here. REG usage: Windows Server TechCenter Windows XP Professional Product Documentation (or just type REG /? )