Jump to content

GIL

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Dominican Republic

Everything posted by GIL

  1. The Windows 8 theme with some minor changes. Different subtle shadows around the windows. A little of glow on the window caption. Changed the "waiting" animation to the one in Windows 8.
  2. Well, yeah. You could use Mesh to backup and sync your Roaming folder. But then, why bother having a "Programs Settings" section? IE Favorites is a folder, so the only real settings being synced are for Office. I wonder if they will give any program the ability to be listed there.
  3. Will Mesh sync the settings of non-microsoft programs? Better yet, do you think or know if Mesh will move towards the users being able to format their PC, reinstall everything, connect to the cloud and get ALL their settings back?
  4. Why not use Unicode's "Private use characters" to display reserved characters in file paths. Regular fonts would be used, but Windows could replace certain Unicode characters without glyphs and display them with the glyphs of reversed characters, like the question mark (?). Otherwise, will Windows ever change it's file system to allow these characters? Seems kind of an outdated limitation. I know why it exists in the first place but won't there EVER be quotes or question marks under Windows? It's there a better solution, present or future?
  5. Folders in a library that are not originally from "C:\Users\[username]" show their drive letter. Is there any way to remove them?
  6. Locations inside a library are shown with the drive letter at the end, like My Folder (D:) Standard folders like My Music are shown without it Is there any way to remove these drive letters?
  7. 7048 is just another leaked built as of right now, Officially, every built after the beta is RC because that's their next milestone, as in RC v0.x So, obviously I meant the official public release of RC1 No, I don't use the 7000. Seems you're in the mood to gossip. Thought I was in forum that gave informed answers.
  8. When the release candidate comes out, or RTM, will it be save to install it over the Beta? Of course I know there could be problems, but would you say it's safe? And effective for keeping all the configurations?
  9. How do I change environment variables like %PROGRAMFILES% values before or during install of Windows Vista (x64)? Can I run .CMD during Vista Intall?
  10. I was just about to open Firefox via ObjectDock when I suddenly remember what a drag it would be to reinstall windows and configure everything the way I like. Then, I remembered a quote from Mister Billy the Gate, (I'll paraphrase just to not to open another tab for Wikipedia, thought I love it) He mentioned that Windows 7 will be User Centric, he then elaborated, that users could logon on any computer and via Live services they could have explorer, or notepad I guess, configured just how they like it. When I first read it, I thought it was nice, but a personalized configuration was much more than that. Now I think, why the hell not? Why couldn't a Live service let programs save their name and upgrade link, for future reinstall, and a configuration file that could expand across versions and be saved in those huge hard disks in the sky and every time you go to a friends PC and logon with your Live ID, if he has that program installed, it would assume your configuration with all kind of contentions planned for it. That way not only Internet Explorer will save your favorite links, also Firefox would use that ability via Live. To me it's clear that they could implement all this. Would they? Do you think this will be the approach? When I first wanted to post this, I just didn't want the idea to go to waste, of course I know a lot more than that has got to have crossed their mind. I think, I hope they really learned with Vista, which when it works like is supposed to I like a whole lot more than XP. If Windows 7 delivers, I think everybody will put the same face the make when the pizza gets delivered. Will the pizza still be hot?
  11. GIL

    Hide Partition

    I have two partitions, each with a windows xp installation, but I need to hide one partition from another. How?
  12. Where is located the ballon tooltip icons? so I can reshack it.
  13. This is really something. I wrote a script for mIRC (I made someone laugh) it can extract the BMPs and replace them with new ones. this is really weird the BMPs are repeated in deferent parts of the file. I edited the extracted bitmaps with mspaint for simplicity got same sized files but opted to insert only the image data because in the four times repeated file theres seem to be an odd one, the bytes that indicate the size of the file IF they where compressed, which there not, was not set to 0, but this is supposed to not matter if theres no compression, even so I just edited the image data. I edited the bytes with the edited BMP, but it had the same image, so I could test if the process of edited the file was damaging it. Did not, it worked. But if I insert a different image, it does load, I edited the four images, and every one individually with the same result. Its not a built in pallete because I used an included color. Is there any kind of protection that work like this? Could it be adding the value of each byte and comparing it with a preset value? I KNOW the process of editing it could be called flawless, so what kind a protection does it have? Theres gotta be some kind of precedent, or let's make this one.
  14. I replaced bytes not added, and I did after the whole header, where it clearly had the image data. So, did you changed a BMP suscessfully? If so, what software or method did you use?
  15. Fairly enough. It had the BM header, I search for a chain of pixels of speficic colors that appeared in the image side by side, they were there, BGR BGR ..., I've done that kind of thing with other EXEs, but I tell ya, it's got some kind fa trick, maybe it counter checks itself? against... something?
  16. No use man. No Hexeditor detects theses bitmaps. Internally they're not otdinary resources but they ARE there, and seem to be valid. I edited just a pixed and it opens the debuger. Like some kind of header was lost when saving it or something. if someone would just download the SYNCTOY and try to edit the bitmaps. No just anybody can accept the challenge.
  17. Well, let me be more especific. I want to edit synctoy.exe, The Syncronization Powertoy. I would like to edit it's BMPs, but, it cannot be done with resource hacker or others like that, because it's compiled in VS.NET for what I gather. I downloaded a program; 'Reflector', that lets me SEE the resources, so I know images like SyncToyUI.Leftgraphic.bmp are there, but haven't been able to edit them. How can I take that exe, edit the bitmaps, and have it working. Even if I have to recompile in the process, but how?... very detailed please.
  18. I do not know VS.NET programming but but would like to know what application I need in order to edit an .EXE 's bitmap resources, I've downloaded decompilers that show them to me but do not edit them.
  19. Does anyone know where are located the resources for the icons that comdlg32.dll uses for the browse dialog? I haven't located them yet but want to change "Go To Last Folder VIsited" button, the "Up One level" button and so on.
  20. Does anyone know is the NTLDR file for in C:\ (%systemdrive%) is generic? In other words can I use the same NTLDR file for any other computer with a NTFS file system so that I could even put it in a unattended install?
  21. Why does the windows installation shows "Setting up personalized settings for:" Internet Explorer and others for every new user? I installed IE7 in a nlited Windows XP and that shows up where RunOnceEx is supposed to be. Got the the RunOnceEx back with some custom installation of IE7 (had the old iernonce.dll) I downloaded somewhere but can't make it reboot after my installations because it would interrupt the "Setting up personalized settings for" part. So! can I remove this part and have nlite install the selected theme as a default without having to change it on every user' first logon? Is this IE7 fault? It's a shame nLite got so messy (mainly because there's so much new going on) in it's "lasts" days, hope vLite be better.
  22. CptMurphy I had that removed I don't see Control Panel in the My Computer Folder, but in the Folders bar in Windows Explorer I can see it. Under Desktop\My Computer, and Start Menu\My Computer, becouse I use that expanded. Thanks anyway
  23. How can I remove Control Panel from the Tree View under My Computer I don't want to see it under the drives
  24. What command can I use to execute Windows Explorer with the search pane on? Why? oh... ok . I like Windows Desktop Search 3.0 but seems everbody is p***ed about it removing it's former option for toggling the search companion as the default, but I read somewhere they'll revisit the option. I'll use it any way Found out that the registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Desktop Search\DS] "ShowStartSearchBand"=dword:00000000 set that way would restore the search companion so I created a couple of SFX that so this so I can put them on the start menu, it's just that I'd like them to open the search too. So. Who knows what command opens explorer with the search pane? Or, what uses WDS when you click ..."use search companion"? Thanks GIL PS. Added the SFXs Toggle_Windows_Desktop_Search.rar
  25. Hi, I used Fix_IE1_R1.exe in my current IE7 integrated system and RunOnceEx worked but, after extracting the IE7 intallation file (which nLite integrates) and replacing the file IERNONCE.DLL myself I can't recab it again. How do I recompress IE7 again? or What commands to what files does nLite uses to integrated? or What am I doing wrong? GIL
×
×
  • Create New...