1N73RNET » XP log for technology, projects, and other things Thu, 17 Jul 2014 16:11:30 +0000 en-US hourly 1 http://wordpress.org/?v=3.9.1 How to turn on Remote Desktop remotely /2010/04/23/how-to-turn-on-remote-desktop-remotely/ /2010/04/23/how-to-turn-on-remote-desktop-remotely/#comments Fri, 23 Apr 2010 17:00:34 +0000 /?p=1264 Occasionally you need to get something done on a remote computer (or a clients computer) but the computer doesn’t have an easy way for you to connect to it. Luckily, if you have admin rights to the remote computer, you can still connect without needing to turn on remote desktop before hand. To do that you will just need to download one thing. PsExec is a Microsoft tool part of their PsTools. PsExec is a portable program that you can copy to any USB drive or run it anywhere from your hard drive. Once you have PsExec download you just need to open a command prompt and browse to the folder with psexec.exe. Once the command prompt is open, type in this command and it will enable remote desktop on the machine you specify.

psexec \machinename reg add “hklmsystemcurrentcontrolsetcontrolterminal server” /f /v fDenyTSConnections /t REG_DWORD /d 0

Make sure you replace “machinename” with the computer you are trying to control remotely. Once this command has run you should now be able to connect with mstsc.exe to the remote computer.

]]>
/2010/04/23/how-to-turn-on-remote-desktop-remotely/feed/ 1
How-to enable blank passwords in Windows /2009/05/14/how-to-enable-blank-passwords-in-windows/ /2009/05/14/how-to-enable-blank-passwords-in-windows/#comments Fri, 15 May 2009 05:06:05 +0000 /?p=874 If you set up a user account in Windows and you want to allow the user account to have a blank password you may find it a little difficult. In order to accomplish this you probably need to change a couple settings in Windows.

password_error
The error message you probably got is:

The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.

To allow a blank password go to Start -> Run and type in gpedit.msc then hit enter.
You should get a window that pops up and has a whole bunch of settings you may have never seen before. On the left side expand Windows Settings -> Security Settings -> Account Policies and then click on Password Policy. On the right side you will need to change a few of the settings.
gpedit
The three settings you will need to change are Maximum password age, Minimum password length, and Password must meet complexity requirements. Change maximum age and maximum length both to zero and disable the complexity requirements. Once you have these three settings changed you can just close out the window and now you should be able to set a blank password for your user account.
If you cannot change these settings you may be joined to a domain which has these settings locked down. I can’t help you there, but this should help in most other cases.
Let me know if this helps, or doesn’t help, in the comments.

]]>
/2009/05/14/how-to-enable-blank-passwords-in-windows/feed/ 5
Remote assistance auto accept for Windows XP /2008/07/27/remote-assistance-auto-accept-xp/ /2008/07/27/remote-assistance-auto-accept-xp/#comments Sun, 27 Jul 2008 22:48:11 +0000 /?p=176 I use remote assistance on a almost daily basis at my work. It is a built in tool in Windows that allows me to remotely control a users computer without kicking them off of the machine (like remote desktop does). One thing it did not do was let me take control if the user was not at their desk. The user must click two windows when going remote with them. First they must click to allow you to share their screen, and second they must click a button to allow you to take control. I have searched and found a few VB scripts that allow me to go remote without needing the user to click accept but today I just ran across something even more useful. The ability to go remote without the user there and without needing to use a special tool. Only problem is I have to edit a file on their local machine. I may play around with this some more in the future but for now I thought I would share it with everyone just so others can enjoy this ability.

First the file you need to edit is found on the computer you are trying to take control of at C:windowspchealthHelpCtrSystemRemote @ssistancehelpeeaccept.htm. Open the file with notepad, or better yet Notepad++, and edit the following lines.

btnAccept.disabled = false;
btnDecline.disabled = false;
btnDecline.focus();

to this

btnAccept.disabled = false;
btnDecline.disabled = false;
btnDecline.focus();
DoAccept();

Next, open the TakeControlMsgs.htm and find the following lines:

idExpert1.innerText = vArgs[0];
idExpert2.innerText = vArgs[0];
idExpert3.innerText = vArgs[0];

Then just add these two lines right after

// Added to allow take remote control of PC
onClickHandler(0)

