Users And Administrators - How To Delete All And Combine All Stuff

Jul 13, 2010

It has been a month now since installing Windows 7. Everything appears to be fine except this "access denied" errors on some of the files for certain users. I finally managed to turn on the hidden "administrator" feature in command prompt to unlock some. Aside from the design of users potentially "locking" themselves out of their own documents ( because of they are not logged in as an Admin, even though they have all admin privileges. I was going around in circles giving each other permission when the real admin was never enabled.

Now its effecting the programs and installation. For example, if Daddy logs on and try to install a program that requires a command prompt, I can't because I did not log in as an Admin. Now we have 3 separate users, each with their own documents, programs, and desktop settings.I want to delete all users and combine all the docs, programs, etc. Into one easy access and one user. No passwords, nothing. So as soon the computer boots up windows, it should ready to go, everything.

View 5 Replies


ADVERTISEMENT

Deny All Regular Domain Users But Not Administrators

Mar 15, 2012

I had users passing around a computer that ended up with a bunch of settings being screwed up which made me want to deny all regular domain users but not administrators. I did this as a local group policy on the computer under gpedit where i denied users and to my horrifying experience no users can log in, not even local admin.

View 2 Replies View Related

Software To Prevent Users To Change Stuff?

Oct 16, 2011

is there a software or modification to my computers i need to do to prevent people from changing stuff? i just want them to be able to use the programs on the desktop only, can't delete or open files that i dont want them to open, can open start but with limited accessibility.. is there a way to do this? i often see these changes in computer cafe's but i dont know how to do it myself..

i know that deep freeze handles these kinds of problem, but it's not free.. but is there another way?

View 6 Replies View Related

Delete Computer From Domain / Delete Users Profile

Oct 29, 2009

I need to replace a W2K computer on a domain with a Windows 7 computer(laptop), but I want to keep the same computer name.I need the ip, username, profile to stay the same. Can I delete the computer from the domain and name the new computer that name I deleted and still keep the users profile on the new machine, as if it was the old one?

View 2 Replies View Related

Having Full Permission, But Failing To Delete Stuff From HDD

Jan 14, 2012

So the other day I had to fix a family members computer, its PSU had stoped workin, so I changed it to a PATA compatible PSU, from a SATA one, and changed our HDDs, expect my primary one that had Windows 7 installed on it. And installed Windows 7 on my secondary one, and put it in his computer. I was not able to format the disk I stole from him, so I gave the permission from trusted installed to me, but now I can't format it because "it's being used" although I cna't find anything on it that would be able to be used, and no windows open explorering it. So I tried deleting the folders in it manually, but I didn't have permission from Kiipas_computer/Kiipa (which is me) who I had given permission to.

I'd like to be able to format it, because it's faster. The things left on it is Windows (vista) and Program Files

View 2 Replies View Related

How To Delete Unwanted / Unknown Programs And Such Stuff

Feb 13, 2012

I have a 64 bit laptop. When I go to 'my computer' and OS appears under Hard Disk Drives, it says I have 25.3 GB free of 283 GB. I deleted a lot of images and folders and programs that I didn't need, I even deleted over 5,000 songs I've had but it's made no difference. I've gone through all the folders that I know of and into Uninstall and gotten rid of what I could. The bar is red and there is not much room left. How can I find things to delete to make this go down? It never used to be like this and I think it's messing with the performance majorly.

View 3 Replies View Related

How To Delete Hidden Users On Pc

Jan 30, 2013

i have found 2 user login i d's on my pc.how do i delete these 2 hackers.

View 1 Replies View Related

How To Recover Delete Users On A Laptop Windows 7 User

Apr 26, 2011

i delete my user account which had viruses and created a new user but there were some saved documents which were in my local disk andi deleted them also without backing up that file.... pls how can i restore this user and copy out the files and downloads in the local disk

View 1 Replies View Related

Enforce A Delete Admin Password Prompt Request On Multi-users Sys?

Dec 23, 2012

I have a multi-users Windows 7 (64bits) system, with one Administrator priviledge accounts, the others being non-admin. Disk is partition with system on C and data on D and E.

All users can access to D and E.

How to enforce security properties so that delete file or folder on D or E must prompt for admin password? I see that I can totally prevent DELETE, but I just want to permit delete, when user successfully entered admin pwd on prompt.

If I right-click on D: Then properties and view security tab, I see 4 groups:

* Authentified users

* System

* the admin account

* users (the admin account as user)

View 1 Replies View Related

Full Control For Administrators - How To Change Permissions

Feb 23, 2012

How do I change the permissions for the administrator account to Full control so that I do not get the "access is denied" message when trying to perform certain functions?

View 3 Replies View Related

Permission Required From Administrators To Make Changes To This File

Oct 15, 2012

Whenever I try to change something in program files, windows doesn't allow me, says that: You require permission from administrators to make changes to this file. But I am the administrator, I have checked alot of times.

View 9 Replies View Related

No Rights To Install Or Run Programs - User Added To Local Administrators Group

Jan 27, 2012

I have this problem on a couple machines. I have created a user and put them in the local administrators group. They still get error messages when trying to install printers/browsers/programs and whe they try to run programs like IIS or device manager. The error says you need administrator rights to install or run the program. I have also disabled UAC to test that out. No luck.

View 5 Replies View Related

[ACCOUNTS] Move C:users To D:users?

Jan 30, 2011

I just installed a new 64 gig SSD in my computer. I also have a 2T secondary hard drive.The SSD is not big enough to contain all the stuff that will eventually be in "My documents",i.e. under "users" so I need to move the users directory to my secondary hard drive but havewindows behave as it were in its original location.I did some research and found the following technique which seemed plausible (and several people said it worked for them)

1. Install windows normally.
2. After install, boot from installation disk.
3. Get into the command prompt by clicking "repair".
4. Use robocopy to copy c:users to d:users. The command line should be: robocopy c:users d:users /mir /xj /copyall
5. Verify all files copied successfully.
6. Delete c:users. Command line should be: rmdir /s /q c:users
7. Delete c:documents and settings. Command line should be: rmdir "c:documents and settings"
8. Create junction to new users directory. Command line should be: mklink /j c:users d:users
9. Create junction for the old "documents and settings". Command line should be: mkdir /j "c:documents and settings" d:users
10. Restart computer.

Note:When in recovery mode the disk drives end up with different drive letters than what the normally have.Consequently my SSD drive which is "C" became "E" and my hard drive which is "D" became "C". Confusing, but I adjusted the above commands to reflect this.All seemed to go well until I rebooted. The computer booted up fine, but when I entered my password to log in windows complained that it could not find my profile. Since I could not log in at all I was forced to re-install windows. Supposedly, this is doable and I NEED to do it asap as my SSD will not hold all the stuff that will eventually be in "users".

View 3 Replies View Related

Show Processes From All Users, With No Other Users

May 4, 2011

I am cleaning a laptop out and i created a brand new user name. I deleted the other 2 users using the control passwords2.

So the machine starts and i select the user. Process usage is very high and it says 50, but actual user shows about 9. I click show processes from all users and i find the culprit as well as 50 processes. I deleted the users so there shouldnt be that option.

Why is there more processes if this is the only user, why does it even have the option?

View 1 Replies View Related

What Are The All Users And Default Users Folders

Apr 3, 2012

What are the all users and default users folders? Do I need them or can I delete them if I am the only user.

View 2 Replies View Related

Users / All Users Redundant Folders?

Nov 10, 2012

I will if I have to manually delete them, although I'm not sure what other files may still be around on my drive that are located in Users/All Users that are redundant any recommended programs that I could depend on for this task ?

View 2 Replies View Related

How To Combine Two Fonts

Dec 12, 2012

I have two fonts file ( same font, new and older version). I want to edit one ftf font file and import older font selected few characters to the new one. How do I do it? What is the good application to that?

Actually I want to edit "DroidSanFallback" font new and older files. Older file support my native language letters/fonts, but new version not has my native language letters/fonts. So I want to copy my native language characters to new one.

View 2 Replies View Related

Is It Possible To Combine Accounts

Jun 25, 2012

I've had the seemingly common issue with the last user and the 'other user' showing on the login screen, and once I finally dealt with it (well sort of, but that's another post for another time), I was back onto the standard user account I was missing, and was happy to be back with my old files. When I was dealing with that whole login issue I had been using a new account I set up that would work for the time being. Once I got this account back, I deleted that old account but chose "save files" (or some phrase along those lines) and assumed they'd be under the account 'Administrator'. But I looked on my files logged into Admin and in that folder, nothing is there.So then, I typed in C:Users in the start bar and found a list of ten or so accounts I managed to angrily make and use and not use in the last few months. All of them, one or two more than the others, have files I need. My question is this: Is there anyway to "combine" all the files from these accounts, since they seem to still exist although the accounts don't since I click on them from the list and up come the files, and have them on this account I'm logged into that I've gained back?

