+ Post New Thread
Results 1 to 12 of 12
Windows Thread, Delprof - The parameter is incorrect. in Technical; Hi, I'm using Delprof and getting "The parameter is incorrect". I'm using the remote command and it manages to connect ...
  1. #1

    Join Date
    Jun 2009
    Posts
    57
    Thank Post
    22
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Delprof - The parameter is incorrect.

    Hi,

    I'm using Delprof and getting "The parameter is incorrect". I'm using the remote command and it manages to connect to the machine & finds all the profiles because it lists off each profile and adds "The parameter is incorrect" to the end of it.

    chdir c:\Program Files\Windows Resource Kits\Tools
    delprof /i /q /c:\\3i07-01
    delprof /i /q /c:\\3i07-02
    delprof /i /q /c:\\3i07-03
    delprof /i /q /c:\\3i07-04
    delprof /i /q /c:\\3i07-05
    delprof /i /q /c:\\3i07-06
    delprof /i /q /c:\\3i07-07
    delprof /i /q /c:\\3i07-08
    delprof /i /q /c:\\3i07-09
    delprof /i /q /c:\\3i07-10
    delprof /i /q /c:\\3i07-11
    delprof /i /q /c:\\3i07-12
    delprof /i /q /c:\\3i07-13
    delprof /i /q /c:\\3i07-14
    delprof /i /q /c:\\3i07-15
    delprof /i /q /c:\\3i07-16
    delprof /i /q /c:\\3i07-17
    delprof /i /q /c:\\3i07-18
    delprof /i /q /c:\\3i07-19

    Any help would be appreciated!

    Cheers

  2. IDG Tech News

  3. #2

    Join Date
    Oct 2008
    Location
    Worcestershire
    Posts
    12
    Thank Post
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0
    just tried your commands on my network and it works fine. have you got microsoft's user profile hive cleanup service installed? might be worth a shot!? otherwise, you could use the group policy to "Delete cached copies of roaming profiles".

    is it 2003 / XP you're running?

  4. Thanks to Arge from:

    Haux (17th November 2010)

  5. #3

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,848
    Blog Entries
    6
    Thank Post
    592
    Thanked 1,044 Times in 921 Posts
    Rep Power
    224
    Is that the command you are using up there? If so try this

    Code:
    chdir "c:\Program Files\Windows Resource Kits\Tools"
    delprof /i /q /c:\\3i07-01
    delprof /i /q /c:\\3i07-02
    delprof /i /q /c:\\3i07-03
    delprof /i /q /c:\\3i07-04
    delprof /i /q /c:\\3i07-05
    delprof /i /q /c:\\3i07-06
    delprof /i /q /c:\\3i07-07
    delprof /i /q /c:\\3i07-08
    delprof /i /q /c:\\3i07-09
    delprof /i /q /c:\\3i07-10
    delprof /i /q /c:\\3i07-11
    delprof /i /q /c:\\3i07-12
    delprof /i /q /c:\\3i07-13
    delprof /i /q /c:\\3i07-14
    delprof /i /q /c:\\3i07-15
    delprof /i /q /c:\\3i07-16
    delprof /i /q /c:\\3i07-17
    delprof /i /q /c:\\3i07-18
    delprof /i /q /c:\\3i07-19

  6. Thanks to FN-GM from:

    Haux (17th November 2010)

  7. #4

    Join Date
    Jun 2009
    Posts
    57
    Thank Post
    22
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Neither solutions worked :/ v.weird

    Cheers for ur help btw guys

  8. #5

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,848
    Blog Entries
    6
    Thank Post
    592
    Thanked 1,044 Times in 921 Posts
    Rep Power
    224
    Can you send a screenshot please?

  9. Thanks to FN-GM from:

    Haux (18th November 2010)

  10. #6

    Join Date
    Jun 2009
    Posts
    57
    Thank Post
    22
    Thanked 1 Time in 1 Post
    Rep Power
    0

  11. #7

    AngryTechnician's Avatar
    Join Date
    Oct 2008
    Posts
    2,654
    Thank Post
    482
    Thanked 818 Times in 501 Posts
    Rep Power
    247
    Have you tried running it from another XP machine?

  12. Thanks to AngryTechnician from:

    Haux (18th November 2010)

  13. #8

    mac_shinobi's Avatar
    Join Date
    Aug 2005
    Posts
    7,028
    Thank Post
    1,088
    Thanked 641 Times in 598 Posts
    Rep Power
    209
    Code:
    chdir "c:\Program Files\Windows Resource Kits\Tools\"
    delprof /i /q /c:\\3i07-01
    delprof /i /q /c:\\3i07-02
    delprof /i /q /c:\\3i07-03
    delprof /i /q /c:\\3i07-04
    delprof /i /q /c:\\3i07-05
    delprof /i /q /c:\\3i07-06
    delprof /i /q /c:\\3i07-07
    delprof /i /q /c:\\3i07-08
    delprof /i /q /c:\\3i07-09
    delprof /i /q /c:\\3i07-10
    delprof /i /q /c:\\3i07-11
    delprof /i /q /c:\\3i07-12
    delprof /i /q /c:\\3i07-13
    delprof /i /q /c:\\3i07-14
    delprof /i /q /c:\\3i07-15
    delprof /i /q /c:\\3i07-16
    delprof /i /q /c:\\3i07-17
    delprof /i /q /c:\\3i07-18
    delprof /i /q /c:\\3i07-19
    I put an extra back slash at the end of the path - not sure if this will make any difference when trying to execute delprof so that it knows that delprof is inside of the Tools folder and is not apart of the path ??

    long shot anyway

    I would try and run one of those commands manually and see if you still get the same error

  14. Thanks to mac_shinobi from:

    Haux (18th November 2010)

  15. #9
    bio
    bio is offline
    bio's Avatar
    Join Date
    Apr 2008
    Location
    netherlands
    Posts
    506
    Thank Post
    16
    Thanked 126 Times in 99 Posts
    Rep Power
    33
    I would use UPHclean instead of delprof...just an idea here

    bio..

  16. Thanks to bio from:

    Haux (18th November 2010)

  17. #10
    Gibbo's Avatar
    Join Date
    Feb 2008
    Location
    Cheshire
    Posts
    1,895
    Thank Post
    143
    Thanked 294 Times in 196 Posts
    Rep Power
    78
    We have this command repeated for each machine in a batch file:

    FOR %%a in (MACHINENAME) do delprof /Q /I /C:\\%%a /D:9

  18. #11

    Join Date
    Jun 2009
    Posts
    57
    Thank Post
    22
    Thanked 1 Time in 1 Post
    Rep Power
    0
    And AngryTechnician wins! Work's from an XP machine, cheers for the help all

  19. #12

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,848
    Blog Entries
    6
    Thank Post
    592
    Thanked 1,044 Times in 921 Posts
    Rep Power
    224
    If you want to run it from a windows 7 machine try turning off the UAC.

SHARE:
+ Post New Thread

Similar Threads

  1. delprof again....
    By ozzy in forum Windows
    Replies: 5
    Last Post: 17th November 2010, 11:11 PM
  2. [WDS] The parameter is incorrect
    By Bluetooth in forum O/S Deployment
    Replies: 8
    Last Post: 6th October 2010, 11:02 AM
  3. Moodle - a required parameter (id) is missing
    By beeswax in forum Virtual Learning Platforms
    Replies: 9
    Last Post: 28th March 2007, 09:29 AM
  4. Delprof... is it necessary?
    By _Bat_ in forum Windows
    Replies: 6
    Last Post: 8th September 2006, 05:29 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •