Jump to content

r3incarnat0r

Member
  • Posts

    150
  • Joined

  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by r3incarnat0r

  1. Yeah, I also would like to know which tweaks exactly are still malfunctional, especially those visual. I know that some complains of tweaks have been already posted several times, but it's work beyond me to search for them in a large number of topics... Now c'mon people, let post your findings again here to make it all clear. Now or never!
  2. lol, it was obviously related to acenterprises...
  3. Here are my current UserPreferencesMask findings (but I don't say the list is complete B) ): Unofficial UserPreferencesMask reference. If anyone find out more info, please share. ________________________________________ Edit: Just a note - I believe the list is presently almost complete, maybe there could be new bits used in the Windows Vista, but I haven't tested it yet... Edit2: I removed the codebox and the old txt file, to download new one, just check out the post below.
  4. Policy tweak Remove Pinned Apps List from Start Panel? Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuPinnedList"=-
  5. Who cares about "obvious places"? B) There's your tweak in the INF format: [Version] Signature="$Windows NT$" [DefaultInstall] BitReg=Tweak [Tweak] HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState","Settings",0,0x20,4
  6. Redirects text output to the c:\dir.txt file.
  7. Thanks for a tip, I revised it slightly: Weird bit - you mean "hex:70,01,00,20", don't you? "CallForAttributes" can be set to "dword:00000000" to enable Rename and Delete items on the context menu. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] ; 2000/XP/2003: "Attributes"=hex:70,01,00,20 ; XP/2003 only: "CallForAttributes"=dword:00000000 Btw, sorry vci...
  8. Imho the best and the easiest way how to integrate a tweak for disabling IE7 ClearType without need to create any files, is currently to add this command to Unattended > RunOnce page: REG.EXE ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /v UseClearType /t REG_DWORD /d 0 /f
  9. @hanief: until ie7 is not final there will be no tweaks for it..... ...meanwhile you can try to apply this REG file via Unattended > RunOnce section: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "UseClearType"=dword:00000000 @Tomik: There already has been discussion about it: http://www.msfn.org/board/index.php?showtopic=80689 <czech> (...a nedopadla zrovna moc šťastně... ) </czech>
  10. Well, I don't blame you, just try to google for "BackupIntervallThreshold". Never mind. But still, I don't understand where did it come from without spaces and why everywhere is only 100 minutes interval set. Look at this KB article: http://support.microsoft.com/default.aspx?...kb;en-us;905792
  11. @dcyphure Try to apply a REG file with this content... Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_MinMFU"=- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuPinnedList"=- ...then go to Start Menu Properties and select a number of programs.
  12. I can't realize why almost everywhere is this tweak presented at this screwed up form (i mean BackupIntervallThreshold). Someone probably published it and other people copied and pasted it to their own web pages, lol. Sorry if I'm wrong, but look at the Micrsosoft key. Anyway, this is a good tweak and should be added to nLite at this form: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM] ; 2000/XP/2003 "EnableEvents"="0" "Logging"="0" ; 2000 only, WMI repository backup is manual in XP and above "Backup Interval Threshold"="1440" This policy tweak can be used only to lock taskbar and make the "Lock the Taskbar" item grayed. Zero value forces nothing, rather use: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarSizeMove"=dword:00000001 Tweak for Malicious Software Removal Tool, does not seem to be suitable for nLite. Regarding TransportBindName zero-length value, it seems to be my fault, because I told nuhi to "update" the Disable Microsoft-DS tweak with it. In next version only SMBDeviceEnabled will be set.
  13. Certainly, these two tweaks had to set it: Speed > Disable Info Tips on Files and Folders Taskbar > Disable Balloon Tips (..if it wasn't anything else, as Camarade_Tux mentioned)
  14. You probably need to enable Info Tips. Just apply *.REG file with following content: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "FolderContentsInfoTip"=dword:00000001 "ShowInfoTip"=dword:00000001
  15. Hi, to revert this tweak, just apply a *.REG file with the following content: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider] "RestoreConnection"=-
  16. Oh s**t, I have nLited my cloak technology...
  17. Explorer > Use small icons in Explorer bar tweak should be fixed in a next version. If anybody you have a problem with any tweak, pls continue with posting and let know what OS do you use. Thx. What the... nuhi was faster... Edit: I mistook the tweak, but nevertheless this seems to be similar issue...
  18. Hello {_carnificina_}, Czech translation is available! B) nlaom_csy.zip
  19. I didn't say that Windows x64 is not a 64-bit OS. Windows XP x64 is not based on Windows XP 32bit, it's based on Windows Server 2003 SP1 (notice file versions are 5.2.3790.xxxx, not 5.1.2600.xxxx). It's been rebuilt/recompiled as 64bit, yes, but not from XP 32bit. I'm not entirely certain about renaming files from ...32.dll to ...64.dll, but I'm fairly confident that this is for API compatibility reasons. OK, I confess I only guessed... Now I can see.
  20. The most incompatibility issues are caused by programs, which uses their own (32-bit) driver/service. These are usually for example: A/V software, firewalls, burning software, virtual devices, CD ripping software, device drivers of course, etc... There is a list of some native x64 software: http://www.neowin.net/forum/lofiversion/in...hp/t330290.html Regarding a firewall for x64, I also found these: http://download.zonelabs.com/bin/free/beta/index.html http://www.ghostsecurity.com/index.php?page=ghostwall
  21. I still maintain the opinion I have already written: Also I'm sure that more files equals more problems. For example - M$ would have to release more hotfixes , registry would be much bigger (and system much slower) because of libraries which must be "registered", etc...
  22. I'm not sure, but I think that Windows XP Professional x64 is based on Windows XP Professional (32-bit), only recompiled to 64-bit (and with many modifications of course). It is the imho similar reason, why for example kernel32.dll is not renamed to kernel64.dll. 32-bit applications could not work because of its dependency on *32.* files. And if both *32.* and *64.* files would coexist in Windows, installation files probably would not fit onto CD. (Only my opinion.)
  23. I'm 21... but I feel much older in general.
  24. Mozilla Thunderbird RULEZZZ! B)
  25. Hi there! I joined MSFN because half of my Google searches links to these forums... I find useful informations there very often and I hope I will share my experience with other members, too. Btw I am sorry 4 my English...
×
×
  • Create New...