 | [XP] What the hell is this? Deny login from Terminal Service:
What the hell is that S-1-5-21-..... |
|
 acehydeTired.Premium join:2001-08-14 | Think that is the SID (Security Identifier) number. |
|
 | I also have 2 folders on my desktop that I can't delete? (when I was looking around a lot of services where being loaded as user (Nt Authority/...) I forget something like that. |
|
 | reply to Mr_Newb
What's up with this? |
|
 | reply to Mr_Newb That sir is the group policy editor, you can also reach it from the run line at gpedit.msc
It is one of the great things starting with W2K being able to set policies on your network |
|
 | how do I delete those two folders? |
|
 acehydeTired.Premium join:2001-08-14 | said by Mr_Newb: how do I delete those two folders?
Try taking ownership of them, then delete. -- There is no escaping here Never mention the voices, nothing good will come of it |
|
 | how do I take ownership even logged on as admin I can't delete the folders. I can't even view the folders. And the funny thing is that I made the folders on the same account. |
|
 acehydeTired.Premium join:2001-08-14 | In that case you are the owner of those folders (are they shared across a network where someone may have the folder open?)
In any case, boot to Safe Mode (no networking) and delete them there. -- There is no escaping here Never mention the voices, nothing good will come of it |
|
 auggyPremium,Mod join:2001-12-24 Brockville, ON kudos:15 | reply to Mr_Newb Could give the following a try:
»The Broadband Reports Windows XP FAQ »Want to delete a file but get an Access Denied error? |
|
|
|
 auggyPremium,Mod join:2001-12-24 Brockville, ON kudos:15 Host: Microsoft Help
| reply to Mr_Newb Also, see the section Permission Denied When Trying to Delete Folders/Files in the the following link:
»www.kellys-korner-xp.com/win_xp_mydocs.htm
MS KB article:
HOW TO: Set, View, Change, or Remove File and Folder Permissions in Windows XP |
|

| ran cmd then closed everything and still it says I can't. I'm gonna try safe mode next. [text was edited by author 2003-05-21 21:29:57] |
|
 | reply to Mr_Newb
I tried the url's and I tried it in safe mode still same thing. |
|
 | reply to Mr_Newb I've been reading other posts on this subject but still no luck any idea's? |
|
 | reply to Mr_Newb I'm still stuck, not only can I not delete teh folder I can't even access what's in it.
Safe-mode did nothing still couldn't access it. CMD as shown above said access is denied.
CAn I boot to command prompt and then delete? |
|
 rawWar EaglePremium join:2001-01-17 Madison, AL | Here's what to do.
At a command prompt, type in the following command: AT 13:12 /interactive cmd
Replace 13:12 with whatever time you like. Note that the time must be in 24-hour format and the /interactive switch must come before the command you wish to run. The time needs to be some time in the future. If you make it in the past, it will run at that time tomorrow.
Once the time you set rolls around, a command prompt will come up. Try going into the folder from there.
Technical info: What you are doing is running a command prompt as the LocalService account. If you get access denied here, then we'll need to try changing permissions from the command prompt. -- "It can be embarrassing any time you have a rear end problem." -- Chris Myers, NASCAR on FOX host, 5/3/03 |
|
 acehydeTired.Premium join:2001-08-14 | reply to Mr_Newb You could also try letting the scripting engine have a crack at it.
Copy and paste the following into a notepad document and save as delete.vbs code:
Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.DeleteFolder("C:\Documents and Settings\Matthew\Desktop\New Folder\Desktoptemp")
after saving, double click on the file to run it (you may get a warning from your anti-virus, but let the script run once and it should take care of the folder. -- There is no escaping here Never mention the voices, nothing good will come of it |
|
 rawWar EaglePremium join:2001-01-17 Madison, AL | I don't think that will work too well. The script only has the permissions of the user who runs it. If he runs it using the AT command, I think it would take care of it. -- "It can be embarrassing any time you have a rear end problem." -- Chris Myers, NASCAR on FOX host, 5/3/03 |
|
 | reply to Mr_Newb
haven't tried the script but it didn't work with the interactive thingy should I have close all programs and waited for the cmd prompt to come up. |
|
 rawWar EaglePremium join:2001-01-17 Madison, AL | Run the AT command and then wait for it to appear. Close everything and then work from within the command prompt that appears. -- "It can be embarrassing any time you have a rear end problem." -- Chris Myers, NASCAR on FOX host, 5/3/03 |
|