View 1 Replies View Related

Combine 2 Ssd Drives Into One

Jul 8, 2011

is there a windows 7 to accomplish this

View 2 Replies View Related

How To Combine The Direct X

Dec 24, 2012

how to combine the direct x?

View 1 Replies View Related

How To Combine Several Documents Folders

May 27, 2012

I have several documents folders within documents folders and I'm wondering how I can combine them all into one folder. For instance, if I click on something on my computer desktop and choose send to "documents," and then click on the documents folder in the tray on the bottom of the screen, I find my saved item there. However, within this documents folder there is a folder called "My Documents" and within this folder there is another folder entitled "Documents." Is there a way to combine all of these documents folders?

View 11 Replies View Related

Always Combine Icons Via Registry

Oct 8, 2009

I'm using a brand new installation of Windows 7 (in a commercial environment) and for some reason the icons in the taskbar dont combine if I have more than one instance of any application open.

I've found the 'TASKBAR BUTTONS' option under 'TASKBAR APPEARANCE' in PROPERTIES to change this, but it appears to be unavailable.

So two questions:

1) Can anyone suggest why this option may be grayed out for me?

2) Does anyone know where in the registry I can turn on the 'Always Combine' option.

View 5 Replies View Related

How To Combine 2 Video Clips

Jun 7, 2011

