Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Shrum
  • Content: Threads
  • Order by date
  1. Shrum

    Autorun sorta not working

    I have a comp lab filled with WinXP Home edition PCs. I am finding that when I place CDs with autorun.inf files on them that the drive icon in Explorer reflects the icon value in the autorun.inf but it is not running the open command in the inf. I've checked...
  2. Shrum

    Setting up a file server...'everyone' isn't allowing everyone access

    I'm setting up a file server and setting up various file and printer shares. This is not running as a DC...it's just another computer on the computer lab network that is running Server 2003. Also note that all the workstations are running WinXP Home (yea,.i know). The problem is that when I...
  3. Shrum

    Problems: Linksys WRV54G - stuck on Verifying Network w/ QuickVPN s/w

    This seems to be a common issue with this router (have done numerous search on the net) however I have yet to find a definitive answer that solves the problem (while I have tried many). Even calls to the LinkSys level 2 support proved un-enlightening. I've reset the router (pressed in the...
  4. Shrum

    Need a way to reset a profile between reboots or logons

    I'm setting up PCs that will be in a kiosk-esk style setup. I want to be able to reboot (or logoff/logon) to the PC with a standard account and have the profile be recreated Another way to think of it: a fat-client acting like a thin-client. Is there a way to have a profile reset (or deleted)...
  5. Shrum

    PC adds to AD but client generates "RPC unavailable" error

    I'm joining a new PC to our domain: Win2K Advanced Server with AD. Everything is going fine until during the join I get an error about the RPC server being unavailable. When I go to AD on the server, I see the new computer in AD so the PC added but the client is still in a workgroup state...
  6. Shrum

    Screen res keeps going back to 800x600

    This is just wierd and I'm running out of ideas. I have a user that has a Dell Optiplex PC (we have a large number of these) however on this one PC where he is the only user, the video resolution reverts back to 800x600 when he (or anyone) logs back in even though the res prior to logging out...
  7. Shrum

    convert 20060822121212 to unix timestamp

    Is there a easy way to convert a date in the format of: yyyymmddhhmmss into it's Unix-based timestamp equiv? TIA ============================= Sean Shrum - Shrum Consulting Blog: http://blog.shrum.net Code: http://code.shrum.net Consulting: http://consulting.shrum.net Updates...
  8. Shrum

    Add to Explorer's "all files" context menu

    ? regarding the HKCR registry tree: I'm trying to create an entry into the Windows Explorer contect menu so when *any* file is right-clicked on, my menu item appears. Under HKCR, there is a key for "folders" and one for "drives" but what is the key for addding context menus for all files...
  9. Shrum

    Lookup another users 'recently openned' files

    I'm currently deploying new PC's to a company and find that most people have no idea *where* they get their files from. Case in point: I've had a number of users indicate to me that I *forgot* to migrate their documents/spreadsheets from their old PC's just to find out that the files were not...
  10. Shrum

    Looking for VPN server setup help...

    Here's what I'm working with: + Windows 2003 Server with 2 NICs (add-on card disabled, can be enabled if need be) + DNS & DHCP disabled on server (these services running through LinkSys WRT54G router with Alchemy firmware) Net connections are like this: Server 24 PORT switch...
  11. Shrum

    Where are the reg keys for hibernation and power settings

    I'm trying to write a script to disable hibernation and to change the power settings to disable standby in Win XP. I'm using AutoIt to GUI script the process but have found that this is not 100% reliable as different systems react in different ways. I want to mod the registry directly which...
  12. Shrum

    VPN working but I lose internet access (gateway)

    Ok...I got the VPN to work, I can log in, I can see the server, I can map drives to the server. However, I lose my internet connection on the client. That's wierd. I'm still connected to the VPN over the ineternet but when I launch IE, I get "page not found" to things like google, microsoft...
  13. Shrum

    VPN can authenticate but no comm between networks

    I've setup a Incoming VPN connection on a Win2K3 server (yes, I'm not using the RRAS...read on). While users are able to VPN in and can authenticate, I can't seem to get them to see any of the systems on the network (likewise I can't see the connected systems from within the local network)...
  14. Shrum

    Eek! Workstations can't see DC!

    I'm at my wits end. The Server (DC) is on the network, the IP it has is pingable, but when I try to ping it by name it fails. Additionally, when I try to add new workstations to the domain, I'm getting errors that the DC could not be found. Running DCDIAG indicates the same (name not found...
  15. Shrum

    Need command line method to change screen resolution

    I'm have a hard time trying to automate changing the default Windows screen res from 640x480 to the desired 1024x768. Anyone know of a easier way to update the screen res? possibly via the command line? ============================= Sean Shrum Shrum Consulting C.A.T.S.: http://cats.shrum.net...
  16. Shrum

    Add my app to list of programs when MSC device connected

    I've written an application that shuffles audio files to a MSC device. What I'd like to do is when the program is installed/first run, I'd like to add my application to the list of programs that is displayed when MSC devices are connected. What regkeys do I need to edit/add in order for this...
  17. Shrum

    How do I...format USB ext. 60g H/D with fat32

    I have a 60 gig laptop drive in a external USB enclosure that I want to use was a storage drive for ghost images and such. I'm booting with a Win98 DOS boot disk. My mobo sees the USB drive at powerup, and FDISK seems to work (I destroyed the NTFS partition on the drive and created the new...
  18. Shrum

    Active desktop doesn't work

    I had the active desktop working (WinXP SP2) but something has happened and no matter what I do, I can't get the active desktops back. I've tried deleting them and recreating them but it doesn't seem to do anything now. I don't even see the borders...it's as iff the Active desktop is off...
  19. Shrum

    'net use lpt1' Oddity

    I'm trying to set up port redirects under WinXP Pro. PCs sharing print resources are Win2K and WinXP When I use: net use lpt1 \\computername\sharename I get prompted for a username and password which never works. If I do: net use lpt2 \\computername\sharename I don't get prompted and...
  20. Shrum

    Connect to Win2K fileshare w/o password every first use

    I have 2 PC's on a network - Win2K Pro and WinXP Home. I've specified a folder to share on the Win2K PC and created a user account. I defined the mapping to the share on the WinXP machine and all works fine...until I reboot. When I restart the WinXp box, the shares are in a 'offline' mode...

Part and Inventory Search

Back
Top