That’s it! now the next time you go remote with that machine it will auto accept for you to view the screen and also auto accept when you click “Take control”.
Because remote assistance is different in Vista this doesn’t work however. If anyone knows of a way to use remote assistance in Vista without user interaction please let me know in the comments.

]]>
/2008/07/27/remote-assistance-auto-accept-xp/feed/ 7
Windows tools /2008/03/04/windows-tools/ /2008/03/04/windows-tools/#comments Wed, 05 Mar 2008 05:25:35 +0000 /2008/03/04/windows-tools/ So I thought I would clean out a few more pinned articles in my bloglines before I went to bed. By a few, I mean 9. Lets just get started with this.

The first one is real simple. This is how you can easily disable Aero before running a program. In many cases you would want to do this before running a 3D intensive game. All you have to do is find the shortcut, right click and go to properties, click the compatability tab and check the box that says “Disable desktop composition”. That is it. Aero will disable itself

next time you launch the shortcut and enable itself when the program is done.

The next tip it two-fold. First there is a quick tip on how to backup your DVD’s with 1 click. Sure that 1 click is going to take you a few hours to complete, but all you have to do is click once. The second part is a bit more involved but shows you how to backup your DVD’s and play them easily on a PS3. Sure you could always put the DVD in the PS3 and play it but who wants to get up? This uses a great tool, which I have yet to use, called PS3 Video 9.

Next up is another two parter and this is all about extracting things you never knew you could extract out of Windows. If you want to use a icon that a certain program uses. You can use IconsExtract or if you want to extract all the drivers you are using, to save as a backup, you can use DriverMax.

One of the last useful updates I have is a visual tweaker for Vista. It is called Vista Visual Master and has a lot of very useful tools. It gave me the ability to use custom themes again after I installed SP1 and that is worth a download itself.

Here are a few that most people probably won’t find very useful but I am going to give them a try for various reasons.

To remove passwords from Excel documents you can either buy a tool called Excel Password Remover or you can run one of many macros that will remove the password for free. I want to link to the full article so you can see all the comments with the macro options.

The last two I have are random but I know I will need them one day. First is a way to disable cached domain logins in Windows. This also may work to increase the number of logins available when off the domain but I need to test with that. To do it all you have to do is open the registry and find:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon

Once you find that just change the cashedlogonscount to whatever value you want. Note that 0 disables this ability.

This last one will come in real handy when making my classroom images. A tool called CleanHandler will clean up those autoplay options that pop up in Windows when a cd/usb stick are plugged in.

I feel pretty good after that update so I will leave you with that.

]]>
/2008/03/04/windows-tools/feed/ 0
How-to set a screensaver before login in Windows XP/Vista /2008/01/29/how-to-set-a-screensaver-before-login-in-windows-xpvista/ /2008/01/29/how-to-set-a-screensaver-before-login-in-windows-xpvista/#comments Tue, 29 Jan 2008 19:06:37 +0000 /2008/01/29/how-to-set-a-screensaver-before-login-in-windows-xpvista/ I haven’t fully tested this for Vista yet but it has the

same key as XP so I am assuming it works the same. This is very similar to the setting up a default wallpaper but you use the SCRNSAVE.EXE key instead of Wallpaper.

Browse the registry to

HKUS.DEFAULTControl PanelDesktop

Just change the SCRNSAVE.EXE key to wherever your .scr file is located. There is also options for setting if there is any screensaver, ScreenSaveActive, the time out, ScreenSaveTimeOut, and if the screensaver is secure which seems dumb to me since no one has logged into the computer yet, but whatever.

]]>
/2008/01/29/how-to-set-a-screensaver-before-login-in-windows-xpvista/feed/ 0
How-to set wallpaper image before login in Windows XP /2008/01/29/how-to-set-wallpaper-image-before-login-in-windows-xp/ /2008/01/29/how-to-set-wallpaper-image-before-login-in-windows-xp/#comments Tue, 29 Jan 2008 16:58:04 +0000 /2008/01/29/how-to-set-wallpaper-image-before-login-in-windows-xp/ Open up the registry and browse to:

HKEY_USERS.DefaultControl PanelDesktop

edit the Wallpaper key to point to where ever you have your wallpaper stored (eg. c:windowswallpaper.bmp). The file needs to be a .bmp to show up but that is all you should need to do.
After a restart the background will show up behind the login window assuming you are not using the welcome screen.
If a user logs in and then logs out their wallpaper will show up instead. But this is great to keep things looking the same when computers are restarted often.

]]>
/2008/01/29/how-to-set-wallpaper-image-before-login-in-windows-xp/feed/ 0
A bunch of new tools/tweaks /2008/01/12/a-bunch-of-new-toolstweaks/ /2008/01/12/a-bunch-of-new-toolstweaks/#comments Sun, 13 Jan 2008 05:51:15 +0000 /2008/01/12/a-bunch-of-new-toolstweaks/ I don’t really like filling up my website with posts about every tool I find. But every once and a while my RSS feeds fills up with “pinned” items for me to remember and check out when I get time. Well, it has filled up again and I am going to throw a bunch of downloads at you so get ready.

Lets start with a few tools that I probably won’t use much but it may be good for me in the future. Test Everything is a all-in-one tester for your website. Want to test your CSS or Whois? They have it all in a pretty slick, but not very user friendly interface. Bottom line is, if it isn’t at Test Everything I would be surprised if it exists anywhere.

This next one is a tool I remember reading about in the PDAPhoneHome forums a couple of years ago when I had my xv6700 and it was just a idea. It is called WMWifiRouter and it makes your Windows Mobile phone work as a wireless router for your laptop/PSP/whatever. You have to connect via a Ad Hoc network because the phone cannot broadcast DHCP but that shouldn’t be too much of a problem. The tool comes in 3 versions. The first version will install the program on your phone and also set up the Ad Hoc network connection for you. The second will install the program but you will have to do the Ad Hoc network settings yourself. The third is just the program. You will have to drag the program over to your phone and then run it and set up the network yourself. I really can’t wait till I get my new phone so I can give this one a try.

Now on to some tools I know I will probably use. The first two allow you to work on computers remotely. What is always the first step of working on a computer remotely? Figure out what is wrong. LSGrab helps with that. It allows you to remotely get a screenshot of a computer on your network. I tried it out on a couple of computers on my work network and had mixed results. Either way, it doesn’t hurt to try. The same web site, Moernaut.com, also had a tool called Remote interactive executer. I didn’t get a chance to try out this tool but if it works the way I think it does I will be keeping this around for a while.

Speaking of remotely managing computers. If anyone out there has a good program for remotely administering computers please leave a comment. I have been having a hard time finding a good one for my work. And just to narrow things down a little bit, LanDesk and Desktop Authority require too much integration (domain admins/servers), and NetSupport and Radmin don’t have all the features I need. So if you find something in between please let me know. I need to be able to remotely administer a computer without disrupting the user.
The next tool comes from the How-To Geek. They helped me out in a big way by showing me how to disable the internal system beep in Windows. If I still ever used internet explorer I would also have loved their tip on enabling more simultaneous downloads. In order to keep things nice and tidy on your computer, lifehacker has a tool called Belvedere that can automatically manage files for you. I have a couple set up that lets my downloaded files move after 1 week of creation and then if they aren’t opened in a couple weeks after being moved they are automatically deleted. A great way to keep junk files off my computer.

Finally, there is something I am never fond of but it is still fun to mess around with and that is making your OS look like a different OS. But, if you ever wanted to make your Windows XP machine look like OSX you don’t need to look any further than FlyakiteOSX. How-To Geek tipped me off to the program and I gave it a try on my virtual machine and it doesn’t look to bad. I mean, for what it is.

That should clean out my RSS feeds for a little while. Enjoy the new tools.

]]>
/2008/01/12/a-bunch-of-new-toolstweaks/feed/ 0
Catching up /2007/12/07/catching-up/ /2007/12/07/catching-up/#comments Fri, 07 Dec 2007 20:22:23 +0000 /2007/12/07/catching-up/ I have had quite a few articles and tools that I have been wanting to post here but I haven’t made the time to do it. So I guess I am just going to make one big post for all of them. Most of these tools came from the wonderful How-to Geek but there are a few other good ones in the mix.

First up is replacing your task manager with process explorer in Windows Vista. In XP it is usually as simple as going to options and clicking on replace task manager. In Vista there is a bit more of a trick to it if you still have UAC ruling your life. UAC is the first thing I turn off in Vista so there wasn’t any problem for me. Head over to the How-to Geek for further instructions and screenshots.

The next tip is all about drivers. First you could always see what drivers you have installed at the command line, but that isn’t very fun. I guess you could see what drivers are installed and export the list to a text document, excel spreadsheet, or something else. Or you could just transfer the drivers directly from one machine to another. This is great news if you are moving from one computer to another, or if you are just having problems with your computer and want to do some troubleshooting.

