Jump to content

Thinkster

Member
  • Posts

    141
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Thinkster

Thinkster's Achievements

0

Reputation

  1. I have setup 'A' records in Forward DNS such that users trying to visit Social Networking websites will be redirected to CNN.com This works globally for all users, but is there a way to apply this DNS to a specific OU in Active Directory so that Admins may still access these types of websites without being redirected?
  2. OK, I think I figured it out unless someone knows a better way. The only thing I'm concerned about is the use of CMDOW because the Antivirus programs usually kill this file and then the script won't run correctly. But here's the rough: cmdow @ /HID @ECHO OFF ping -n 2 localhost> NUL REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v iTunesImportSongsOnArrival if "%errorlevel%" GTR "0" (goto fail) ELSE goto pass1 :fail echo Key not found exit :pass1 echo 1st Key is present ping -n 2 localhost> NUL REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v iTunesPlaySongsOnArrival if "%errorlevel%" GTR "0" (goto fail) ELSE goto pass2 :pass2 echo 2nd Key is present ping -n 2 localhost> NUL REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v iTunesShowSongsOnArrival if "%errorlevel%" GTR "0" (goto fail) ELSE goto pass3 :pass3 echo 3rd Key is present ping -n 2 localhost> NUL REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v iTunesBurnCDOnArrival if "%errorlevel%" GTR "0" (goto fail) ELSE goto pass4 :pass4 ping -n 2 localhost> NUL Echo Machine tests positive for iTunes Echo Now Going to kill the keys! REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\iTunesBurnCDOnArrival" /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\iTunesImportSongsOnArrival" /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\iTunesPlaySongsOnArrival" /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\iTunesShowSongsOnArrival" /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v iTunesShowSongsOnArrival /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v iTunesPlaySongsOnArrival /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v iTunesImportSongsOnArrival /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v iTunesBurnCDOnArrival /f Echo Completed! ping -n 4 localhost> NUL EXIT
  3. Thanks, I worte the script and got it to work with a little tweaking. I had to use the /v ValueName for some of them like below: REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival" /v NeroAutoPlay2RipCD /f Now the other tricky thing, Is there a way to silently run a script on startup that will check for the presence of a particular key or keys and if present, delete them? This is so if the user installs iTunes, certain reg keys will be present and only if those are present, will be deleted. Like this key for example: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\iTunesImportSongsOnArrival
  4. OK, so what I want to do is prevent people from having the choice to RIP a CD when Autoplay pops up after inserting a CD. The Branch is located at: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival] And the keys I want to get rid of are: MSRipCDAudioOnArrival NeroAutoPlay2RipCD NeroAutoPlay2AudioToNeroDigital And then within the Branch: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers] I want to get rid of the corresponding "subbranches" and the keys within EX: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MSRipCDAudioOnArrival\ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\NeroAutoPlay2RipCD and of course I want to get rid of Any/All iTunes keys as well. Is there a simple way i can accomplish this with command line scripting (batch script)?
  5. If you are using WMP to rip or burn your music, you are probably using one of the worst tools (if you can even call it that). Again Winamp can let you burn a compilation CD as well although it might not be as obvious to do as other programs. If your looking to have complete control over the CD layout with custom crossfades/overlaps, and be able to control the level of each song including efx or eq, then you should definately get Sony CD Architect It's definately worth it!
  6. Just disable hibernation. Hibernation causes more problems then it does good. I disable hibernation on all systems I work on to prevent potential problems.
  7. With the exception of a handfull of desktops that were for a computer lab, I have formatted ALL computers that came pre-installed with Vista and installed XP on them. Unfortunately a lot of customers just run out to a big retailer like Best Buy or something to buy a new PC, which in my opinion is the Worst place to buy a new PC because all the big retailers carry is Junk! So I would pull your HDD, stick it into a desktop PC as a secondary drive, backup your data, Then format it and install Windows XP Pro.
  8. You could show the average consumer a poorly built cell phone that looks cool and has all kinds of bells and whistles and they would be impressed. Flashy, fancy graphics is impressive to most but says nothing about compatibility, stability, administration friendliness, etc. Before Vista even came out, they were showing off built-in features (most of which are available with more stable 3rd party software) at the CES show. I was even, "that's cool". But of course they didn't mention anything about driver issues, resource hogging, that they changed everything, moved everything and renamed things that everyone is used to making it difficult to use from someone coming from a previous version of Windows. I'd say this experiment only proves that the average consumer is still the average consumer impressed by bells & Whistles...
  9. Ended up getting this to work with a work around since NOTHING works properly like it should in Vista. I put three short cuts on the Administrator desktop to three separate batch scripts located in the Windows folder. Then I manually login as Administrator since AutoLogon doesn't work properly in Vista. I then wait for the network icon to become active (which takes about 1 minute), then double click on the shorcut called STEP1. Then I reboot, login again, wait 1 minute, then run STEP2, reboot, then do the same procedure for STEP3. It seems to work ok this way, but I gotta go around to each machine and do this. Kinda sucks when you gotta lot of machines, But what sucks more is that the customer went with Vista in the first place!
  10. Not exactly... Corporate has a choice when your installing whether your installing on a server or a client. Maybe instead of Vliting it out, you can just disable the defender and it will work>?
  11. I have a PC that has not yet joined the domain, so contains only Local Users. I would like to join the domain but have it use the settings contained in the local profile because once I join it creates Users\Username.server which is NOT the same as what's in the Users\username account. So I'm thinking there must be someway to upload my customized Local account to the server so that it may use that as a template for creating the domain account and any future domain accounts?
  12. I've tried all sorts of ways to make this work and it just wont work proper in Vista! I've got a .reg file containing: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "RenamePC"="C:\\Windows\\Activation\\joindom.cmd" That I double click to add to the registry which add fine. When I reboot the computer, it's trying to launch the script before the desktop completely initializes and before the network is "ready". and so the script bombs because it is Network dependent. My script queries the Network Card's MAC, but fails because Vista takes it's sweet a## time to initialize the network card. In fact it seems to take longer for the NIC to initialize if the script is running. If I boot up the computer normally without the RunOnce, the system becomes "Network Ready" much quicker. It seems kind of lame to me that I have to wait for everything to be ready and then manually launch the script, reboot, wait, manually launch script 2, reboot, wait, manually launch script 3. I've even tried having the script launch through Task Scheduler to trigger when someone logs in, but that doesn't even work. It says the task is running, but it's NOT! The more and more I play with Vista, the more and more I hate it!
  13. Do you have anything to substantiate that you claim they (PATA & their cables) are "very unreliable" besides your personal experience? I strictly use PATA drives in all system builds because even though they may be an old interface design, It is also one that is WELL established and WELL supported. Sure the cables may not look pretty, but I'm not going after looks. The only time I've had a problem with a ribbon cable was from one that I took apart the IDC Connector, shortened the cable and re-attached the connector. Other then that, never had a problem with the brand new cables that come with the motherboard and sometimes with the Retail Package IDE Drives. So out of all the systems I've worked on, ribbon cables have never been the reason for messed up PC's! On the other hand, computers with SATA connections have been a big problem and less reliable in my personal experience!
  14. May I ask why you would even want to put IE7 or WMP11?? Putting those two things basically degrades your system. If you wanted to improve your system, you should be installing Firefox and Winamp or VLC Player..
  15. After that product key has been installed, there should be a utility to retrieve your key or allow you to view it (rockxp comes to mind, maybe google it). It shouldn't be something super secret, so I'm not sure why MS just doesn't display it for you. You should be able to take and Vista DVD and do a clean install using the key and start off with Ultimate rather then starting with Home Premium and then "upgrading".
×
×
  • Create New...