Jump to content

mraeryceos

Member
  • Posts

    210
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mraeryceos

  1. Is there a way to extract component cab files into a directory structure (as they would sit in the windows directory, but in a separate folder), that would make it easy to just copy-paste the files of a component into the windows directory? It would make it easy to experiment if Windows needs the registry entries for certain files, or if it will work with the files just placed into system32 and so on. For example, I can get by without installing the component "security base". Without the files manually copied from security base into the windows directory, I can't use regedit to merge a reg file. With the files in place, but not installed, I can. Come to think of it, I don't know if "security base" is a win7 component. I am working with Windows Embedded Standard 7: I just use it at home for my own system. It was my choice to use it as an alternative to 7customizer, rt7lite, etc.
  2. Bump
  3. Ok, you can attach *.zip files, but not *.log files. Makes more sense to attach all the logs anyway. logs.zip
  4. On Windows 7, the flash drive was auto-formatted with FBinst. [/] align [/] copy BPB, fat32. The flash drive worked ok. After using it a few times, I went to add another OS and it gave the MBR error message. Trying to upload the log files: Error You aren't permitted to upload this kind of file I reduced it to 93KB, but still no... .
  5. cd\ cacls "system volume information" /t /g everyone:f rd /s /q "system volume information" I then create dummy file "system volume information" and modify the ACE to be: deny full control to nt service\trustedinstaller deny full control to system I set {computer}\administrator as owner Result: "system volume information" folder gets recreated anyway! (upon restarting the system, for example) How is this possible?
  6. Thanks Tripredacus. The Macbook Pro I have, has a 32 bit EFI, believe it or not. http://www.everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-2-duo-2.33-17-specs.html
  7. Does anyone know where to get an EFI program that will manage the boot-loaders-list in nvram? I have a macbookpro2,1, and I've put a new blank hard drive in it, and I don't have os x. I have XP running. Plop boot manager is the only way to boot USB, but it does not have keyboard drivers, so no luck getting a keyboard for using menus on any boot menu. I am out of optical media for the moment. Parted Magic does not have efibootmgr. Also can't use Shell2, which has another command, because the mac's efi is 32 bit. I have heard of nvrboot.efi, but I haven't found it anywhere (supposedly in XP 64 bit and Server 2003, but I couldn't find the file on either). Any other suggestions?
  8. I now have an entry in the context menu to launch xplorer2, which I configured to only have the file panel (no folder tree, etc). Thanks for the help. I don't think there is an MS fix.
  9. Yes, that is true, but I exported the original code from XP registry, and it works there just fine. I am surprised it works without Expand_SZ (EDIT: I looked at the original registry, and it was Expand_SZ. It appears that the program I am using called Mitec Registry Viewer has a flaw, or rather, only exports REGEDIT4 format. Next time I will mount the hive in Regedit!) From what I read, I concluded they were an annoyance as well. Your custom keys didn't work either. Absolutely nothing happens. I am using Windows Embedded Standard 7, but I think it should be the same as Win7. Below are the default registry settings (no modification), in WES7. Please verify if your mod works in Win7! [HKEY_CLASSES_ROOT\Folder\shell] [HKEY_CLASSES_ROOT\Folder\shell\explore] "ProgrammaticAccessOnly"="" "LaunchExplorerFlags"=dword:00000018 "MultiSelectModel"="Document" [HKEY_CLASSES_ROOT\Folder\shell\explore\command] "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}" [HKEY_CLASSES_ROOT\Folder\shell\open] "MultiSelectModel"="Document" [HKEY_CLASSES_ROOT\Folder\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\ 65,00,00,00 "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}" [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess] "LaunchExplorerFlags"=dword:00000003 "MUIVerb"="@shell32.dll,-8518" "ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}" "Extended"="" "MultiSelectModel"="Document" [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command] "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}" [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow] "OnlyInBrowserWindow"="" "LaunchExplorerFlags"=dword:00000001 "MUIVerb"="@shell32.dll,-8517" "MultiSelectModel"="Document" [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command] "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
  10. In Windows XP, I have three options within the context menu of a Windows Explorer folder: <b>Open</b>, Open, and Explore. <b>Open</b> opens in the current window Open opens a new window without the navigation pane (aka folder tree) Explore opens a new window with the navigation pane I think it has to do with this: [HKEY_CLASSES_ROOT\Folder\shell] [HKEY_CLASSES_ROOT\Folder\shell\explore] "BrowserFlags"=dword:00000022 "ExplorerFlags"=dword:00000021 [HKEY_CLASSES_ROOT\Folder\shell\explore\command] @="%SystemRoot%\\Explorer.exe /e,/idlist,%I,%L" [HKEY_CLASSES_ROOT\Folder\shell\open] "BrowserFlags"=dword:00000010 "ExplorerFlags"=dword:00000012 [HKEY_CLASSES_ROOT\Folder\shell\open\command] @="%SystemRoot%\\Explorer.exe /idlist,%I,%L" ---> How do you do this in Windows 7?
  11. I am using Carbonite as a real-time backup program, and was hoping to keep VSS disabled on WinXP. This is a file patcher for Windows XP SP2 (and likely SP3) and Windows 7 SP1, that will partially disable file locks. Unfortunately, even with the hack to disable file locks, Carbonite was still locking files while I was trying to work with them. If it had worked, I wouldn't have minded the occasional corrupted file in the versioning backup (in the rare case where Carbonite was reading as a file was being written to). filenolock.zip
  12. Nice. Not what I was looking for, but nice.
  13. Since there doesn't appear to be a registry setting, like in Win9x (see http://www.pctools.com/guides/registry/detail/218/), I was hoping for a cracked version of windows files that have the file locking disabled. I believe this would be kernel32.dll, that contains routines FileLock and FileLockEx. If these routines do nothing when called, then there would be no file locking.
  14. My goal is to experiment in corruption. Exactly. I will backup system files, and watch for changes.
  15. I changed the question: added "system-wide"
  16. Is there a way to disable file locking, system-wide, for windows xp or 7? http://en.wikipedia.org/wiki/File_locking I am willing to risk the "interceding update problem"
×
×
  • Create New...