Welcome Guest ( Log In | Register )

Discover the best free computer help!
Learn more about Geeks to Go by taking the tour. Spyware, virus, trojan, fake security or privacy alerts? Read the malware cleaning guide.
      
2 Pages V   1 2 >  
Reply to this topicStart new topic
Need you help, I want to give a friend ....., the most useless shortcut I can think of, explained
fleamailman
post Mar 10 2006, 12:48 PM
Post #1


Member 2k
*****
Posts: 2,340
From: geneva switzerland
OS: linux(kubuntu)



Ok, I really don't know if this can be done but since my friend placed a shortcut to msconfig on my desktop, in a folder marked wth the usual derogative comments about it being "the piece of junk, of the piece of junk by the piece of junk". I for my part would really like to give him the shortcut to "reboot the computer in safemode" and place it on his desktop in return with words that I have yet to think of about how he should use this more often. Anyway, if it can be done let me know please.
Go to the top of the page
 
+Quote Post
dsenette
post Mar 10 2006, 02:24 PM
Post #2


Ruler of Omicron Persei 8
Group Icon
Posts: 20,139
From: kn-ARGH!-xville Tenn-ARGH!-see
OS: 3.1, 95, 98SE, xp, 2000, NT4, 2003 Standard Edition, linux (various flavors)



so you want something that he will be tricked into clicking....that will restart his machine into safe mode? (not really understanding completely)
Go to the top of the page
 
+Quote Post
warriorscot
post Mar 10 2006, 02:33 PM
Post #3


Member 5k
Group Icon
Posts: 8,735
From: Scotland, UK
OS: Vista Ultimate x64 and x86 plus Hardy Heron on the side



Sounds like a most excellent devious trick. Perhaps make it look like his internet browser shortcut.

This post has been edited by warriorscot: Mar 10 2006, 02:34 PM
Go to the top of the page
 
+Quote Post
dsenette
post Mar 10 2006, 02:39 PM
Post #4


Ruler of Omicron Persei 8
Group Icon
Posts: 20,139
From: kn-ARGH!-xville Tenn-ARGH!-see
OS: 3.1, 95, 98SE, xp, 2000, NT4, 2003 Standard Edition, linux (various flavors)



you could...in theory...if you had access to his boot.ini file to see what it normally says..make a modified version of it

with some of the settings here
http://support.microsoft.com/?kbid=239780

to where the boot.ini would look similar to

CODE

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\Windows
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows XP Proffessional" /fastdetect /SAFEBOOT:MINIMAL(ALTERNATESHELL)
                

but how to modify his boot.ini safely from a command line...hmmm...still working on it
Go to the top of the page
 
+Quote Post
fleamailman
post Mar 10 2006, 03:22 PM
Post #5


Member 2k
*****
Posts: 2,340
From: geneva switzerland
OS: linux(kubuntu)



No, I don't wish to be divious here, actually I appreciate his msconfig shortcut and have it now on a USB key, which was simply the line below in a shortcut folder, simple and rather useless.

C:\WINDOWS\PCHEALTH\HELPCTR\Binaries\msconfig.exe

So with that idea in mind, and because it is so useless (since F8 just before the windows screen on boot up gets you there too) it becomes the perfect useless gift on par with givng someone a pair of yellow socks in the real world then.

I throw this thread open then to any compleatly pointless shortcuts but not those normally on the screen like shortcut to recycle bin which is too lame I feel.

Go to the top of the page
 
+Quote Post
dsenette
post Mar 10 2006, 03:27 PM
Post #6


Ruler of Omicron Persei 8
Group Icon
Posts: 20,139
From: kn-ARGH!-xville Tenn-ARGH!-see
OS: 3.1, 95, 98SE, xp, 2000, NT4, 2003 Standard Edition, linux (various flavors)



aaahhh...i see you want to give him a completely useless present that actually does something...but something that you would do anyway by a different method...but without being sneakylike
Go to the top of the page
 
+Quote Post
admin
post Mar 10 2006, 03:38 PM
Post #7


Site Administrator
Group Icon
Posts: 16,818
From: 127.0.0.1
OS: Windows Vista Ultimate



How about a shortcut to your desktop (of course, placed on the desktop)? confused1.gif
Go to the top of the page
 
+Quote Post
dsenette
post Mar 10 2006, 03:39 PM
Post #8


Ruler of Omicron Persei 8
Group Icon
Posts: 20,139
From: kn-ARGH!-xville Tenn-ARGH!-see
OS: 3.1, 95, 98SE, xp, 2000, NT4, 2003 Standard Edition, linux (various flavors)



