A Query to Solve.

Status
Not open for further replies.

Ron

||uLtiMaTE WinNER||
Hey frens,
How can I access the files and folders present inside c: If a user have done the following
1. Restricted c:/
2. Remove Run Command
3. Remove Search
4. Rename GPEDIT.MSC
5. Hide GPEDIT.MSC
--------------------------------------------------
Waiting For Reply…………………..
 

Lucky_star

Still Shining!
If ur C: drive is FAT32, then u can create a MS DOS bootup flopppy disk, boot from it and access the C: drive files.:eek:
 

Lucky_star

Still Shining!
Vishal Gupta said:
U forgot about my favorite "regedit.exe" :D
U can disable the restriction from Registry Editor ;)
@Vishal, he said he removed the run command and restricted C:
Now how can U access regedit.exe?
 

Lucky_star

Still Shining!
What does restricted here mean?
Does that mean that one cannot make any changes to the files?
If that's so, then how come changes to the registry be made, as the registry itself resides in the C:
 

Vishal Gupta

Microsoft MVP
Restricting C: means, u can't open C: drive from explorer as well as from other methods, like RUN dialog box, etc. ;)
I never tried it but I think "regedit.exe" should open from addressbar.
 

Vishal Gupta

Microsoft MVP
1.) Give following command in RUN dialog box:

Code:
REG delete HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoViewOnDrive
2.) Log off and login again.

3.) Now u'll be able to view and open C: Drive :D
 

Vishal Gupta

Microsoft MVP
^^
Then type the command in Notepad and save it with "vishal.bat" name (including the quotes) and then run the file. :D
 
OP
Ron

Ron

||uLtiMaTE WinNER||
Hey Frens,
Try this solution –
Copy Gpedit.msc from any computer and try to access/open it……..........….in the computer you want…………………..
===================
Pls reply…………
I will be waiting for it………….

Hey vishal,I will try ............
 
OP
Ron

Ron

||uLtiMaTE WinNER||
Vishal Gupta said:
1.) Give following command in RUN dialog box:

Code:
REG delete HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoViewOnDrive
2.) Log off and login again.

3.) Now u'll be able to view and open C: Drive :D

Hey vishal........
Unable to open the restricted drive...........
Error message displayed..................
 
OP
Ron

Ron

||uLtiMaTE WinNER||
Hey vishal,
thxs……It worked………....By mistake…… i was applying wrong command....... I had prevented the drives to access it from My Computer…………………….
Anyways...Thxs again.....

& hey Could u pls tell me the format to write the command………..what is the use of /v ?
Code:
REG delete HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer [B]/v[/B] NoViewOnDrive
 

Vishal Gupta

Microsoft MVP
/v stands for Value, i.e., The value which has to be altered using the REG command.
The syntax is:

REG Operation Key_name /v value_name
 
Status
Not open for further replies.
Top Bottom