

InterviewSolution
Saved Bookmarks
1. |
Solve : CHKDSK AGAIN? |
Answer» <html><body><p>Hi Guys! <br/><br/>What is wrong with Win 7? When I try to use 'CHKDSK' from the command promt, I get this message:<br/><br/>"Access Denied as you do not have sufficient privilages. You have to invoke this utility in evaluation mode"<br/><br/>What the heck! Does any of yer know guys?<a href="https://interviewquestions.tuteehub.com/tag/right-239192" style="font-weight:bold;" target="_blank" title="Click to know more about RIGHT">RIGHT</a> click the Command Prompt in the Accessories/Programs menu and select "Run as Admin"....<br/>Then type in chkdsk /r and hit Enter<br/>Thanks Patio lad! Pity that one has to keep messing about like this, can't the change be made permanently bud? <a href="https://www.sevenforums.com/tutorials/11841-r%5B2">=Security%20System%20Tools]<strong>Try Here...</strong></a>It <a href="https://interviewquestions.tuteehub.com/tag/sure-656539" style="font-weight:bold;" target="_blank" title="Click to know more about SURE">SURE</a> is good that there are forums where one can go and get answers buddy, but Bill Gaites shouldn't make 'em in the first place.<br/><br/>Thanks kiddo...looks like some answeres here. No problem...Quote from: GLOOPS on August 30, 2010, 04:04:56 AM</p><blockquote>It sure is good that there are forums where one can go and get answers buddy, but Bill Gaites shouldn't make 'em in the first place.<br/></blockquote><br/>shouldn't make what? security features that people have been asking for since windows 98?<br/><br/>This is what pisses me off. The main "problem" with windows for years has been security, and people are always complaining that it's so easy for it to get infected. The reason for this was because by default everybody is an administrator, and also that the limited user account functionality of pre-vista operating systems was lacking (most programs refused to install or work). So Microsoft, for some silly reason, decided to enhance the security of the <a href="https://interviewquestions.tuteehub.com/tag/system-238321" style="font-weight:bold;" target="_blank" title="Click to know more about SYSTEM">SYSTEM</a> the <em>exact same way</em> that linux does, which is to make administrative tasks require elevation. This is UAC. It's no different with Linux (well, on the surface) which requires you to use sudo or for the desktop environment to display the graphical sudo prompt as necessary.<br/><br/>Security is not free. It's not something that MS can add transparently and nobody will notice it except for fewer "infections".<br/><br/>chkdsk requires admin permission to open the disk and analyze it. In this <a href="https://interviewquestions.tuteehub.com/tag/instance-25561" style="font-weight:bold;" target="_blank" title="Click to know more about INSTANCE">INSTANCE</a>, it doesn't make sense to some people. But consider if it was another tool that was opening the disk to implant a Boot sector virus. They both open the disk for exclusive sector-based access. They both require elevation.<br/><br/>In either case, I usually open cmd.exe with admin rights easily, start, type cmd.exe in the search bar, then press the application key (which <a href="https://interviewquestions.tuteehub.com/tag/shows-1206590" style="font-weight:bold;" target="_blank" title="Click to know more about SHOWS">SHOWS</a> the right click shortcut) and select run as admin. easy as pie. It doesn't work on the command prompt item though, since that doesn't have a run as admin item for whatever reason.Quote from: BC_Programmer on August 30, 2010, 09:19:08 AM<blockquote>shouldn't make what? security features that people have been asking for since windows 98?<br/><br/>This is what pisses me off. The main "problem" with windows for years has been security, and people are always complaining that it's so easy for it to get infected. The reason for this was because by default everybody is an administrator, and also that the limited user account functionality of pre-vista operating systems was lacking (most programs refused to install or work). So Microsoft, for some silly reason, decided to enhance the security of the system the <em>exact same way</em> that linux does, which is to make administrative tasks require elevation. This is UAC. It's no different with Linux (well, on the surface) which requires you to use sudo or for the desktop environment to display the graphical sudo prompt as necessary.<br/><br/>Security is not free. It's not something that MS can add transparently and nobody will notice it except for fewer "infections".</blockquote><br/><br/>Yes, I see it now buddy. Having been born in a better time than we are in to day and not suffering a geat deal from the mentaly unstable morans of this world, I keep forgetting just how bad the world rally is!<br/>Quote from: GLOOPS on August 30, 2010, 12:26:46 PM<blockquote><br/>Having been born in a better time than we are in to day and not suffering a geat deal from the mentaly unstable morans of this world, I keep forgetting just how bad the world rally is!<br/><br/></blockquote><br/>Quote from: BC_Programmer on August 30, 2010, 01:00:16 PM<blockquote> <br/></blockquote><br/>to day... mentaly ... morans... rally... way to spell!<br/>I still think he managed to get his point across...<br/><br/>The grammar police have been brutal lately...</body></html> | |