make a text file in notepad and enter the text below
CODE

ECHO off
date /t  
time /t
pause

now press file > save as > make sure that the file type is "all files" and save the file as "whatTIMEisIT.bat" or something like that..just as long as it ends in .bat... now double click the .bat file on the desktop (or wherever you saved it to)

you should get a command prompt that looks like
CODE


C:\Documents and Settings\dsenette\Desktop>ECHO off
Fri 03/10/2006
04:37 PM
Press any key to continue . . .


when he presses a key...it will close
Go to the top of the page
 
+Quote Post
fleamailman
post Mar 10 2006, 03:43 PM
Post #9


Member 2k
*****
Posts: 2,340
From: geneva switzerland
OS: linux(kubuntu)



Yes, rather like those adds you see on television where ones asks oneself "Gosh who on earth would honestly buy one of those". I certainly wouldn't like something sneaky as that is not my style, something stupid, yes I think everyone knows my style by now.
Go to the top of the page
 
+Quote Post
fleamailman
post Mar 10 2006, 03:47 PM
Post #10


Member 2k
*****
Posts: 2,340
From: geneva switzerland
OS: linux(kubuntu)



dsenette, I am trying it out and it and if it is what I think it is, that is just great, sure it is safe though and how about turning it back if he asks?
Go to the top of the page
 
+Quote Post
dsenette
post Mar 10 2006, 03:49 PM
Post #11


Ruler of Omicron Persei 8
Group Icon
Posts: 20,139
From: kn-ARGH!-xville Tenn-ARGH!-see
OS: 3.1, 95, 98SE, xp, 2000, NT4, 2003 Standard Edition, linux (various flavors)



just delete the file...all it's doing is opening up a command promt and displaying the %date% and %time% variables from the system info
Go to the top of the page
 
+Quote Post
dsenette
post Mar 10 2006, 03:52 PM
Post #12


Ruler of Omicron Persei 8
Group Icon
Posts: 20,139
From: kn-ARGH!-xville Tenn-ARGH!-see
OS: 3.1, 95, 98SE, xp, 2000, NT4, 2003 Standard Edition, linux (various flavors)



also...if you want it to say something to him as well after it displays the time and date

you can add a line before the "pause" that says something like
echo GAME TIME!!!

and it will say


C:\Documents and Settings\dsenette\Desktop>ECHO off
Fri 03/10/2006
04:37 PM
GAME TIME!!!
Press any key to continue . .
Go to the top of the page
 
+Quote Post
fleamailman
post Mar 10 2006, 04:02 PM
Post #13


Member 2k
*****
Posts: 2,340
From: geneva switzerland
OS: linux(kubuntu)



Thanks, I will use it, a lot depends on the message line, is it unlimited here?
Go to the top of the page
 
+Quote Post
dsenette
post Mar 10 2006, 04:05 PM
Post #14


Ruler of Omicron Persei 8
Group Icon
Posts: 20,139
From: kn-ARGH!-xville Tenn-ARGH!-see
OS: 3.1, 95, 98SE, xp, 2000, NT4, 2003 Standard Edition, linux (various flavors)



as far as what you want it to echo? sure...don't know the per line character limit but as long as you start the line with echo...the prompt will print it on the screen so you could do

echo hello
echo there,
echo how
echo are
echo you
echo doing?

and that would print on the screen
hello
there,
how
are
you
doing?

but if there is a per line character limit..it's probably relatively large
Go to the top of the page
 
+Quote Post
fleamailman
post Mar 10 2006, 04:11 PM
Post #15


Member 2k
*****
Posts: 2,340
From: geneva switzerland
OS: linux(kubuntu)



I am thinking of "Happy birthday to you" with the rest so it should be OK. Thanks for showing me the ropes here then.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies / Views Topic Information
No New Posts  
0 / 289 10th June 2005 - 05:55 AM
sidd started - last by sidd
No New Posts  
10 / 423 2nd October 2005 - 02:14 PM
becca77 started - last by Kurt_Aust
No New Posts  
2 / 1,120 22nd June 2006 - 05:50 PM
VeeDubkid started - last by greyknight17
No New Posts  
8 / 420 14th April 2007 - 02:15 AM
westcoastransportceo started - last by Crustyoldbloke
No New Posts  
3 / 71 30th July 2008 - 09:21 AM
jstribtpt started - last by Rorschach112

RSS Time is now: 20th August 2008 - 12:02 PM
Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk.