Windows Problem

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Windows Problem
Prev   Next
# 4  
Old 09-12-2005
Quote:
Anyone knows why this is happening and a way to prevent these pop-up's ?
1) close the windows before you properly shut down next time
2) Check your startup start menu folder
3) check your Run and RunOnce registry keys
4) run your favourite anti-spy/malware apps.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Qt windows 10 install problem?

qt windows 10 install problem? (0 Replies)
Discussion started by: kaja
0 Replies

2. UNIX for Dummies Questions & Answers

Samba share Windows problem

I have a problem with a Samba share (Debian) on Windows. My config http://pastebin.com/18ncwngr With smbclient -U ftp //xxx.xxx.xxx.xxx/daten I can connect with another Linux Server. Only with Windows it does not work. Deactivate firewall also but I can not connect me. ... (0 Replies)
Discussion started by: PAfreakFlorian
0 Replies

3. Solaris

Problem: Solaris 10 to Windows XP Connectivity

:wall: Hello Solaris Users. Although a fundamental skill I am still new to connecting computers together in order that they can see each other, ie. via ping-ing of IP's and/or hostnames. I wish to install Oracle 10g database on Sun Blade 1500 and access this from Windows XP laptop (running... (5 Replies)
Discussion started by: patcom
5 Replies

4. Windows & DOS: Issues & Discussions

Windows vista startup problem

I all, I have a problem on my Windows Vista that began afetr the purchase of an external Hard Disk Freecom. A few days afetr the purchase I disconnected it while it was writing and, since that moment, every time I connect and disconnect it, the PC go to freeze mode for 5 minutes. The same... (2 Replies)
Discussion started by: Ubertino
2 Replies

5. Solaris

Problem with samba and windows 2008

Hello everybody for Argentina i send my regards. I have question i have a samba (version 2.2.8A) runing on a solaris 10 sparc . There is a problem to connect said that there is a problem with the permission and refuse conection. Somebody knows what version of samba fix this problem? Thank you... (0 Replies)
Discussion started by: enkei17
0 Replies

6. Windows & DOS: Issues & Discussions

Windows XP installation problem

hello, I am trying to re-install XP to a Dell machine. Everything goes well until a certain point. The installation proceeds as usual. first the files and drivers are copied from the CD to the computer. then the computer reboots to continue with the windows installation. but when it comes to... (2 Replies)
Discussion started by: milhan
2 Replies

7. Linux

X Windows problem

dear all I have installed redhat linux 7.2 on Dell optiplex 170L its getting installed but its going only to text mode when i try to start X windows its giving an error "I can not start X server (your graphical interface). It is likely that it is not setup correctly. Would like me try to... (3 Replies)
Discussion started by: rohit123
3 Replies

8. Solaris

X windows special problem...

Hi, I have one special problem with X windows. I want to run one program on solaris, which automaticaly do something and then finished. It is citirix aplication, which execute one program on other win NT server. As it is x win application, it is necessary to run it from command line with parameter... (0 Replies)
Discussion started by: sarvi
0 Replies
Login or Register to Ask a Question
machid(1)							   User Commands							 machid(1)

NAME
machid, sun, iAPX286, i286, i386, i486, i860, pdp11, sparc, u3b, u3b2, u3b5, u3b15, vax, u370 - get processor type truth value SYNOPSIS
sun iAPX286 i386 pdp11 sparc u3b u3b2 u3b5 u3b15 vax u370 DESCRIPTION
The following commands will return a true value (exit code of 0) if you are using an instruction set that the command name indicates. sun True if you are on a Sun system. iAPX286 True if you are on a computer using an iAPX286 processor. i386 True if you are on a computer using an iAPX386 processor. pdp11 True if you are on a PDP-11/45tm or PDP-11/70tm. sparc True if you are on a computer using a SPARC-family processor. u3b True if you are on a 3B20 computer. u3b2 True if you are on a 3B2 computer. u3b5 True if you are on a 3B5 computer. u3b15 True if you are on a 3B15 computer. vax True if you are on a VAX-11/750tm or VAX-11/780tm. u370 True if you are on an IBM(R) System/370tm computer. The commands that do not apply will return a false (non-zero) value. These commands are often used within makefiles (see make(1S)) and shell scripts (see sh(1)) to increase portability. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
make(1S), sh(1), test(1), true(1), uname(1), attributes(5) NOTES
The machid family of commands is obsolete. Use uname -p and uname -m instead. SunOS 5.11 5 Jul 1990 machid(1)