Amend existing VB.Net project with some new functions
Budget: $50 – $120 USD
I require a VB .Net champion to finish off a project I started.
Basically what I had has worked for many years, I would like to improve the form to include more functions.
1. Currently the application appends user profiles on remote PC's with a .old and removes the registry entry so a new user profile is created during login.
2. I would like to expand this so I can select and maximum profile age from date time picker and remove (not append) the user profile folders from the remote PC on the domain.
3. It needs to exclude the legacy system profiles (Administrator, Default, Public, etc) and only delete the profiles from C:\Users that are equal to or less than the Date time picker.
4. I have done the form and have started most of the functions however need someone with more time and patience to complete.
5. As mentioned the individual profile rename and removal from system registry works well. I just need someone to make this loop through C:\Users on remote PC and remove the profile folder and registry entry (Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList) for each profile that matches the date criteria.
Basically what I had has worked for many years, I would like to improve the form to include more functions.
1. Currently the application appends user profiles on remote PC's with a .old and removes the registry entry so a new user profile is created during login.
2. I would like to expand this so I can select and maximum profile age from date time picker and remove (not append) the user profile folders from the remote PC on the domain.
3. It needs to exclude the legacy system profiles (Administrator, Default, Public, etc) and only delete the profiles from C:\Users that are equal to or less than the Date time picker.
4. I have done the form and have started most of the functions however need someone with more time and patience to complete.
5. As mentioned the individual profile rename and removal from system registry works well. I just need someone to make this loop through C:\Users on remote PC and remove the profile folder and registry entry (Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList) for each profile that matches the date criteria.