Downloadsquad makes the list of useful tools with the Revo Uninstaller. I have never heard of it before but already really like it. Not only can it uninstall your programs and search for left over files and registry entry’s, but it also has built in shortcuts like the on screen keyboard, msconfig, system properties, etc. And because the new version is free AND portable I can keep it on my usb key and take it with me when troubleshooting machines.

Downloadsquad also showed me a Universal Extractor that could be very useful for extracting files that 7-zip can’t already open. I haven’t tried it yet but I defiantly want to keep it in my bag of tricks.

You would think this post would be done now because there is already so much stuff. But I have been procrastinating for a while now on these tools.

Inventgeek had one of the best do-it-yourself articles I have sen for a while. How to make your own thermal paste from diamond dust. I really want to give this one a try on my PS3 but it is going to have to wait just a little bit. I am still a bit nervous about putting it back together. The opening up doesn’t scare me at all. It is only the reassembly.

The last two articles go back to the How-to Geek. If you support machines like I do you probably use the Group Policy Editor quite a bit in Windows XP. This tip shows you how to add it to the control panel. There is also one for adding User Accounts Utility (userpasswords2) in the control panel.

Last but not least. How to Remote Control Leopard with TightVNC brought to you by Lifehacker.

Well I am officially caught up with the articles I wanted to add here. Now I think I will try some of them out and maybe play some more video games.

]]>
/2007/12/07/catching-up/feed/ 0
Weekend Update /2007/10/27/weekend-update/ /2007/10/27/weekend-update/#comments Sat, 27 Oct 2007 09:33:47 +0000 /2007/10/27/weekend-update/ I should have some good pictures of pumpkins sometime this week so I will post those as soon as I get them. I also just wanted to share a few tools I found over the past week (or two).

The first I found over at Lifehacker and it is called NetDrive. It allows you to mount remote file systems (ftp, sftp, etc.) to your windows machine. You can download the utility here because I guess it isn’t developed anymore and somewhat hard to find.

Secondly there is a program called mRemote. I really want to give this one a try. It allows you to manage multiple remote desktop connections all from one program. The real cool thing is it doesn’t have to be the same type of remote desktop. You can use it for RDP, ssh, vnc, etc. It is open source so you can grab the latest version from SourceForge.

Finally there is a how to on Wired about Usenet file sharing.

]]>
/2007/10/27/weekend-update/feed/ 0
Mac OSX /2007/10/04/mac-osx/ /2007/10/04/mac-osx/#comments Fri, 05 Oct 2007 02:42:30 +0000 /2007/10/04/mac-osx/ I had a realization today.  I really like osx.  I think the operating system as a whole is just pretty good.  I am not used to it and it would take me a good long time to learn all of the shortcut keys that are available, but on a whole I like it.

The downside I found with the operating system is the supporting programs.  Things like email, photo editing, media players that are everywhere for Windows seem to be a bit harder to find in OSX (especially if you don’t use it much).  And even programs that are ported over from windows *cough* Entourage *cough* seem to be crippled compared to their windows counterparts.  Sure all the best programs are made straight from Apple themselves but what if you don’t like iphoto, imovie, and *gasp* itunes?  You really don’t have vary many other options.

Then I got to thinking, 90% of the problems I run into on Windows are… the supporting programs.  Sure there are TONS of everything available but a lot of the time they are half assed or not updated.  I would say supporting programs is what makes both OSX and Windows suck.  OSX because the lack of programs and Windows because of the overwhelming amount of crappy programs (some of which are Microsoft’s doing).

Then I move over to using Linux.  In Linux there are lots of options, except for video editors, and the programs are updated a lot, for some every day.  But then I run into the problem  that every time I turn on my computer I have to do updates before I use it.  Yes I know I don’t HAVE to do updates but I have this compulsion of running the latest/greatest.  I feel as if I am missing out on something if I am not beta.  In a sense I really would be.  I am running the latest beta Ubuntu with a beta Compiz Fusion and I just recently took off the beta video driver I had.

When it comes down to it operating systems are only as good as their supporting programs.  If you make the greatest operating system in the world with no holes and more usability than you can shake a stick at, it is still just a operating system if you don’t have programs.

Kinda reminds me of the current video game system race…

]]>
/2007/10/04/mac-osx/feed/ 1