Jump to content

xolox

Member
  • Posts

    79
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About xolox

  • Birthday 09/21/1986

Contact Methods

  • Website URL
    http://

xolox's Achievements

0

Reputation

  1. Thanks for your reply jaclaz. I've already (today) been able to install my 'local' windows 2000 on the C: drive. The setup previously was like this: Primary Master: The drive I use for college. Which won't be available if I'm at college of course. Two primary partitions. First partition (20GB NTFS) is for Windows 2000 for college. Second 60GB NTFS for my own files. Primary Slave: Local harddisk. One, big-primary-partition of 80GB. Secondary Master: DVD-drive Secondary Slave: CD-Writer I always wanted both optical drives as Secondary, because copying from optical-drive to harddisk would be faster, or so I believed. Still not 100% sure if that theory is ok, but it don't matter. I generally don't use cd-rom's or DVD's anymore. Mostly my internet cable-connection. So I now use my local harddisk as Primary Master, the DVD-drive as Primary Slave. The swappable drive is Secondary Master, and the CD-writer is Secondary Slave.
  2. Good you got everything sorted out Wasim! Now for my problem I hope someone will still answer my (related) question... I use a bracket with a 80GB disk for college, and as storage for some of my files. But because I have to boot from this drive when at school, it's set as master. So I should change the boot-order for my pc, in order to be able to boot from my own disk, the primary slave. So when I bought it, I just installed the bracket, and all was good. It actually worked without problems! Then I did a clean install of Windows 2000 Pro SP4. With the removable harddrive inserted. And now, the partition Windows resides is the D: drive. No problem. Or so I thought at first glance. Then I found out quite some setups and configurations use hardcoded installation-path's! DoH!!!!!!!!!!!!!!!!!!!!! So I'd like to reinstall Windows @ my C: drive. Is this as simple as removing the disk in the bracket, then installing, and then use the bracket again? Or not? Hope I've been clear in describing the situation...
  3. You're settings are being reset by Windows. So you're probably gonna have to set this setting for each user, instead of the .DEFAULT user
  4. Little something about the registry's RunOnce-key: RunOnce. Windows will make sure for you it won't run again. And don't delete the whole key just because of one entry! Just remove the entry, that's all. I don't know if anything else is in that key when your first boot. And Windows and Windows-apps use the key as well, so don't delete the key, just remove entry's, when you need to. You could also just add the info (if needed) in RunOnce instead of Run, and let Windows remove it for you.
  5. jrzycrim gave me a tip that could help you aswell, check the post: http://www.msfn.org/board/index.php?showto...ndpost&p=159680 Hint: Windows XP allows you to set the write-permissions to every key in the registry.... So if anything get's reset, this could help. Check http://support.microsoft.com/?kbid=245031 to see how you can batch these commands... Good luck! Hope this helped...
  6. Hi! When I have the money for it, I'll just buy a better CPU-cooler, but until that time, would anyone know if it is possible to underclock my CPU on-the-fly? Like some tool that lives in my systray and detects that I only need 500 MHz to play some mp3's and surf the web? The computer I own is second-hand, I bought it about 2 months ago. I tend to work all night, but my girlfriend needs her sleep. And the CPU's cooler makes a s***-load of noise! So any suggestions, except "Get yourself a new cooler!"?! Thanks in advance! ps. This is what Aida32 says about my hardware, don't really know if all of it is needed, but here goes: CPU: CPU Type AMD Athlon-PECM, 1400 MHz (5.25 x 267) CPU Alias Thunderbird CPU Stepping A9 L1 Code Cache 64 KB L1 Data Cache 64 KB L2 Cache 256 KB (On-Die, Full-Speed) Motherboard Name: MSI K7T266 Pro (MS-6380) / MS-6380LE
  7. See http://support.microsoft.com/default.aspx?...kb;EN-US;179365. There's the registry-key Run, and the key RunOnce. Self-explanatory I assume. Just add/remove the runonce when your done... You can delete stuff with a *.reg like this: to remove a key: [-HKEY_LOCAL_MACHINE\KeyToRemove] to remove an entry: [HKEY_LOCAL_MACHINE\KeyToRemove] EntryToRemove=-
  8. I think what RaveRod means is that he first (during setup, e.g. cmdlines.txt) apply's regtweaks and makes user-accounts, then on the first boot into the created user-account (RunOnceEx, e.g. through the setting in winnt.sif/unattend.txt) he installs his apps and apply's the regtweaks once more, and then uses the command "shutdown -r -t 0 -f" to reboot Windows, and after booting again apply's his regtweaks once more, and removes all traces off the unattended setup, so not exactly $OEM$, but "$OEM$\$1\anything"... Edit: (Where the directory "anything" would be copied to the systemdrive's root, for example C:\) For example %systemdrive%\unattend (Which would be my setup, so that I can remove everything related to my unattended setup with one command "RMDIR /S /Q %SystemDrive%\Unattend") I think for the "second reboot", the third and last step, you would have to manually add your batch to the Run or RunOnce key of Windows... Edit: And about installing apps for all users: There's no simple way to do this... Some programs use user-profiles (In C:\Documents and Settings\User\Application Data\), others use registry settings user-specific, instead of system-wide (HKEY_CURRENT_USER\), so they will only set these settings for the current user (And possibly be accessible to that user only). One way of solving this would be to install the applications for all users, but then things would get real complicated. You would have to create all user-accounts during setup, and then use registry-settings to auto-login each of these users one after another, installing the apps. But then you may still run into problems like the need for admin-rights to install applications. The other way of solving this would be to copy all settings, profiles and shortcuts to all users on the system.... For this you would of course need admin-rights. Anyway you do it, you'll first have to find out which applications install system-wide, and which install per-user. Good luck on that one.... Edit 3(!): Just for the possibility that you are talking about for example scripting-tools to use instead of when and where to do stuff: I use KiXtart, and am very pleased with it! Suitable for all your scripting-needs . See my previous post "KiXtart-scripts instead of Batch-files" for info.
  9. / Seems like I was a little bit to enthousiastic about customizing the source-code I'm only 17 years, and have never really programmed. I mean, I use Javascript, Perl and some PHP. And I know how to do quite a lot with those. But it's completely different from programming in C++, let alone working with API's. And I've been trying to master C++ for a while, but I can't really get this thing from the ground... Perl is somewhat related to C++, but it's syntax is way easier, not to forget that it's a scripting-language, not a programming-language. To conclude: I'll first try and find some free C++ classes on the web, master those, and then try again... Thanks for you reactions though MCT! If I am succesful, I'll post the results here! Edit: Could an admin/mod move this topic to the "Programming (C++, Delphi, VB, etc.)" forum? Thanks!
  10. Okay, I found the source-code for PushPin! I'm now installing Borland C++ Builder Professional to see if I can use this source for my own tool. Which would have no systemtray-icon, and have a memory-footprint off about, well, lets say, 5KB?!
  11. Well I just worked through all 180 programs under the category desktop-enhancements from softpedia... Nothing yet.... Edit: Google found me this tool: http://www.geocities.com/SunsetStrip/Alley...ware.html#ontop. Better then anything else up untill now Edit2: I found PushPin: http://moon1000.com/software/download/freeware/index.shtml. Even better. It's actually able to add the option to the context-menu of your window-title! But you first have to focus the window on which you need the option, and then doubleclick the systemtray-icon of pushpin. A bit overkill.... But now I know it's possible . Shouldn't be to hard in C++. Or would it? Nah, I'll just keep looking for now.
  12. Hahaha, nice one... Found a freeware prog, "Transparent Window Manager", but it doesn't add the options to the title bars context-menu. It shows a list of windows, and I can customize them by enabling and/or disabling options with radio-boxes. Exactly what I didn't want But I'll keep on looking!
  13. Well, I didn't really think of it as customizing Windows, but actually, that exactly what I'm talking about . So you're right. And I'll try Softpedia. Thanks for the fast reply! Took you only 2 minutes
  14. Hi all! I'm looking for a simple tool that can give me some extra options for managing my windows, e.g.: Always on top, maybe hide in systray. I've found some tools, but first off all they require money, for something that I find pretty basic... Second, they've got all these fancy "transparency" stuff, and a dozen extra options. Don't need that, just "Always on top" would be good enough . Thanks in advance for any suggestions, XoloX
  15. I've had the problem aswell. Also, when shutting down, I could see "Closing network connections" for 2 minutes sometimes! I've googled for it, and most people that had the same problem seemed to relate it to their network. Windows XP was designed to initiate network-connections on boot, but continue on to loading the desktop before all network connections are actually functioning. Look for it on microsoft.com and you'll probably find some whitepaper about Windows XP's boot-times compared to previous Windows-versions. Still, even though Windows XP is designed NOT to wait after initiating network-connections, it seems that sometimes it does... If you use a router at home, try and set the ip-address of your PC manually, see if anything changes. It sure helped for me . 1) Open a command-prompt: Start / Run / cmd.exe 2) Type ipconfig 3) Use the info to manually set it 4) You can set this info in the Properties-window of your network-adapter If I didn't forget anything, you should be able to set it back to Auto-discover or DHCP or something like that when things don't work. To be on the safe side: Don't blame me if this doesn't work (although I wouldn't know why not) Hope this can solve the problem! XoloX Edit: Now it seems like I ignored gameheads post... I didn't! I just thought I'd explain the process....
×
×
  • Create New...