Recent content by chirag2100chirag

  1. C

    why my deleted file doesn't appear in recycle bin

    i am a windows user.i want to know if i deleted a file through cmd with del command it wont goes to recycle bin but if i deleted a file by graphically i mean not from command prompt like pressing left key in mouse then scrolling down to delete and then deleting it will appears in recycle...
  2. C

    access denied in administration cmd

    first i will thank you,thank you for your support. i did exactly what you said i opened cmd as administrator everything happened like you said like control prompt appeared and i hit yes then i tried my command but same thing happened.i tried powershell as administrator but in their same thing...
  3. C

    access denied in administration cmd

    hi,i am learning windows bash script like said in some tutorial books i tried to find a file using assoc | find like assoc | find "string.bat" >C:\Users\chirag but i got that access denied,but i am using local administrative account with full privilege of administrative and i am using...