September 4, 2009 by tipst3r
Tags: clearing sid, free art app, free audit software, free paint, pst password, pst password rest, pst password wipe, show pst password, sid clear, sid rest, sid wipe, svchost, svchost hidden, what is behind svchost, wipe sid
Posted in Uncategorized | 1 Comment »
August 18, 2009 by tipst3r
I KNOW I won’t get this problem again for a while…
New Mac, wants to get to a share on a Windows XP PC.
Can see it on the network, click on the PC and it sees the shares. Great.
Click on a share however and up pops “The Operation Can’t be completed because original item for share cannot be found”. Boooo.
The problem was that I found other Windows machines on the network and could connect to their shares just fine.
So I had a look at the XP’s event log and found multiple entries complaining that the IRPStackSize was too small.
Quick trip to Microsoft’s KB’s (aka Google it) and found a nice article on how to increase the size…here it is;
To resolve this behavior, increase the IRPStackSize value in the registry:
- Click Start, and then click Run.
- Type regedit, and then click OK.
- Navigate to the following key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters
- In the right pane, double-click the IRPStackSize value.
NOTE: If the IRPStackSize value does not already exist, use the following procedure to create it:
- In the Parameters folder of the registry, right-click the right pane.
- Point to New, and then click DWord Value.
- Type IRPStackSize.
IMPORTANT: Type “IRPStackSize” exactly as it is displayed because the value name is case-sensitive.
- Change the Base to decimal.
- In the Value Data box, type a value that is larger than the value that is listed.
If you created the IRPStackSize value using the procedure described in step 4, the default value is 15. It is recommended that you increase the value by 3. Therefore, if the previous value was 11, type 14, and then click OK.
- Close the Registry Editor.
- Restart the computer.
Now don’t bother with # 8 because you can just restart the server service and it will do the same thing as rebooting (for the purpose of increasing the IRP Stack size).
Tags: irpstacksize, irpstacksize edit, irpstacksize is too small for the server, irpstacksize too small, the server's configuration paramter "irpstacksize" is too small
Posted in Mac, Networking, server, windows | 1 Comment »
August 12, 2009 by tipst3r
Probably not going to use this one again for a while….
Sysprep – Build a PC to the right specs, software, updates, etc and then want to make an image to install on multiple machines. This is the puppy to use.
I built a PC with Windows XP SP2 so I had to activate it to get it to SP3. I installed all the updates, Adobe, Java, blah, blah.
Installed Sysprep from Microsoft.com (search for Windows XP SP3 deployment tools).
Once you’re ready drop to a DOS prompt and run this;
sysprep -activated -reseal
-activated wipes the activation so you can add a new key.
-reseal wipes eventlogs and runs the mini setup for Windows so you can add admin passwords and/or user accounts
Posted in hardware, windows | Leave a Comment »
August 10, 2009 by tipst3r
as well as the /E /C /Y options if you want to exclude some then make a file (call it anything you like) such as exclude.txt and inside simply add the extension of the files you want to exclude like this;
.mp3
.mov
.m4a
etc
Each on a new line. Then in the Xcopy argument you simply type /EXCLUDE exclude.txt and it will look to the text file you created for the exclusions.
Nice for a simply backup script where you don’t want to include the users terabytes of music and movies.
Tags: xcopy backup exclusion
Posted in Uncategorized | Leave a Comment »
August 4, 2009 by tipst3r
Had a client laptop that needed to be donated. They wanted to give it to the family babysitter so it needed to be working. In other words I needed to securely delete the old user data and keep everything else intact.
I used this utility – Eraser – which is open source and wonderful for the job. Nice.
Please contribute if you use it.
Tags: erase data, erase unused data, erase unused disk space, overwrite deleted data, secure data delete, security delete files, security erase data, wipe deleted data, wipe deleted files, wipe old data, wipe unused disk space
Posted in hardware, windows | Leave a Comment »
July 18, 2009 by tipst3r
telnet mail.server.net 25
helo me
mail from : me@server.net
rcpt to : me@server.net
data
blah blah blah this is the message
.
quit
Tags: telnet email, test email
Posted in Uncategorized | Leave a Comment »
June 25, 2009 by tipst3r
run a command prompt.
type in;
net statistics srv
Look at the Statistics since…
Tags: server 2003 uptime, Server uptime, uptime on windows server, w2k3 uptime, windows 2003 server statistics, windows 2003 server stats, Windows server 2003 uptime, windows server stats, Windows server uptime, windows stats, Windows uptime
Posted in server, windows | Leave a Comment »
June 22, 2009 by tipst3r
One application that I do use on occasion. I must admit I have in a zealous rage deleted all the nonessential apps that Microsoft fills your Programs Menu with when you get a new machine. Not to mention the manufacturers programs.
Anyway in a fit of uninstall (or mass deleting) rage I removed the “Set Program Access and Defaults” application. This wouldn’t normally be a problem, or so I thought, and browsed around for it. Unfortunately Microsoft decided NOT to have a permanent app for this in the control panel or Accessories or anywhere else in fact. There are no direct programs to run either. Nice.
So this is how to get to it. Either create a shortcut and type in this;
“%SystemRoot%\system32\control.exe appwiz.cpl,,3“ obviously without the quotes.
or you could simply type that into the run box. Either way it will get you back to that application again.
Tags: find Set Program Access and Defaults, lost Set Program Access and Defaults, recover Set Program Access and Defaults, where is Set Program Access and Defaults
Posted in windows | Leave a Comment »
June 17, 2009 by tipst3r
OK sometimes when y ou try to update the firmware on their routers it just doesn’t work. Could be that the router is screwed up in some way but never-the-less there is another way and here it is;
http://downloads.linksysbycisco.com/downloads/Tftp.exe
Download that application from their website and connect directly to the router. Updaload the firmware and away you go.
Simply input the server address, The admin password and point it in the direction of the firmware.
Tags: linksys firmware, linksys update, router firmware update, router update
Posted in Networking | Leave a Comment »
June 15, 2009 by tipst3r
This is a handy and useful tool that comes with Outlook. It’s a way to scan your Outlook files for errors/corruption. There’s a Scanost.exe for Exchange users and a Scanpst.exe for the rest of us.
Importantly the files are located here;
For Microsoft Outlook 2003 (and earlier) users:
c:\Program Files\Common Files\System\Mapi\1033\
c:\Program Files\Common Files\System\MSMAPI\1033
For Outlook 2007 it’s here:
c:\Program Files\Microsoft Office\Office12
Tags: ost repair, ost scan, outlook, outlook repair, pst repair, pst scan, repair ost, repair pst, scan outlook, scanost, scanost.exe, scanpst, scanpst.exe
Posted in Office | Leave a Comment »