I have 4 video files, but they divided into 8 files (one file divided into 2). I want burn all 4 video into 1 DVD how do i burn them according to their playing order. "There quality and aspect ratio are same" Person how rip this video dived that flies.Fore example lets assume that I have "Harry poster" 1st , 2nd, films however they divided into 4 files. I mean 1st move divided into 2 files 2nd file also divided into 2 files . How do i burn them according to their playing order?After burn, i want play 1st movie and 2nd movie respectively. Is it possible?Its not possible can i combine those files into 1 file. Ex. Combine harry potter 1st movie all files into 1 and second one also that.These examples are only assumptions. But i have this kind of real problem.

View 6 Replies View Related

Combine Tiffs Into One File?

Nov 17, 2011

I need to programmatically select single page tiff files and then combine them into a single multi-page tiff..NET does have classes and objects for doing this, but it is very difficult and we get tons of GDI errors along with memory problems.Is there a toolkit or component that we can but/use to do this, or perhaps a code module specifically built for doing this?

View 4 Replies View Related

Combine Two Recording Devices Into One?

Feb 17, 2013

I want to share screens with my friend on Skype so that he can hear both what is on my computer and what I'm saying on my headset.Basically, I need to record from two audio sources. Is there a 3rd-party program or something that would combine two recording sources into one so that Skype can use that as the audio input?I know I can have my computer "Listen to" my microphone so that what I say comes through the Stereo Mix device, but then I hear my echo, which I don't want.I'm on Windows 7.

View 1 Replies View Related

Windows 7 Single User, Merging Users-all Users, Default User, Public, Etc?

Jan 24, 2012

My father replaced his Windows 98 machine with a new computer running Windows 7.He's currently on 32-bit ultimate, but we could change versions if needed.He's really hoping there's some way to force Windows 7 into a single user mode, primarily so C:usersAll Users, Default User, Public, and his own user are merged into one. It's absolutely driving him nuts the way it is.

View 2 Replies View Related

Combine Server 2008 R2 And Windows 7?

Sep 13, 2010

get a bootable USB flash drive that installs any version of Windows 7, either platform, and it's been working out great.

how to add Windows Server 2008 R2 to the mix?

View 2 Replies View Related

Combine SSD Drive And SD Card Into One Partition

Oct 31, 2012

My Lenovo X1 carbon will be here soon and it has a 128GB SSD drive. It also have a SD card slot. If I bought a 128GB SD card would it be possible to create one partition across both drives, a la, Apples new Fusion drive?

View 2 Replies View Related

Combine Linux ISOs With Windows 7 ISO?

Sep 4, 2012

This may sound like a strange question, but basically what I want to do is make a DVD that's an "essential Windows reinstall kit".

I do freelance computer repair and most of the computers I have worked on have had some nasty viruses that screw up Windows to the point where it's easier to just reinstall it. Problem is, simply deleting the partition isn't enough most of the time since viruses can infect the MBR and boot sector.

My essential tools are DBAN to wipe the hard drive, GParted to make a partition that fills the drive (to avoid that stupid System Reserved nonsense) and then the Windows installation disc.

DBAN is only about 2MB and GParted is like 120, both of those should fit on a single layer DVD along with the Windows install files.

I am familiar with tools like XBoot and other Linux multiboots that use syslinux or GRUB, but the problem is that Windows 7 is a tricky bugger and will crash if you try to load it using one of those.

Anybody know if there's a way to take a Windows 7 ISO and successfully launch it from a multiboot so I can combine it with DBAN and GParted?

View 9 Replies View Related

How To Combine Fields In Access 2010

Feb 23, 2012

Im really in need of some help from some Access experts! Im a newbie to Access, but I got myself busy with quite a big project... Im trying to map out the product supply to shops in the whole country. Ive come quite far for a starter, but I keep having 3 questions, it would be great if you could help me with this! I have, amongst other tables, two tables called Stock_counted and Reported_quantity.

View 1 Replies View Related

How To Combine Win 7 With Server 2008 In Single Dvd ?

Dec 8, 2009

how to club (combine) windows 7 with windows server 2008 in single dvd?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved