Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Other Topics > Computer Technical Help

Notices

Computer Technical Help Post your questions about computer hardware and software and configuring same here.

Reply
 
Thread Tools Display Modes
Old 04-02-2011, 10:55 AM   #31
BSOD and racetrack Ninja
 
wellju's Avatar
 
Join Date: Feb 2010
Location: ALL OF THEM
Posts: 5,129
Re: How to prevent your pc from 90% of all malware in 30 seconds

Quote:
Originally Posted by the_dreamer View Post
Thank you.
Also, is it ideal to have a totally formated computer when you do this. So that you dont do anything in administrator mode?

When you think about starting from scratch, ideal would be to go trough funkyworms videos and turn your computer into a fort.

With formatting, you can basically eliminate chances of being infected at the first point. If scans from mbam and gmer come up clean, you're pretty much on the safe side and can just go ahead and turn the admin account you used so far into a user account to be protected in future.
wellju is offline   Reply With Quote
Old 04-05-2011, 04:28 PM   #32
enthusiast
 
Join Date: Sep 2010
Location: In your mind
Posts: 58
Re: How to prevent your pc from 90% of all malware in 30 seconds

Thanks!
vladul11 is offline   Reply With Quote
Old 04-09-2011, 06:23 PM   #33
Carpal \'Tunnel
 
Join Date: Aug 2004
Posts: 7,161
Re: How to prevent your pc from 90% of all malware in 30 seconds

good thread

ive been using a limited user on WinXP for ever. back in PT2 days there were a ton of hacks required to get PT2 working on a limited acct, now PT3 just requires admin.
greg nice is offline   Reply With Quote
Old 04-10-2011, 12:42 PM   #34
Carpal \'Tunnel
 
axel_nld's Avatar
 
Join Date: Aug 2008
Location: PR land
Posts: 6,808
Re: How to prevent your pc from 90% of all malware in 30 seconds

So i just did this. Do not know why i never did this before as i had a dedicated admin account already, but my own user account still had admin privileges. FAIL.

just a tip for user who are doing this after reading the thread: It is not neccesary to set all the programs you normally use into run as admin mode. Before i turned my account into a standard user i scanned for malware and i turned every program i have on my PC into run as administrator. This means every program you run wants your admin pass, which is annoying as **** so don't do that. only do it on programs that NEED admin rights to run.
axel_nld is offline   Reply With Quote
Old 04-10-2011, 05:57 PM   #35
tcs
old hand
 
tcs's Avatar
 
Join Date: Jun 2009
Location: London
Posts: 1,458
Re: How to prevent your pc from 90% of all malware in 30 seconds

Can you install software on a normal user account?
tcs is offline   Reply With Quote
Old 04-10-2011, 06:41 PM   #36
BSOD and racetrack Ninja
 
wellju's Avatar
 
Join Date: Feb 2010
Location: ALL OF THEM
Posts: 5,129
Re: How to prevent your pc from 90% of all malware in 30 seconds

Quote:
Originally Posted by tcs View Post
Can you install software on a normal user account?
of course, in that case you just have to enter your admin password.
wellju is offline   Reply With Quote
Old 04-13-2011, 02:21 PM   #37
Carpal \'Tunnel
 
fozzy71's Avatar
 
Join Date: Mar 2007
Posts: 31,394
Re: How to prevent your pc from 90% of all malware in 30 seconds

Thanks for all the over-time hours.
fozzy71 is online now   Reply With Quote
Old 04-16-2011, 02:40 PM   #38
Carpal \'Tunnel
 
DaycareInferno's Avatar
 
Join Date: Jun 2007
Posts: 16,233
Re: How to prevent your pc from 90% of all malware in 30 seconds

i would like to be able to hide the admin user account in win7 on a friend's computer so that they will only log into the non-admin account where they need password verification to make changes. i haven't found any way to hide accounts from the login screen without actually disabling them, which is really bad if the remaining account is non-admin. (you can't gain admin even with pw)

i notice in your picture that you name the admin account "admin-disaster only". i take that to mean that this is also the only solution you know of.
DaycareInferno is offline   Reply With Quote
Old 04-17-2011, 06:01 PM   #39
Carpal \'Tunnel
 
TheNoodleMan's Avatar
 
Join Date: Jan 2005
Location: Too close to the baseline
Posts: 15,865
Re: How to prevent your pc from 90% of all malware in 30 seconds

Ok, so I did this and now everything is a huge pain in the ass.

I just want to return it to the way it was before but when I try to return administrator rights to my old original account nothing happens.

>start>control panel>add or remove user accounts> account name> change the account type and nothing happens.

edit: NM figured it out, I had to log in under the administrator account to do anything.

Last edited by TheNoodleMan; 04-17-2011 at 06:08 PM.
TheNoodleMan is offline   Reply With Quote
Old 04-18-2011, 07:20 PM   #40
BSOD and racetrack Ninja
 
wellju's Avatar
 
Join Date: Feb 2010
Location: ALL OF THEM
Posts: 5,129
Re: How to prevent your pc from 90% of all malware in 30 seconds

Quote:
Originally Posted by DaycareInferno View Post
i would like to be able to hide the admin user account in win7 on a friend's computer so that they will only log into the non-admin account where they need password verification to make changes. i haven't found any way to hide accounts from the login screen without actually disabling them, which is really bad if the remaining account is non-admin. (you can't gain admin even with pw)

i notice in your picture that you name the admin account "admin-disaster only". i take that to mean that this is also the only solution you know of.

1. As Admin: start -> run -> type "secpol.msc"
As User: start -> type "local Security Policy" -> right click -> run as admin
2. "Local policies" > "Security Options" > Find the entry "Interactive Logon: Hide last user name" and set it to activated
3. Reboot

There should be a way to do that via the registry too imo, but if I understood you right, this would work too.

---------

Because you mentioned additional ways, there are like 5 or 6 probably even faster options to create/activate an admin account but this all depends on which exact win7 version you're using, so I had to pick a laborious way that applies to everyone no matter what.

Without creating an extra admin account because every windows machine has a hidden admin account already you would just:

Start -> type "cmd" press "CTRL+SHIFT+ENTER" to open the command prompt with admin rights and type: "net user administrator /active:yes"

You can disable it again with: "net user administrator /active:no"

If you unhide the built in admin account, it usually has no password at all. You have to set an password for this built in admin account or never think about enabling it at all.

Also, disabling it with no other admin account active on the machine will screw up some mechanics, depending on your windows version so use that way only if you're sure what you're doing.


Quote:
Originally Posted by TheNoodleMan View Post
Ok, so I did this and now everything is a huge pain in the ass.
I just want to return it to the way it was before but when I try to return administrator rights to my old original account nothing happens.
>start>control panel>add or remove user accounts> account name> change the account type and nothing happens.
edit: NM figured it out, I had to log in under the administrator account to do anything.
Would you mind sharing what caused you issues?
The only difference I notice between admin and user account, that I open every program with "CTRL+SHIFT+ENTER" instead of just "ENTER" and that I have to enter my admin password, but that's about it.
wellju is offline   Reply With Quote
Old 04-18-2011, 08:33 PM   #41
Carpal \'Tunnel
 
DaycareInferno's Avatar
 
Join Date: Jun 2007
Posts: 16,233
Re: How to prevent your pc from 90% of all malware in 30 seconds

Quote:
Originally Posted by wellju View Post
1. As Admin: start -> run -> type "secpol.msc"
As User: start -> type "local Security Policy" -> right click -> run as admin
2. "Local policies" > "Security Options" > Find the entry "Interactive Logon: Hide last user name" and set it to activated
3. Reboot

There should be a way to do that via the registry too imo, but if I understood you right, this would work too.

---------

Because you mentioned additional ways, there are like 5 or 6 probably even faster options to create/activate an admin account but this all depends on which exact win7 version you're using, so I had to pick a laborious way that applies to everyone no matter what.

Without creating an extra admin account because every windows machine has a hidden admin account already you would just:

Start -> type "cmd" press "CTRL+SHIFT+ENTER" to open the command prompt with admin rights and type: "net user administrator /active:yes"

You can disable it again with: "net user administrator /active:no"

If you unhide the built in admin account, it usually has no password at all. You have to set an password for this built in admin account or never think about enabling it at all.

Also, disabling it with no other admin account active on the machine will screw up some mechanics, depending on your windows version so use that way only if you're sure what you're doing.

thanks for the reply. i came up with kind of a ghetto workaround of installing the free version of returnil in the admin account, setting it to run in virtualmode on startup, and locking it down with a separate password. that way someone can still make changes on a guest account with a password, but if they decide to be a tard and use the admin account, they'll be running totally sandboxed and can't do much harm without the returnil pw. they also probably stop going into the admin account pretty quick when their changes keep poofing. it also has the added side benefit of giving you someplace to test software at lower risk, so maybe its not completely ghetto.
DaycareInferno is offline   Reply With Quote
Old 04-18-2011, 08:44 PM   #42
grinder
 
Megastar11's Avatar
 
Join Date: Mar 2011
Posts: 604
Re: How to prevent your pc from 90% of all malware in 30 seconds

Thanks wellju.

Computer security is important to me.
Megastar11 is offline   Reply With Quote
Old 04-19-2011, 01:19 AM   #43
old hand
 
lau808's Avatar
 
Join Date: Jul 2010
Posts: 1,220
Re: How to prevent your pc from 90% of all malware in 30 seconds

i have done this and its great, no problems so must be fine. i do have a question tho... malware needs admin rights to do its work. which is why we use a non admin acct. since i will use my pw for admin to do certain things as a non admin i have removed pw from admin acct to make things quiker on myself. is this still secure? or am i alright as long as im not in an admin acct? thanks in advance, great thread
lau808 is offline   Reply With Quote
Old 04-20-2011, 04:59 PM   #44
BSOD and racetrack Ninja
 
wellju's Avatar
 
Join Date: Feb 2010
Location: ALL OF THEM
Posts: 5,129
Re: How to prevent your pc from 90% of all malware in 30 seconds

Quote:
Originally Posted by lau808 View Post
i have done this and its great, no problems so must be fine. i do have a question tho... malware needs admin rights to do its work. which is why we use a non admin acct. since i will use my pw for admin to do certain things as a non admin i have removed pw from admin acct to make things quiker on myself. is this still secure? or am i alright as long as im not in an admin acct? thanks in advance, great thread
Had to ask for that myself.

General answer is no, you have to have an Admin password set.

The reasons vary and are not even all security related. It again differs between windows versions (the whole group policing) and may lead to weird behavior unfortunately.
There's a reason why MS still has standard users as Admin, it isn't so nicely implemented like with MacOS/Linux, so you have to go trough some uncomfort to achieve higher security.
wellju is offline   Reply With Quote
Old 04-21-2011, 12:31 AM   #45
old hand
 
lau808's Avatar
 
Join Date: Jul 2010
Posts: 1,220
Re: How to prevent your pc from 90% of all malware in 30 seconds

lol i think i asked/said too much in my post...lemme simplify my question so i can understand your answer... should i use a pw for my admin acct?
lau808 is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 08:07 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive